@@ -170,7 +170,7 @@ jobs:
170170 runner : ${{ needs.pre-flight.outputs.runner_prefix }}-gpu-x2
171171 - script : L2_TRTLLM_API_Deploy_Query
172172 runner : ${{ needs.pre-flight.outputs.runner_prefix }}-gpu-x2
173- needs : [cicd-unit-tests-trtllm]
173+ needs : [cicd-unit-tests-trtllm, pre-flight ]
174174 runs-on : ${{ matrix.runner }}
175175 name : ${{ matrix.is_optional && 'PLEASEFIXME_' || '' }}${{ matrix.script }}
176176 if : |
@@ -201,7 +201,7 @@ jobs:
201201 runner : ${{ matrix.runner }}
202202
203203 cicd-e2e-tests-trt-onnx :
204- needs : [cicd-unit-tests-trtllm]
204+ needs : [cicd-unit-tests-trtllm, pre-flight ]
205205 runs-on : ${{ needs.pre-flight.outputs.runner_prefix }}-gpu-x2
206206 name : ${{ matrix.is_optional && 'PLEASEFIXME_' || '' }}${{ matrix.script }}
207207 environment : nemo-ci
@@ -234,7 +234,7 @@ jobs:
234234 runner : ${{ matrix.runner }}
235235
236236 cicd-e2e-tests-vllm :
237- needs : [cicd-unit-tests-vllm]
237+ needs : [cicd-unit-tests-vllm, pre-flight ]
238238 runs-on : ${{ needs.pre-flight.outputs.runner_prefix }}-gpu-x2
239239 name : ${{ matrix.is_optional && 'PLEASEFIXME_' || '' }}${{ matrix.script }}
240240 environment : nemo-ci
@@ -265,7 +265,7 @@ jobs:
265265 runner : ${{ matrix.runner }}
266266
267267 cicd-e2e-tests-inframework :
268- needs : [cicd-unit-tests-trtllm, cicd-unit-tests-vllm]
268+ needs : [cicd-unit-tests-trtllm, cicd-unit-tests-vllm, pre-flight ]
269269 runs-on : ${{ needs.pre-flight.outputs.runner_prefix }}-gpu-x2
270270 name : ${{ matrix.is_optional && 'PLEASEFIXME_' || '' }}${{ matrix.script }}
271271 environment : nemo-ci
0 commit comments