Skip to content

Commit

Permalink
Merge pull request #116 from NVIDIA/550.90.12
Browse files Browse the repository at this point in the history
Bump R550 to 550.90.12
  • Loading branch information
cdesiniotis committed Sep 11, 2024
2 parents 9901981 + 64890c6 commit 239ac70
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 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.183.06 550.90.07 560.35.03
DRIVER_VERSIONS: 535.183.06 550.90.12 560.35.03
BUILD_MULTI_ARCH_IMAGES: "true"

stages:
Expand Down Expand Up @@ -73,13 +73,13 @@ trigger-pipeline:
.driver-versions:
parallel:
matrix:
- DRIVER_VERSION: [535.183.06, 550.90.07, 560.35.03]
- DRIVER_VERSION: [535.183.06, 550.90.12, 560.35.03]

# Define the driver versions for jobs that can be run in parallel for ubuntu22.04
.driver-versions-ubuntu22.04:
parallel:
matrix:
- DRIVER_VERSION: [535.183.06, 550.90.07, 560.35.03]
- DRIVER_VERSION: [535.183.06, 550.90.12, 560.35.03]

# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
.driver-versions-precompiled-ubuntu22.04:
Expand All @@ -92,7 +92,7 @@ trigger-pipeline:
.driver-versions-rhel9:
parallel:
matrix:
- DRIVER_VERSION: [535.183.06, 550.90.07, 560.35.03]
- DRIVER_VERSION: [535.183.06, 550.90.12, 560.35.03]

# Define the distribution targets
.dist-ubuntu20.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 @@ -35,7 +35,7 @@ jobs:
matrix:
driver:
- 535.183.06
- 550.90.07
- 550.90.12
- 560.35.03
dist:
- ubuntu20.04
Expand All @@ -52,7 +52,7 @@ jobs:
driver: 535.183.06
- ispr: true
dist: ubuntu20.04
driver: 550.90.07
driver: 550.90.12
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 @@ -474,13 +474,13 @@ sign:ngc-ubuntu-rhel-rhcos:
matrix:
- SIGN_JOB_NAME: ["ubuntu"]
VERSION: ["22.04"]
DRIVER_VERSION: ["535.183.06", "550.90.07", "560.35.03"]
DRIVER_VERSION: ["535.183.06", "550.90.12", "560.35.03"]
- SIGN_JOB_NAME: ["ubuntu"]
VERSION: ["20.04"]
DRIVER_VERSION: ["535.183.06", "550.90.07", "560.35.03"]
DRIVER_VERSION: ["535.183.06", "550.90.12", "560.35.03"]
- SIGN_JOB_NAME: ["rhel"]
VERSION: ["8.8", "8.10"]
DRIVER_VERSION: ["535.183.06", "550.90.07", "560.35.03"]
DRIVER_VERSION: ["535.183.06", "550.90.12", "560.35.03"]
- SIGN_JOB_NAME: ["rhcos"]
VERSION: ["4.12","4.13","4.14","4.15", "4.16"]
DRIVER_VERSION: ["535.183.06", "550.90.07", "560.35.03"]
DRIVER_VERSION: ["535.183.06", "550.90.12", "560.35.03"]
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.183.06 550.90.07 560.35.03
DRIVER_VERSIONS ?= 535.183.06 550.90.12 560.35.03

CUDA_VERSION := 12.6.0

0 comments on commit 239ac70

Please sign in to comment.