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
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.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:
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
driver:
- 535.261.03
- 570.172.08
- 580.65.06
- 580.82.07
dist:
- ubuntu20.04
- ubuntu22.04
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
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.261.03 570.172.08 580.65.06
DRIVER_VERSIONS ?= 535.261.03 570.172.08 580.82.07

GOLANG_VERSION := 1.24.5