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
48a54c1e
Unverified
Commit
48a54c1e
authored
Mar 03, 2026
by
Cyrus Leung
Committed by
GitHub
Mar 03, 2026
Browse files
[CI/Build] Trigger processor tests on registry update (#35824)
Signed-off-by:
DarkLight1337
<
tlleungac@connect.ust.hk
>
parent
8b9e8b74
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
.buildkite/test-amd.yaml
.buildkite/test-amd.yaml
+2
-0
.buildkite/test_areas/models_multimodal.yaml
.buildkite/test_areas/models_multimodal.yaml
+2
-9
No files found.
.buildkite/test-amd.yaml
View file @
48a54c1e
...
...
@@ -1044,6 +1044,7 @@ steps:
source_file_dependencies
:
-
vllm/
-
tests/models/multimodal
-
tests/models/registry.py
no_gpu
:
true
commands
:
-
pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
...
...
@@ -1057,6 +1058,7 @@ steps:
source_file_dependencies
:
-
vllm/
-
tests/models/multimodal
-
tests/models/registry.py
commands
:
-
pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
-
pytest -v -s models/multimodal/processing
...
...
.buildkite/test_areas/models_multimodal.yaml
View file @
48a54c1e
...
...
@@ -20,6 +20,7 @@ steps:
source_file_dependencies
:
-
vllm/
-
tests/models/multimodal
-
tests/models/registry.py
device
:
cpu
commands
:
-
pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
...
...
@@ -30,6 +31,7 @@ steps:
source_file_dependencies
:
-
vllm/
-
tests/models/multimodal
-
tests/models/registry.py
commands
:
-
pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
-
pytest -v -s models/multimodal/processing/test_tensor_schema.py
...
...
@@ -70,12 +72,3 @@ steps:
commands
:
-
pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
-
pytest -v -s models/multimodal/generation/test_common.py -m 'split(group=1) and not core_model'
# This test is used only in PR development phase to test individual models and should never run on main
-
label
:
Custom Models
optional
:
true
commands
:
-
echo 'Testing custom models...'
# PR authors can temporarily add commands below to test individual models
# e.g. pytest -v -s models/encoder_decoder/vision_language/test_mllama.py
# *To avoid merge conflicts, remember to REMOVE (not just comment out) them before merging the PR*
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