Skip to content
Open
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
6 changes: 3 additions & 3 deletions .common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default:
command: ["--experimental"]

variables:
DRIVER_VERSIONS: 535.274.02 570.195.03 580.105.08
DRIVER_VERSIONS: 535.288.01 570.211.01 580.126.09
BUILD_MULTI_ARCH_IMAGES: "true"

stages:
Expand Down Expand Up @@ -81,13 +81,13 @@ trigger-pipeline:
.driver-versions:
parallel:
matrix:
- DRIVER_VERSION: [535.274.02, 570.195.03, 580.105.08]
- DRIVER_VERSION: [535.288.01, 570.211.01, 580.126.09]

# Define the driver versions for jobs that can be run in parallel
.driver-versions-ubuntu24.04:
parallel:
matrix:
- DRIVER_VERSION: [570.195.03, 580.105.08]
- DRIVER_VERSION: [570.211.01, 580.126.09]

# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
.driver-versions-precompiled-ubuntu22.04:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
strategy:
matrix:
driver:
- 535.274.02
- 570.195.03
- 580.105.08
- 535.288.01
- 570.211.01
- 580.126.09
dist:
- ubuntu22.04
- ubuntu24.04
Expand All @@ -40,7 +40,7 @@ jobs:
- ${{github.event_name == 'pull_request'}}
exclude:
- dist: ubuntu24.04
driver: 535.274.02
driver: 535.288.01
fail-fast: false
steps:
- uses: actions/checkout@v6
Expand Down
2 changes: 1 addition & 1 deletion .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ variables:
# Define the public staging registry
STAGING_REGISTRY: ghcr.io/nvidia
STAGING_VERSION: "${CI_COMMIT_SHORT_SHA}"
PUBLISH_VERSIONS: 535.274.02 570.195.03 580.105.08
PUBLISH_VERSIONS: 535.288.01 570.211.01 580.126.09

.image-pull-rules:
# We delay the job start to allow the public pipeline to generate the required images.
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# limitations under the License.

# DRIVER_VERSIONS contains latest version in all active datacenter branches
DRIVER_VERSIONS ?= 535.274.02 570.195.03 580.105.08
DRIVER_VERSIONS ?= 535.288.01 570.211.01 580.126.09

GOLANG_VERSION := 1.25.5