diff --git a/.common-ci.yml b/.common-ci.yml index 48ee7129b..7e4d5be48 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -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: @@ -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: diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 213b35c46..d5a570ed4 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -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 @@ -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 diff --git a/.nvidia-ci.yml b/.nvidia-ci.yml index 01e739526..933ed88d1 100644 --- a/.nvidia-ci.yml +++ b/.nvidia-ci.yml @@ -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. diff --git a/versions.mk b/versions.mk index e77708b70..451c2d3a3 100644 --- a/versions.mk +++ b/versions.mk @@ -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