Skip to content

Commit 85399db

Browse files
authored
[Cherry-pick][XPU][CI] fix logs update bug (#7915)
* Update _xpu_4cards_case_test.yml * Update _xpu_8cards_case_test.yml
1 parent 3ffeb44 commit 85399db

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/_xpu_4cards_case_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ jobs:
213213
214214
- name: Upload case logs
215215
if: always()
216+
continue-on-error: true
216217
uses: actions/upload-artifact@v6
217218
with:
218219
name: xpu-4cards-case-logs

.github/workflows/_xpu_8cards_case_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ jobs:
201201
202202
- name: Upload case logs
203203
if: always()
204+
continue-on-error: true
204205
uses: actions/upload-artifact@v6
205206
with:
206207
name: xpu-8cards-case-logs

0 commit comments

Comments
 (0)