Skip to content

Commit e235f26

Browse files
authored
Merge pull request #510 from instructlab/always-log-data
always log storage
2 parents 7017853 + 0cda348 commit e235f26

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ jobs:
200200
pip install .[cuda]
201201
202202
- name: Check disk before tests
203+
if: always()
203204
run: |
204205
df -h
205206
@@ -225,6 +226,7 @@ jobs:
225226
done
226227
227228
- name: Check disk after tests
229+
if: always()
228230
run: |
229231
df -h
230232

.github/workflows/smoke.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162
pip install .
163163
164164
- name: "Show disk utilization BEFORE tests"
165+
if: always()
165166
run: |
166167
df -h
167168
@@ -171,6 +172,7 @@ jobs:
171172
tox --current-env -e py3-smoke
172173
173174
- name: "Show disk utilization AFTER tests"
175+
if: always()
174176
run: |
175177
df -h
176178

.github/workflows/unit.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
pip install tox
7676
7777
- name: "Show disk utilization BEFORE tests"
78+
if: always()
7879
run: |
7980
df -h
8081
@@ -84,5 +85,6 @@ jobs:
8485
tox -e py3-unit
8586
8687
- name: "Show disk utilization AFTER tests"
88+
if: always()
8789
run: |
8890
df -h

0 commit comments

Comments
 (0)