@@ -179,23 +179,14 @@ jobs:
179179 azure_acr_user : ${{ secrets.AZURE_ACR_USER }}
180180 azure_acr_password : ${{ secrets.AZURE_ACR_PASSWORD }}
181181
182- - name : Run unit tests
182+ - name : Run tests
183183 if : ${{ matrix.platform.arch != 'arm64' }}
184184 uses : ./.github/actions/pytest
185185 with :
186186 image_tag : ${{ steps.build-image.outputs.image_tag }}
187- pytest_marks : " unit and vllm and gpu_1 "
187+ pytest_marks : " pre_merge and vllm"
188188 framework : " vllm"
189- test_type : " unit"
190- platform_arch : ${{ matrix.platform.arch }}
191- - name : Run e2e tests
192- if : ${{ matrix.platform.arch != 'arm64' }}
193- uses : ./.github/actions/pytest
194- with :
195- image_tag : ${{ steps.build-image.outputs.image_tag }}
196- pytest_marks : " e2e and vllm and gpu_1 and not slow"
197- framework : " vllm"
198- test_type : " e2e, gpu_1"
189+ test_type : " pre_merge"
199190 platform_arch : ${{ matrix.platform.arch }}
200191
201192 sglang :
@@ -246,23 +237,14 @@ jobs:
246237 azure_acr_user : ${{ secrets.AZURE_ACR_USER }}
247238 azure_acr_password : ${{ secrets.AZURE_ACR_PASSWORD }}
248239
249- - name : Run unit tests
250- if : ${{ matrix.platform.arch != 'arm64' }}
251- uses : ./.github/actions/pytest
252- with :
253- image_tag : ${{ steps.build-image.outputs.image_tag }}
254- pytest_marks : " unit and sglang and gpu_1"
255- framework : " sglang"
256- test_type : " unit"
257- platform_arch : ${{ matrix.platform.arch }}
258- - name : Run e2e tests
240+ - name : Run tests
259241 if : ${{ matrix.platform.arch != 'arm64' }}
260242 uses : ./.github/actions/pytest
261243 with :
262244 image_tag : ${{ steps.build-image.outputs.image_tag }}
263- pytest_marks : " e2e and sglang and gpu_1 "
245+ pytest_marks : " pre_merge and sglang"
264246 framework : " sglang"
265- test_type : " e2e, gpu_1 "
247+ test_type : " pre_merge "
266248 platform_arch : ${{ matrix.platform.arch }}
267249
268250 trtllm :
@@ -313,23 +295,14 @@ jobs:
313295 azure_acr_user : ${{ secrets.AZURE_ACR_USER }}
314296 azure_acr_password : ${{ secrets.AZURE_ACR_PASSWORD }}
315297
316- - name : Run unit tests
317- if : ${{ matrix.platform.arch != 'arm64' }}
318- uses : ./.github/actions/pytest
319- with :
320- image_tag : ${{ steps.build-image.outputs.image_tag }}
321- pytest_marks : " unit and trtllm and gpu_1"
322- framework : " trtllm"
323- test_type : " unit"
324- platform_arch : ${{ matrix.platform.arch }}
325- - name : Run e2e tests
298+ - name : Run tests
326299 if : ${{ matrix.platform.arch != 'arm64' }}
327300 uses : ./.github/actions/pytest
328301 with :
329302 image_tag : ${{ steps.build-image.outputs.image_tag }}
330- pytest_marks : " e2e and trtllm and gpu_1 and not slow "
303+ pytest_marks : " pre_merge and trtllm"
331304 framework : " trtllm"
332- test_type : " e2e, gpu_1 "
305+ test_type : " pre_merge "
333306 platform_arch : ${{ matrix.platform.arch }}
334307
335308 deploy-test-fault-tolerance :
0 commit comments