We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce8880f + 552ce0c commit 1e8a52cCopy full SHA for 1e8a52c
.github/workflows/e2e-nvidia-l40s-x4.yml
@@ -160,7 +160,7 @@ jobs:
160
pip install .
161
pip install .[cuda]
162
163
- - name: Check disk
+ - name: Check disk before tests
164
run: |
165
df -h
166
@@ -172,6 +172,10 @@ jobs:
172
. venv/bin/activate
173
./scripts/e2e-ci.sh -l
174
175
+ - name: Check disk after tests
176
+ run: |
177
+ df -h
178
+
179
- name: Add comment to PR if the workflow failed
180
if: failure() && steps.check_pr.outputs.is_pr == 'true'
181
working-directory: ./eval
0 commit comments