File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: QA L0 PYTHORCH Unittest
33on :
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
You can’t perform that action at this time.
0 commit comments