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
59140907
Unverified
Commit
59140907
authored
Jan 28, 2026
by
Kevin H. Luu
Committed by
GitHub
Jan 28, 2026
Browse files
[CI] Update job dependency for hardware and CPU jobs (#33237)
Signed-off-by:
khluu
<
khluu000@gmail.com
>
parent
f1acbd68
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
2 deletions
+6
-2
.buildkite/hardware_tests/amd.yaml
.buildkite/hardware_tests/amd.yaml
+1
-0
.buildkite/hardware_tests/intel.yaml
.buildkite/hardware_tests/intel.yaml
+1
-0
.buildkite/test_areas/misc.yaml
.buildkite/test_areas/misc.yaml
+2
-2
.buildkite/test_areas/models_basic.yaml
.buildkite/test_areas/models_basic.yaml
+1
-0
.buildkite/test_areas/models_multimodal.yaml
.buildkite/test_areas/models_multimodal.yaml
+1
-0
No files found.
.buildkite/hardware_tests/amd.yaml
View file @
59140907
group
:
Hardware
group
:
Hardware
steps
:
steps
:
-
label
:
"
AMD:
:docker:
build
image"
-
label
:
"
AMD:
:docker:
build
image"
depends_on
:
~
device
:
amd_cpu
device
:
amd_cpu
no_plugin
:
true
no_plugin
:
true
commands
:
commands
:
...
...
.buildkite/hardware_tests/intel.yaml
View file @
59140907
...
@@ -16,6 +16,7 @@ steps:
...
@@ -16,6 +16,7 @@ steps:
-
bash .buildkite/scripts/hardware_ci/run-hpu-test.sh
-
bash .buildkite/scripts/hardware_ci/run-hpu-test.sh
-
label
:
"
Intel
GPU
Test"
-
label
:
"
Intel
GPU
Test"
depends_on
:
~
soft_fail
:
true
soft_fail
:
true
device
:
intel_gpu
device
:
intel_gpu
no_plugin
:
true
no_plugin
:
true
...
...
.buildkite/test_areas/misc.yaml
View file @
59140907
...
@@ -27,7 +27,7 @@ steps:
...
@@ -27,7 +27,7 @@ steps:
-
pytest -v -s entrypoints/openai/correctness/test_lmeval.py::test_lm_eval_accuracy_v1_engine
-
pytest -v -s entrypoints/openai/correctness/test_lmeval.py::test_lm_eval_accuracy_v1_engine
-
label
:
V1 Others (CPU)
-
label
:
V1 Others (CPU)
depends_on
:
~
depends_on
:
image-build-cpu
source_file_dependencies
:
source_file_dependencies
:
-
vllm/
-
vllm/
-
tests/v1
-
tests/v1
...
@@ -114,7 +114,7 @@ steps:
...
@@ -114,7 +114,7 @@ steps:
-
pytest -v -s utils_
-
pytest -v -s utils_
-
label
:
Async Engine, Inputs, Utils, Worker, Config (CPU)
-
label
:
Async Engine, Inputs, Utils, Worker, Config (CPU)
depends_on
:
~
depends_on
:
image-build-cpu
timeout_in_minutes
:
30
timeout_in_minutes
:
30
source_file_dependencies
:
source_file_dependencies
:
-
vllm/
-
vllm/
...
...
.buildkite/test_areas/models_basic.yaml
View file @
59140907
...
@@ -39,6 +39,7 @@ steps:
...
@@ -39,6 +39,7 @@ steps:
-
pytest -v -s models/test_transformers.py models/test_registry.py
-
pytest -v -s models/test_transformers.py models/test_registry.py
-
label
:
Basic Models Test (Other CPU)
# 5min
-
label
:
Basic Models Test (Other CPU)
# 5min
depends_on
:
image-build-cpu
timeout_in_minutes
:
10
timeout_in_minutes
:
10
source_file_dependencies
:
source_file_dependencies
:
-
vllm/
-
vllm/
...
...
.buildkite/test_areas/models_multimodal.yaml
View file @
59140907
...
@@ -14,6 +14,7 @@ steps:
...
@@ -14,6 +14,7 @@ steps:
-
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 Processor Test (CPU)
-
label
:
Multi-Modal Processor Test (CPU)
depends_on
:
image-build-cpu
timeout_in_minutes
:
60
timeout_in_minutes
:
60
source_file_dependencies
:
source_file_dependencies
:
-
vllm/
-
vllm/
...
...
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