Skip to content

Commit

Permalink
Add timeout and ES logs in rally-tracks-compat (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbanasiak authored Aug 8, 2023
1 parent a7387ae commit facf127
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
run: python -m pip install --upgrade nox
- name: "Run tests"
run: nox -s rally_tracks_compat
timeout-minutes: 120
env:
# elastic/endpoint fetches assets from GitHub, authenticate to avoid
# being rate limited
Expand All @@ -99,7 +100,9 @@ jobs:
if: always()
with:
name: rally-tracks-compat-logs
path: /home/runner/.rally/logs/
path: |
/home/runner/.rally/logs/
/home/runner/.rally/benchmarks/races/**/*.log
if-no-files-found: error

install-with-pyenv:
Expand Down

0 comments on commit facf127

Please sign in to comment.