Skip to content

Commit

Permalink
Add disk check after tests run
Browse files Browse the repository at this point in the history
Signed-off-by: Dan McPherson <dmcphers@redhat.com>
  • Loading branch information
danmcp committed Nov 29, 2024
1 parent 9e3b74a commit 74ecbaf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/e2e-nvidia-l4-x1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
pip install -v .
pip install -v .[cuda]
- name: Check disk
- name: Check disk before tests
run: |
df -h
Expand All @@ -162,6 +162,10 @@ jobs:
# log_file=$(find /tmp -name "training_params_and_metrics_global0.jsonl")
# mv "${log_file}" training-log.jsonl
- name: Check disk after tests
run: |
df -h
# - name: Upload training logs
# uses: actions/upload-artifact@v4
# with:
Expand Down

0 comments on commit 74ecbaf

Please sign in to comment.