Skip to content

Commit

Permalink
Merge pull request #190 from danmcp/diskcheck
Browse files Browse the repository at this point in the history
Add disk check after tests run
  • Loading branch information
mergify[bot] authored Dec 6, 2024
2 parents ce8880f + 552ce0c commit 1e8a52c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e-nvidia-l40s-x4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
pip install .
pip install .[cuda]
- name: Check disk
- name: Check disk before tests
run: |
df -h
Expand All @@ -172,6 +172,10 @@ jobs:
. venv/bin/activate
./scripts/e2e-ci.sh -l
- name: Check disk after tests
run: |
df -h
- name: Add comment to PR if the workflow failed
if: failure() && steps.check_pr.outputs.is_pr == 'true'
working-directory: ./eval
Expand Down

0 comments on commit 1e8a52c

Please sign in to comment.