From 33c21b8873cc3cbbb88887a959c8447ff4db921c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?oliver=20k=C3=B6nig?= Date: Fri, 22 May 2026 13:46:03 +0000 Subject: [PATCH 1/2] ci: pin FW-CI-templates to NVIDIA-NeMo/FW-CI-templates#480 (mirror branch protection) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Companion PR to NVIDIA-NeMo/FW-CI-templates#480, which mirrors the branch-protection rule of `[rv][0-9].[0-9].[0-9]` onto `deploy-release/*` so the validate-only release rehearsal is gated by the same required status checks as a real release. Pinned to commit f680963ed397a4ff0cd4c983a3a3071c209e5e77 on `ko3n1g/feat/mirror-release-branch-protection`. Re-pin to a released tag once FW-CI-templates#480 lands. Signed-off-by: oliver könig --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 044231c46..ac96d3c00 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -71,7 +71,7 @@ jobs: release: if: ${{ github.event_name == 'schedule' || inputs.component == 'nemo-evaluator' }} needs: validate-inputs - uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.83.0 + uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@f680963ed397a4ff0cd4c983a3a3071c209e5e77 with: release-ref: ${{ github.event_name == 'schedule' && github.sha || inputs.release-ref || github.sha }} python-package: nemo_evaluator @@ -111,7 +111,7 @@ jobs: release-launcher: if: ${{ github.event_name == 'schedule' || inputs.component == 'nemo-evaluator-launcher' }} needs: validate-inputs - uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v0.83.0 + uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@f680963ed397a4ff0cd4c983a3a3071c209e5e77 with: release-ref: ${{ github.event_name == 'schedule' && github.sha || inputs.release-ref || github.sha }} python-package: nemo_evaluator_launcher From 32161ca879864a7d9a43df4fd49b804cfadfd9d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?oliver=20k=C3=B6nig?= Date: Fri, 22 May 2026 15:10:54 +0000 Subject: [PATCH 2/2] ci: bump FW-CI-templates pin to 3c679d436baa0b926766e9b1e6d149803c506b5d MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: oliver könig --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 335abd7d8..564a43884 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -99,7 +99,7 @@ jobs: github.event_name != 'push' || !(needs.pre-flight.outputs.docs_only == 'true' || needs.pre-flight.outputs.is_deployment_workflow == 'true') ) - uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@f680963ed397a4ff0cd4c983a3a3071c209e5e77 + uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@3c679d436baa0b926766e9b1e6d149803c506b5d with: release-ref: ${{ github.event_name == 'schedule' && github.sha || inputs.release-ref || github.sha }} python-package: nemo_evaluator @@ -141,7 +141,7 @@ jobs: github.event_name != 'push' || !(needs.pre-flight.outputs.docs_only == 'true' || needs.pre-flight.outputs.is_deployment_workflow == 'true') ) - uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@f680963ed397a4ff0cd4c983a3a3071c209e5e77 + uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@3c679d436baa0b926766e9b1e6d149803c506b5d with: release-ref: ${{ github.event_name == 'schedule' && github.sha || inputs.release-ref || github.sha }} python-package: nemo_evaluator_launcher