diff --git a/.common-ci.yml b/.common-ci.yml index cb041011..01f8b52b 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -19,7 +19,7 @@ default: command: ["--experimental"] variables: - DRIVER_VERSIONS: 535.261.03 570.172.08 580.65.06 + DRIVER_VERSIONS: 535.261.03 570.172.08 580.82.07 BUILD_MULTI_ARCH_IMAGES: "true" stages: @@ -81,7 +81,7 @@ trigger-pipeline: .driver-versions: parallel: matrix: - - DRIVER_VERSION: [535.261.03, 570.172.08, 580.65.06] + - DRIVER_VERSION: [535.261.03, 570.172.08, 580.82.07] # Define the driver versions for jobs that can be run in parallel .driver-versions-ubuntu20.04: @@ -93,7 +93,7 @@ trigger-pipeline: .driver-versions-ubuntu24.04: parallel: matrix: - - DRIVER_VERSION: [570.172.08, 580.65.06] + - DRIVER_VERSION: [570.172.08, 580.82.07] # 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 1a88c9f0..968a4391 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -36,7 +36,7 @@ jobs: driver: - 535.261.03 - 570.172.08 - - 580.65.06 + - 580.82.07 dist: - ubuntu20.04 - ubuntu22.04 @@ -52,7 +52,7 @@ jobs: - dist: ubuntu24.04 driver: 535.261.03 - dist: ubuntu20.04 - driver: 580.65.06 + driver: 580.82.07 fail-fast: false steps: - uses: actions/checkout@v4 diff --git a/.nvidia-ci.yml b/.nvidia-ci.yml index cf915950..f0fb937c 100644 --- a/.nvidia-ci.yml +++ b/.nvidia-ci.yml @@ -599,16 +599,16 @@ sign:ngc-ubuntu-rhel-rhcos: matrix: - SIGN_JOB_NAME: ["ubuntu"] VERSION: ["24.04"] - DRIVER_VERSION: ["570.172.08", "580.65.06"] + DRIVER_VERSION: ["570.172.08", "580.82.07"] - SIGN_JOB_NAME: ["ubuntu"] VERSION: ["22.04"] - DRIVER_VERSION: ["535.261.03", "570.172.08", "580.65.06"] + DRIVER_VERSION: ["535.261.03", "570.172.08", "580.82.07"] - SIGN_JOB_NAME: ["ubuntu"] VERSION: ["20.04"] DRIVER_VERSION: ["535.261.03", "570.172.08"] - SIGN_JOB_NAME: ["rhel"] VERSION: ["8.8", "8.10", "9.4", "9.5", "9.6"] - DRIVER_VERSION: ["535.261.03", "570.172.08", "580.65.06"] + DRIVER_VERSION: ["535.261.03", "570.172.08", "580.82.07"] - SIGN_JOB_NAME: ["rhcos"] VERSION: ["4.14", "4.15", "4.16", "4.17", "4.18"] - DRIVER_VERSION: ["535.261.03", "570.172.08", "580.65.06"] + DRIVER_VERSION: ["535.261.03", "570.172.08", "580.82.07"] diff --git a/versions.mk b/versions.mk index 5c63738e..dcac2d8e 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.261.03 570.172.08 580.65.06 +DRIVER_VERSIONS ?= 535.261.03 570.172.08 580.82.07 GOLANG_VERSION := 1.24.5