Skip to content

Commit

Permalink
Merge branch 'bump-versions' into 'main'
Browse files Browse the repository at this point in the history
Bump versions for latest releases of 470, 535, and 550

See merge request nvidia/container-images/driver!299
  • Loading branch information
shivamerla committed Feb 28, 2024
2 parents 6dcacbb + 38d7223 commit e5ef7b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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: 470.223.02 525.147.05 535.154.05
DRIVER_VERSIONS: 470.239.06 535.161.07 550.54.14
BUILD_MULTI_ARCH_IMAGES: "true"

stages:
Expand Down Expand Up @@ -72,26 +72,26 @@ trigger-pipeline:
.driver-versions:
parallel:
matrix:
- DRIVER_VERSION: [470.223.02, 525.147.05, 535.154.05]
- DRIVER_VERSION: [470.239.06, 535.161.07, 550.54.14]

# Define the driver versions for jobs that can be run in parallel for ubuntu22.04
.driver-versions-ubuntu22.04:
parallel:
matrix:
- DRIVER_VERSION: [525.147.05, 535.154.05]
- DRIVER_VERSION: [535.161.07, 550.54.14]

# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
.driver-versions-precompiled-ubuntu22.04:
parallel:
matrix:
- DRIVER_BRANCH: [525, 535]
- DRIVER_BRANCH: [535]
KERNEL_FLAVOR: [generic, nvidia, aws, azure]

# Define the driver versions for jobs that can be run in parallel for rhel9
.driver-versions-rhel9:
parallel:
matrix:
- DRIVER_VERSION: [525.147.05, 535.154.05]
- DRIVER_VERSION: [535.161.07, 550.54.14]

# Define the distribution targets
.dist-ubuntu20.04:
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 ?= 470.223.02 525.147.05 535.154.05
DRIVER_VERSIONS ?= 470.239.06 535.161.07 550.54.14

CUDA_VERSION := 12.3.1

0 comments on commit e5ef7b3

Please sign in to comment.