Downsize CPU jobs to use small queue (#37913)

Signed-off-by: khluu <khluu000@gmail.com>
Signed-off-by: Kevin H. Luu <khluu000@gmail.com>
This commit is contained in:
Kevin H. Luu
2026-03-23 20:36:37 -07:00
committed by GitHub
parent c59a132f96
commit b2dd75eb48
3 changed files with 4 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ steps:
source_file_dependencies:
- vllm/
- tests/v1
device: cpu
device: cpu-small
commands:
# split the test to avoid interference
- pytest -v -s -m 'cpu_test' v1/core
@@ -177,7 +177,7 @@ steps:
- tests/tool_parsers
- tests/transformers_utils
- tests/config
device: cpu
device: cpu-small
commands:
- python3 standalone_tests/lazy_imports.py
- pytest -v -s test_inputs.py

View File

@@ -51,7 +51,7 @@ steps:
- vllm/
- tests/models/test_utils.py
- tests/models/test_vision.py
device: cpu
device: cpu-small
commands:
- pytest -v -s models/test_utils.py models/test_vision.py

View File

@@ -70,7 +70,7 @@ steps:
- vllm/
- tests/models/multimodal
- tests/models/registry.py
device: cpu
device: cpu-medium
commands:
- pip install git+https://github.com/TIGER-AI-Lab/Mantis.git
- pytest -v -s models/multimodal/processing --ignore models/multimodal/processing/test_tensor_schema.py