[ci] ci: remove nemotronh 4b L2 ckpt jobs until hybrid pattern fixed (PR #2628) - #2693
Merged
Merged
Conversation
… fixed (PR #2628) - Comment out L2_Launch_ckpts_mbridge_to_mlm_nemotronh_4b and L2_Launch_ckpts_mlm_to_mbridge_nemotronh_4b in cicd-main.yml. - pleasefixme mark causes pytest to collect 0 tests (all skipped), leading to exit code 5 and job failure; removing jobs from matrix is the reliable fix. Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com> Made-with: Cursor
Contributor
Author
|
/ok to test 0d29922 |
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.
Comment out
L2_Launch_ckpts_mbridge_to_mlm_nemotronh_4bandL2_Launch_ckpts_mlm_to_mbridge_nemotronh_4bin the functional test matrix.Why: The previous skip via
@pytest.mark.pleasefixmeon the test class caused pytest to collect 0 tests (all deselected by-m "not pleasefixme"), so pytest exited with code 5 and the L2 jobs still failed. Removing the jobs from the matrix is the reliable fix until hybrid_override_pattern → hybrid_layer_pattern is resolved in PR #2628.Made with Cursor