Skip to content

Commit 4f699f7

Browse files
author
yefubao
committed
ci: Update QA L0 PYTHORCH Unittest
1 parent 4a0346c commit 4f699f7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/qa_l0_pytorch_unittest.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: QA L0 PYTHORCH Unittest
33
on:
44
push:
55
branches:
6-
- main
6+
- add_qa_teat251230
77
pull_request:
88
branches:
99
- main
@@ -112,7 +112,6 @@ jobs:
112112
113113
- name: L0 Pytorch Unittest
114114
id: L0_pytorch_unittest
115-
continue-on-error: true
116115
timeout-minutes: 20
117116
env:
118117
XML_LOG_DIR: "/logs/pytorch"
@@ -132,11 +131,10 @@ jobs:
132131
bash ./qa/L0_pytorch_unittest/test.sh
133132
134133
- name: Upload Installation Logs
135-
if: (failure() && (steps.L0_pytorch_debug_unittest.outcome == 'failure' || steps.L0_pytorch_unittest.outcome == 'failure')) && always()
134+
if: always() && (steps.L0_pytorch_unittest.outcome == 'failure' || steps.L0_pytorch_debug_unittest.outcome == 'failure')
136135
uses: actions/upload-artifact@v4
137136
with:
138137
name: L0_pytorch-logs-${{ github.run_id }}
139138
path: /logs
140139
retention-days: 7
141140
if-no-files-found: warn
142-
continue-on-error: true

0 commit comments

Comments
 (0)