Split pr-test.yml: extract sgl-kernel, jit-kernel, and multimodal-gen tests into separate workflow files#21219
Merged
merrymercy merged 5 commits intomainfrom Mar 23, 2026
Merged
Conversation
Contributor
|
Note Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported. |
Contributor
Author
|
/tag-and-rerun-ci |
merrymercy
commented
Mar 23, 2026
… tests into separate workflow files Move test job definitions into reusable workflow_call files to reduce the size of pr-test.yml. No functional changes — all dependency chains, conditions, and inputs are preserved through the callers. Made-with: Cursor
…ent env inheritance - Add pr-test-sgl-kernel.yml to sgl_kernel change detection (dorny + API) - Add sgl-kernel-build-wheels-arm to pr-test-finish needs list - Add comments explaining that workflow-level env is NOT inherited from caller in reusable workflows, and github context IS inherited Made-with: Cursor
…nheritance Temporarily removes the env block and adds a debug step to verify whether workflow-level env vars propagate from caller to called workflow. Made-with: Cursor
CI test confirmed: caller workflow-level env vars do NOT propagate to called workflows (3 of 4 showed UNSET). SGLANG_JIT_DEEPGEMM_FAST_WARMUP was set from the runner's system environment, not the caller. Made-with: Cursor
36aeb93 to
2714da4
Compare
adityavaid
pushed a commit
to adityavaid/sglang
that referenced
this pull request
Mar 24, 2026
… tests into separate workflow files (sgl-project#21219)
adityavaid
pushed a commit
to adityavaid/sglang
that referenced
this pull request
Mar 24, 2026
… tests into separate workflow files (sgl-project#21219)
0-693
pushed a commit
to 0-693/sglang
that referenced
this pull request
Mar 25, 2026
… tests into separate workflow files (sgl-project#21219)
JustinTong0323
pushed a commit
to JustinTong0323/sglang
that referenced
this pull request
Apr 7, 2026
… tests into separate workflow files (sgl-project#21219)
yhyang201
pushed a commit
to yhyang201/sglang
that referenced
this pull request
Apr 22, 2026
… tests into separate workflow files (sgl-project#21219)
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
sgl-kernel-unit-test,sgl-kernel-mla-test,sgl-kernel-benchmark-test,sgl-kernel-b200-test, andcuda13-kernel-smoke-testintopr-test-sgl-kernel.ymljit-kernel-unit-test,jit-kernel-unit-test-nightly, andjit-kernel-benchmark-testintopr-test-jit-kernel.ymlmultimodal-gen-test-1-gpu,multimodal-gen-test-2-gpu, andmultimodal-gen-unit-testintopr-test-multimodal-gen.ymlpr-test.ymlwithworkflow_callcallers that preserve all dependency chains, conditions, and input/output relationshipspr-test-finishneeds list and change detection filters to include the new workflow filesPure code move — no functional changes.
Test plan
yaml.safe_load)Made with Cursor