Skip to content

Commit b5c6820

Browse files
committed
Fix e2e tests on AWS
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent d08d600 commit b5c6820

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cicd-main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)