Skip to content

Commit 8a4ac65

Browse files
authored
[XPU][CI] fix ci update logs bug (#7912)
* Add ffmpeg installation to Dockerfile.xpu * add case,DLTP-54994
1 parent 4762002 commit 8a4ac65

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
@@ -230,6 +230,7 @@ jobs:
230230
231231
- name: Upload case logs
232232
if: always()
233+
continue-on-error: true
233234
uses: actions/upload-artifact@v6
234235
with:
235236
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
@@ -218,6 +218,7 @@ jobs:
218218
219219
- name: Upload case logs
220220
if: always()
221+
continue-on-error: true
221222
uses: actions/upload-artifact@v6
222223
with:
223224
name: xpu-8cards-case-logs

0 commit comments

Comments
 (0)