Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit b90f5b1

Browse files
authored
Merge pull request #654 from instructlab/ci-always-df
ci: always display disk statistics
2 parents 55e2242 + 88af6f9 commit b90f5b1

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/e2e-nvidia-l4-x1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
./scripts/e2e-ci.sh -m -p
160160
161161
- name: Check disk after tests
162+
if: ${{ always() }}
162163
run: |
163164
df -h
164165
df -i

.github/workflows/e2e-nvidia-l40s-x4.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ jobs:
211211
./scripts/e2e-ci.sh -l -p
212212
213213
- name: Check disk after tests
214+
if: ${{ always() }}
214215
run: |
215216
df -h
216217
df -i

.github/workflows/e2e-nvidia-t4-x1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
./scripts/e2e-ci.sh -s -p
147147
148148
- name: Check disk after tests
149+
if: ${{ always() }}
149150
run: |
150151
df -h
151152
df -i

.github/workflows/functional-gpu-nvidia-t4-x1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ jobs:
120120
tox -e functional-gpu
121121
122122
- name: Check disk after tests
123+
if: ${{ always() }}
123124
run: |
124125
df -h
125126
df -i

0 commit comments

Comments
 (0)