[CI/Build] Remove use of skip_v1 (#34699)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2026-02-18 12:19:11 +08:00
committed by GitHub
parent cef65f0715
commit 30ebe0dc3c
6 changed files with 9 additions and 5 deletions

View File

@@ -108,9 +108,11 @@ steps:
timeout_in_minutes: 50
source_file_dependencies:
- vllm/
- tests/detokenizer
- tests/multimodal
- tests/utils_
commands:
- pytest -v -s detokenizer
- pytest -v -s -m 'not cpu_test' multimodal
- pytest -v -s utils_