Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
878fd5a1
Unverified
Commit
878fd5a1
authored
Nov 04, 2025
by
Zhewen Li
Committed by
GitHub
Nov 05, 2025
Browse files
[CI/Build] Enable some fixed tests in AMD CI (#28078)
Signed-off-by:
zhewenli
<
zhewenli@meta.com
>
parent
18b39828
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
.buildkite/test-amd.yaml
.buildkite/test-amd.yaml
+10
-10
No files found.
.buildkite/test-amd.yaml
View file @
878fd5a1
...
@@ -48,8 +48,8 @@ steps:
...
@@ -48,8 +48,8 @@ steps:
commands
:
commands
:
-
bash standalone_tests/pytorch_nightly_dependency.sh
-
bash standalone_tests/pytorch_nightly_dependency.sh
-
label
:
Async Engine, Inputs, Utils, Worker Test
#
36
min
-
label
:
Async Engine, Inputs, Utils, Worker Test
#
10
min
timeout_in_minutes
:
5
0
timeout_in_minutes
:
1
5
mirror_hardwares
:
[
amdexperimental
,
amdproduction
]
mirror_hardwares
:
[
amdexperimental
,
amdproduction
]
agent_pool
:
mi325_1
agent_pool
:
mi325_1
# grade: Blocking
# grade: Blocking
...
@@ -616,9 +616,9 @@ steps:
...
@@ -616,9 +616,9 @@ steps:
-
uv pip install --system torchao==0.13.0
-
uv pip install --system torchao==0.13.0
-
VLLM_TEST_FORCE_LOAD_FORMAT=auto pytest -v -s quantization/ --ignore quantization/test_blackwell_moe.py
-
VLLM_TEST_FORCE_LOAD_FORMAT=auto pytest -v -s quantization/ --ignore quantization/test_blackwell_moe.py
-
label
:
LM Eval Small Models
# 5
3
min
-
label
:
LM Eval Small Models
#
1
5min
timeout_in_minutes
:
75
timeout_in_minutes
:
20
mirror_hardwares
:
[
amdexperimental
]
mirror_hardwares
:
[
amdexperimental
,
amdproduction
]
agent_pool
:
mi325_1
agent_pool
:
mi325_1
# grade: Blocking
# grade: Blocking
source_file_dependencies
:
source_file_dependencies
:
...
@@ -627,8 +627,8 @@ steps:
...
@@ -627,8 +627,8 @@ steps:
commands
:
commands
:
-
pytest -s -v evals/gsm8k/test_gsm8k_correctness.py --config-list-file=configs/models-small.txt --tp-size=1
-
pytest -s -v evals/gsm8k/test_gsm8k_correctness.py --config-list-file=configs/models-small.txt --tp-size=1
-
label
:
OpenAI API correctness
#
22
min
-
label
:
OpenAI API correctness
#
10
min
timeout_in_minutes
:
30
timeout_in_minutes
:
15
mirror_hardwares
:
[
amdexperimental
,
amdproduction
]
mirror_hardwares
:
[
amdexperimental
,
amdproduction
]
agent_pool
:
mi325_1
agent_pool
:
mi325_1
# grade: Blocking
# grade: Blocking
...
@@ -859,10 +859,10 @@ steps:
...
@@ -859,10 +859,10 @@ steps:
-
pytest -v -s models/multimodal -m core_model --ignore models/multimodal/generation/test_whisper.py --ignore models/multimodal/processing
-
pytest -v -s models/multimodal -m core_model --ignore models/multimodal/generation/test_whisper.py --ignore models/multimodal/processing
-
cd .. && VLLM_WORKER_MULTIPROC_METHOD=spawn pytest -v -s tests/models/multimodal/generation/test_whisper.py -m core_model
# Otherwise, mp_method="spawn" doesn't work
-
cd .. && VLLM_WORKER_MULTIPROC_METHOD=spawn pytest -v -s tests/models/multimodal/generation/test_whisper.py -m core_model
# Otherwise, mp_method="spawn" doesn't work
-
label
:
Multi-Modal Accuracy Eval (Small Models)
#
5
0min
-
label
:
Multi-Modal Accuracy Eval (Small Models)
#
1
0min
mirror_hardwares
:
[
amdexperimental
]
mirror_hardwares
:
[
amdexperimental
,
amdproduction
]
agent_pool
:
mi325_1
agent_pool
:
mi325_1
timeout_in_minutes
:
70
timeout_in_minutes
:
15
working_dir
:
"
/vllm-workspace/.buildkite/lm-eval-harness"
working_dir
:
"
/vllm-workspace/.buildkite/lm-eval-harness"
source_file_dependencies
:
source_file_dependencies
:
-
vllm/multimodal/
-
vllm/multimodal/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment