From 5b7d24fc853d85f3f1a10555ddf43c310cd56674 Mon Sep 17 00:00:00 2001 From: Jiaxin Sui <95567040+plusNew001@users.noreply.github.com> Date: Mon, 25 May 2026 16:08:50 +0800 Subject: [PATCH 1/2] Update _xpu_4cards_case_test.yml --- .github/workflows/_xpu_4cards_case_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_xpu_4cards_case_test.yml b/.github/workflows/_xpu_4cards_case_test.yml index a60f9f3aa33..0548ea2afcb 100644 --- a/.github/workflows/_xpu_4cards_case_test.yml +++ b/.github/workflows/_xpu_4cards_case_test.yml @@ -213,6 +213,7 @@ jobs: - name: Upload case logs if: always() + continue-on-error: true uses: actions/upload-artifact@v6 with: name: xpu-4cards-case-logs From 7a2d205ba8cbeede1ef4a7f5160a68e2db865db1 Mon Sep 17 00:00:00 2001 From: Jiaxin Sui <95567040+plusNew001@users.noreply.github.com> Date: Mon, 25 May 2026 16:09:03 +0800 Subject: [PATCH 2/2] Update _xpu_8cards_case_test.yml --- .github/workflows/_xpu_8cards_case_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_xpu_8cards_case_test.yml b/.github/workflows/_xpu_8cards_case_test.yml index de746b05050..a0afceab1ad 100644 --- a/.github/workflows/_xpu_8cards_case_test.yml +++ b/.github/workflows/_xpu_8cards_case_test.yml @@ -201,6 +201,7 @@ jobs: - name: Upload case logs if: always() + continue-on-error: true uses: actions/upload-artifact@v6 with: name: xpu-8cards-case-logs