[CI] Re-enable PyTorch nightly build and test in nightly CI/CD #310
Open
[CI] Re-enable PyTorch nightly build and test in nightly CI/CD #310
Conversation
Collaborator
|
If it's essentially mirroring steps and run the same commands just on a different image, can we leverage the mirror field, same as AMD? |
7b96dbb to
c140e70
Compare
Collaborator
Author
|
Hi @khluu Summary of changes:
Result
|
khluu
reviewed
Mar 27, 2026
Signed-off-by: atalman <atalman@fb.com>
Signed-off-by: atalman <atalman@fb.com>
c140e70 to
5ef28a0
Compare
khluu
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
torch_nightlyflag to step definitions so test areas can opt into nightly testingmainbranch; require manual trigger on feature branchesChanges
buildkite_step.pyget_torch_nightly_imagefrom docker utilities$IMAGE_TAG_TORCH_NIGHTLYvariable into pipeline stepstorch_nightly: trueinto a dedicated group_create_torch_nightly_group(): creates a "vLLM Against PyTorch Nightly" group with an optional manual block step, aDocker image build step (using
.buildkite/image_build/image_build_torch_nightly.sh), and individual test steps using thenightly image
_get_nightly_step_plugin(): determines the correct plugin configuration based on device typestep.pytorch_nightly: Optional[bool] = Falsefield to theStepmodel, allowing test area YAML files to opt steps into thenightly pipeline
docker_utils.pyget_torch_nightly_image(): returns the appropriate nightly Docker image tag based on branch (main vs. premerge)test-template-ci.j2mainbranch (block step only on non-main, non-nightly branches)12.0and12.0aTest plan