File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 7272 ut :
7373 needs : [lint, changes]
7474 name : unit test
75+ if : false # 直接禁用
7576 # only trigger unit test after lint passed and the change is e2e and ut related.
76- if : ${{ needs.lint.result == 'success' && (needs.changes.outputs.e2e_tracker == 'true' || needs.changes.outputs.ut_tracker == 'true') }}
77+ # if: ${{ needs.lint.result == 'success' && (needs.changes.outputs.e2e_tracker == 'true' || needs.changes.outputs.ut_tracker == 'true') }}
7778 runs-on : ubuntu-latest
7879 container :
7980 # fixme: vllm-ascend install failed with 8.3.rc1 on github action
@@ -136,6 +137,7 @@ jobs:
136137
137138 e2e-light :
138139 name : e2e-light
140+ if : false # 直接禁用
139141 strategy :
140142 matrix :
141143 vllm_version : [releases/v0.11.1, v0.11.0]
You can’t perform that action at this time.
0 commit comments