[CI] Add entrypoint to hc_combine test for standalone execution - #37406
Merged
ispobock merged 3 commits intoSep 1, 2026
Merged
Conversation
Collaborator
Author
|
/tag-and-rerun-ci |
mmangkad
approved these changes
Sep 1, 2026
ispobock
approved these changes
Sep 1, 2026
5 tasks
This was referenced Sep 1, 2026
This was referenced Sep 2, 2026
Open
StevenChenSE
pushed a commit
to StevenChenSE/sglang
that referenced
this pull request
Sep 6, 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.
Description
Adds the standard
if __name__ == "__main__": sys.exit(pytest.main([__file__]))block totest/registered/kernels/ops/layernorm/test_hc_combine.py, allowing the test to be run directly viapython test_hc_combine.py(useful for quick manual runs on GPU hosts). This matches the convention already used by 19 sibling kernel tests (e.g.test_mhc_kernels.py,test_fused_op.py).fix #35118 breaking test suites
Changes
__main__entrypoint invoking pytest totest_hc_combine.pyNotes
CI States
Latest PR Test (Base): ⏳ Run #33509256039
Latest PR Test (Extra): ❌ Run #33509255905
Latest PR Test (AMD ROCm 7.2): ⏳ Run #33509256061