Skip to content

Commit cdde401

Browse files
authored
[CI] Add env variable check for nightly CI (vllm-project#1281)
Signed-off-by: Alicia <115451386+congw729@users.noreply.github.com>
1 parent 29e6a29 commit cdde401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.buildkite/test-nightly.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ steps:
1212
- label: "Omni Model Test with H100"
1313
timeout_in_minutes: 180
1414
depends_on: image-build
15+
if: build.env("NIGHTLY") == "1"
1516
commands:
1617
- export VLLM_WORKER_MULTIPROC_METHOD=spawn
1718
- pytest -s -v tests/e2e/online_serving/test_qwen3_omni_expansion.py

0 commit comments

Comments
 (0)