[CI] Update job dependency syntax for Intel and AMD jobs (#33240)

Signed-off-by: khluu <khluu000@gmail.com>
This commit is contained in:
Kevin H. Luu
2026-01-28 01:33:59 -08:00
committed by GitHub
parent 5914090765
commit ecb4f82209
5 changed files with 10 additions and 6 deletions

View File

@@ -39,7 +39,8 @@ steps:
- pytest -v -s models/test_transformers.py models/test_registry.py
- label: Basic Models Test (Other CPU) # 5min
depends_on: image-build-cpu
depends_on:
- image-build-cpu
timeout_in_minutes: 10
source_file_dependencies:
- vllm/