@@ -217,7 +217,7 @@ steps:
217
217
# #### 1 GPU test #####
218
218
219
219
- label : Regression Test # 5min
220
- mirror_hardwares : [amdexperimental, amdproduction ]
220
+ mirror_hardwares : [amdexperimental]
221
221
source_file_dependencies :
222
222
- vllm/
223
223
- tests/test_regression
@@ -227,7 +227,7 @@ steps:
227
227
working_dir : " /vllm-workspace/tests" # optional
228
228
229
229
- label : Engine Test # 10min
230
- mirror_hardwares : [amdexperimental, amdproduction ]
230
+ mirror_hardwares : [amdexperimental]
231
231
source_file_dependencies :
232
232
- vllm/
233
233
- tests/engine
@@ -340,7 +340,7 @@ steps:
340
340
parallelism : 4
341
341
342
342
- label : PyTorch Compilation Unit Tests
343
- mirror_hardwares : [amdexperimental, amdproduction ]
343
+ mirror_hardwares : [amdexperimental]
344
344
torch_nightly : true
345
345
source_file_dependencies :
346
346
- vllm/
@@ -422,7 +422,7 @@ steps:
422
422
- pytest -v -s kernels/mamba
423
423
424
424
- label : Tensorizer Test # 11min
425
- mirror_hardwares : [amdexperimental, amdproduction ]
425
+ mirror_hardwares : [amdexperimental]
426
426
soft_fail : true
427
427
source_file_dependencies :
428
428
- vllm/model_executor/model_loader
@@ -514,7 +514,7 @@ steps:
514
514
# #### models test #####
515
515
516
516
- label : Basic Models Test # 24min
517
- mirror_hardwares : [amdexperimental, amdproduction ]
517
+ mirror_hardwares : [amdexperimental]
518
518
torch_nightly : true
519
519
source_file_dependencies :
520
520
- vllm/
@@ -603,7 +603,7 @@ steps:
603
603
- pytest -v -s models/multimodal/generation/test_common.py -m 'split(group=0) and not core_model'
604
604
605
605
- label : Multi-Modal Models Test (Extended) 3
606
- mirror_hardwares : [amdexperimental, amdproduction ]
606
+ mirror_hardwares : [amdexperimental]
607
607
optional : true
608
608
source_file_dependencies :
609
609
- vllm/
0 commit comments