Skip to content

Commit 259cda8

Browse files
ydshiehelusenji
authored andcommitted
Fix self-push CI report path in cat (huggingface#17111)
* fix report cat path * fix report cat path Co-authored-by: ydshieh <[email protected]>
1 parent cc673f6 commit 259cda8

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/self-nightly-scheduled.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Failure short reports
5151
if: ${{ always() }}
52-
run: cat reports/tests_torch_gpu_failures_short.txt
52+
run: cat reports/tests_torch_gpu/failures_short.txt
5353

5454
- name: Run examples tests on GPU
5555
if: ${{ always() }}
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Failure short reports
6767
if: ${{ always() }}
68-
run: cat reports/examples_torch_gpu_failures_short.txt
68+
run: cat reports/examples_torch_gpu/failures_short.txt
6969

7070
- name: Run all pipeline tests on GPU
7171
if: ${{ always() }}
@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: Failure short reports
7878
if: ${{ always() }}
79-
run: cat reports/tests_torch_pipeline_gpu_failures_short.txt
79+
run: cat reports/tests_torch_pipeline_gpu/failures_short.txt
8080

8181
- name: Test suite reports artifacts
8282
if: ${{ always() }}
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Failure short reports
121121
if: ${{ always() }}
122-
run: cat reports/tests_torch_multi_gpu_failures_short.txt
122+
run: cat reports/tests_torch_multi_gpu/failures_short.txt
123123

124124
- name: Run all pipeline tests on GPU
125125
if: ${{ always() }}
@@ -130,7 +130,7 @@ jobs:
130130
131131
- name: Failure short reports
132132
if: ${{ always() }}
133-
run: cat reports/tests_torch_pipeline_multi_gpu_failures_short.txt
133+
run: cat reports/tests_torch_pipeline_multi_gpu/failures_short.txt
134134

135135
- name: Test suite reports artifacts
136136
if: ${{ always() }}
@@ -171,7 +171,7 @@ jobs:
171171
172172
- name: Failure short reports
173173
if: ${{ always() }}
174-
run: cat reports/tests_torch_cuda_extensions_gpu_failures_short.txt
174+
run: cat reports/tests_torch_cuda_extensions_gpu/failures_short.txt
175175

176176
- name: Test suite reports artifacts
177177
if: ${{ always() }}
@@ -214,7 +214,7 @@ jobs:
214214
215215
- name: Failure short reports
216216
if: ${{ always() }}
217-
run: cat reports/tests_torch_cuda_extensions_multi_gpu_failures_short.txt
217+
run: cat reports/tests_torch_cuda_extensions_multi_gpu/failures_short.txt
218218

219219
- name: Test suite reports artifacts
220220
if: ${{ always() }}

.github/workflows/self-push.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Failure short reports
6969
if: ${{ failure() }}
70-
run: cat reports/tests_torch_gpu_failures_short.txt
70+
run: cat reports/tests_torch_gpu/failures_short.txt
7171

7272
- name: Test suite reports artifacts
7373
if: ${{ always() }}
@@ -127,7 +127,7 @@ jobs:
127127
#
128128
# - name: Failure short reports
129129
# if: ${{ failure() }}
130-
# run: cat reports/tests_flax_gpu_failures_short.txt
130+
# run: cat reports/tests_flax_gpu/failures_short.txt
131131
#
132132
# - name: Test suite reports artifacts
133133
# if: ${{ always() }}
@@ -185,7 +185,7 @@ jobs:
185185
#
186186
# - name: Failure short reports
187187
# if: ${{ failure() }}
188-
# run: cat reports/tests_tf_gpu_failures_short.txt
188+
# run: cat reports/tests_tf_gpu/failures_short.txt
189189
#
190190
# - name: Test suite reports artifacts
191191
# if: ${{ always() }}
@@ -242,7 +242,7 @@ jobs:
242242
243243
- name: Failure short reports
244244
if: ${{ failure() }}
245-
run: cat reports/tests_torch_multi_gpu_failures_short.txt
245+
run: cat reports/tests_torch_multi_gpu/failures_short.txt
246246

247247
- name: Test suite reports artifacts
248248
if: ${{ always() }}
@@ -298,7 +298,7 @@ jobs:
298298
#
299299
# - name: Failure short reports
300300
# if: ${{ failure() }}
301-
# run: cat reports/tests_flax_multi_gpu_failures_short.txt
301+
# run: cat reports/tests_flax_multi_gpu/failures_short.txt
302302
#
303303
# - name: Test suite reports artifacts
304304
# if: ${{ always() }}
@@ -356,7 +356,7 @@ jobs:
356356
#
357357
# - name: Failure short reports
358358
# if: ${{ failure() }}
359-
# run: cat reports/tests_tf_multi_gpu_failures_short.txt
359+
# run: cat reports/tests_tf_multi_gpu/failures_short.txt
360360
#
361361
# - name: Test suite reports artifacts
362362
# if: ${{ always() }}
@@ -408,7 +408,7 @@ jobs:
408408
409409
- name: Failure short reports
410410
if: ${{ failure() }}
411-
run: cat reports/tests_torch_cuda_extensions_gpu_failures_short.txt
411+
run: cat reports/tests_torch_cuda_extensions_gpu/failures_short.txt
412412

413413
- name: Test suite reports artifacts
414414
if: ${{ always() }}
@@ -462,7 +462,7 @@ jobs:
462462
463463
- name: Failure short reports
464464
if: ${{ failure() }}
465-
run: cat reports/tests_torch_cuda_extensions_multi_gpu_failures_short.txt
465+
run: cat reports/tests_torch_cuda_extensions_multi_gpu/failures_short.txt
466466

467467
- name: Test suite reports artifacts
468468
if: ${{ always() }}

0 commit comments

Comments
 (0)