Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ runs:
fi

- name: Upload coverage
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
if: ${{ always() && steps.check.outputs.coverage_report != 'none' }}
with:
name: ${{ steps.check.outputs.coverage_report }}
Expand All @@ -271,7 +271,7 @@ runs:
include-hidden-files: true

- name: Upload logs
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
if: always()
with:
name: ${{ steps.check.outputs.logs_report }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-swap-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: get-pr
if: github.event_name == 'workflow_run'
continue-on-error: true
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: pr-number
path: pr-number
Expand All @@ -54,7 +54,7 @@ jobs:

- name: Check out repository code
if: steps.pr.outputs.number
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Set up Python
if: steps.pr.outputs.number
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ concurrency:

jobs:
pre-flight:
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cicd_preflight.yml@v0.73.2
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cicd_preflight.yml@v1.0.0

build-docs:
needs: [pre-flight]
if: needs.pre-flight.outputs.is_deployment_workflow != 'true'
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_build_docs.yml@v0.80.2
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_build_docs.yml@v1.0.0

build-docs-summary:
needs: [pre-flight, build-docs]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ permissions:

jobs:
pre-flight:
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cicd_preflight.yml@v0.73.2
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cicd_preflight.yml@v1.0.0
if: github.repository == 'NVIDIA/Megatron-LM'

build-test-publish-wheels:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
pre-flight:
needs: [is-not-external-contributor]
if: github.repository == 'NVIDIA/Megatron-LM'
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cicd_preflight.yml@v0.73.2
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cicd_preflight.yml@v1.0.0

configure:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
fetch-depth: 0

- name: Install uv
uses: astral-sh/setup-uv@v1
uses: astral-sh/setup-uv@v8.1.0
with:
version: 0.7.2

Expand Down Expand Up @@ -588,10 +588,10 @@ jobs:
fi

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
uses: docker/setup-buildx-action@v4.0.0

- name: Build and push
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7.1.0
with:
file: ./docker/Dockerfile.ci.dev
push: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/copyright-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

jobs:
pre-flight:
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cicd_preflight.yml@v0.73.2
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cicd_preflight.yml@v1.0.0
if: github.repository == 'NVIDIA/Megatron-LM'

copyright-check:
Expand All @@ -34,7 +34,7 @@ jobs:
|| needs.pre-flight.outputs.is_merge_group == 'true'
|| needs.pre-flight.outputs.is_deployment_workflow == 'true')
&& github.repository == 'NVIDIA/Megatron-LM'
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_copyright_check.yml@v0.66.7
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_copyright_check.yml@v1.0.0

copyright-check-summary:
needs: [pre-flight, copyright-check]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:

jobs:
pre-flight:
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cicd_preflight.yml@v0.73.2
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cicd_preflight.yml@v1.0.0
if: github.repository == 'NVIDIA/Megatron-LM'

pip-test-pytorch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/multi-approval-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
pre-flight:
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cicd_preflight.yml@v0.73.2
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_cicd_preflight.yml@v1.0.0
if: github.repository == 'NVIDIA/Megatron-LM'

codeowners-approval:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
mkdir -p pr
echo "${{ github.event.pull_request.number }}" > pr/number
- name: Upload PR number
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: pr-number
path: pr/
Loading