Is the vllm repository currently equipped with nightly testing?It seems NOT, but I found parameters such as “–NIGHTLY=0“ in file ci-infra/buildkite/bootstrap.sh at main · vllm-project/ci-infra · GitHub, can anyone tell me the answer?
Yes, the vLLM repository is equipped with nightly testing. Nightly builds and tests are triggered in CI, and there are parameters like NIGHTLY=1 or NIGHTLY=0 used in scripts to control this behavior. For example, the presence of the NIGHTLY parameter in CI scripts (such as bootstrap.sh) is part of the mechanism to enable or disable nightly runs. Nightly builds are also referenced in the documentation and issues, confirming their existence and use in the CI pipeline. See Nightly Builds of vLLM Wheels and related CI issues.
Would you like more detail on how nightly testing is configured or triggered in vLLM?
Sources:
- Nightly Builds of vLLM Wheels
- Nightly Builds of vLLM Wheels (GitHub)
- CI, Build, and Release: Lost vllm against PyTorch nightly signal since Jan 28, 2026
Hint: Mention @RunLLM in the post for followups.
I mean (scheduly) nightly test, not nightly build, not PR-level test
Yes, we have scheduled nightly runs, see Builds · CI · vLLM