Skip to content

Commit

Permalink
Merge pull request #361 from danmcp/checkdisk
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 9e3b74a + 74ecbaf commit 8abc90f
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 8abc90f

Please sign in to comment.