Skip to content

Commit a8e959a

Browse files
Alexei-V-Ivanov-AMDxuebwang-amd
authored andcommitted
[ci] Adjusting AMD test composition 2025-10-14 (vllm-project#26852)
Signed-off-by: Alexei V. Ivanov <alexei.ivanov@amd.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
1 parent 1a56346 commit a8e959a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.buildkite/test-amd.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ steps:
6363

6464
- label: Async Engine, Inputs, Utils, Worker Test (CPU) # 4 mins
6565
timeout_in_minutes: 10
66-
mirror_hardwares: [amdexperimental]
66+
mirror_hardwares: [amdexperimental, amdproduction]
6767
agent_pool: mi325_1
6868
# grade: Blocking
6969
source_file_dependencies:
@@ -353,7 +353,7 @@ steps:
353353
- pytest -v -s entrypoints/openai/correctness/test_lmeval.py::test_lm_eval_accuracy_v1_engine
354354

355355
- label: V1 Test others (CPU) # 5 mins
356-
mirror_hardwares: [amdexperimental]
356+
mirror_hardwares: [amdexperimental, amdproduction]
357357
agent_pool: mi325_1
358358
# grade: Blocking
359359
source_file_dependencies:
@@ -459,6 +459,7 @@ steps:
459459
- pytest -v -s compile/test_fusion_all_reduce.py
460460
- pytest -v -s compile/test_decorator.py
461461
- pytest -v -s compile/test_noop_elimination.py
462+
- pytest -v -s compile/test_aot_compile.py
462463

463464
- label: PyTorch Fullgraph Smoke Test # 15min
464465
timeout_in_minutes: 30
@@ -487,14 +488,14 @@ steps:
487488

488489
- label: Kernels Core Operation Test # 48min
489490
timeout_in_minutes: 75
490-
mirror_hardwares: [amdexperimental]
491+
mirror_hardwares: [amdexperimental, amdproduction]
491492
agent_pool: mi325_1
492493
# grade: Blocking
493494
source_file_dependencies:
494495
- csrc/
495496
- tests/kernels/core
496497
commands:
497-
- pytest -v -s kernels/core
498+
- pytest -v -s kernels/core kernels/test_top_k_per_row.py
498499

499500
- label: Kernels Attention Test %N # 23min
500501
timeout_in_minutes: 35
@@ -632,7 +633,7 @@ steps:
632633

633634
- label: OpenAI-Compatible Tool Use # 23 min
634635
timeout_in_minutes: 35
635-
mirror_hardwares: [amdexperimental]
636+
mirror_hardwares: [amdexperimental, amdproduction]
636637
agent_pool: mi325_1
637638
# grade: Blocking
638639
fast_check: false

0 commit comments

Comments
 (0)