chore: bump _code_freeze workflow to v1.4.2 - #4132
Merged
Merged
Conversation
Signed-off-by: oliver könig <okoenig@nvidia.com>
Contributor
|
LGTM — straightforward version-pin bump for the _code_freeze.yml reusable workflow (v0.86.0 → v1.4.1). No logic changes, no code touched. Suggested test cases No perf tests impacted. This workflow is manually dispatched (workflow_dispatch) and only exercises the release-freeze path — standard CI covers it on the next dispatch. |
Signed-off-by: oliver könig <okoenig@nvidia.com>
ko3n1g
force-pushed
the
ko3n1g/chore/bump-code-freeze-v1.4.1
branch
from
June 3, 2026 15:22
0058c00 to
c21ad20
Compare
_code_freeze workflow to v1.4.1_code_freeze workflow to v1.4.2
balasaajay
previously approved these changes
Jun 3, 2026
Signed-off-by: oliver könig <okoenig@nvidia.com>
nv-mollys
pushed a commit
that referenced
this pull request
Jun 4, 2026
Signed-off-by: oliver könig <okoenig@nvidia.com> Signed-off-by: mollys <mollys@mollys.nvidia.com>
vasunvidia
pushed a commit
to vasunvidia/Megatron-Bridge
that referenced
this pull request
Jun 10, 2026
Signed-off-by: oliver könig <okoenig@nvidia.com> Signed-off-by: Vasudevan Rengasamy <vrengasamy@nvidia.com>
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.
Claude summary
Background / motivation
release-freeze.ymlin line with the rest of the NVIDIA-NeMo/* fleet on the latest tag of the shared_code_freeze.ymlreusable workflow.v1.4.2carries the fix that makes the bumped next-version pre-release/dev tags configurable, so a code freeze no longer re-introduces anrc0pre-release tag on clean-semver repos (fix: make code-freeze next-version pre-release/dev tags configurable FW-CI-templates#487).What changed
NVIDIA-NeMo/FW-CI-templates/.github/workflows/_code_freeze.ymlfromv0.86.0→v1.4.2.Details
.github/workflows/release-freeze.yml:37— version pin updated.Tested
release-freezedispatch.