Skip to content

Commit

Permalink
Bump R550 to 550.90.12
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Desiniotis <[email protected]>
  • Loading branch information
cdesiniotis committed Sep 11, 2024
1 parent eab054a commit 3ae2529
Show file tree
Hide file tree
Showing 5 changed files with 31 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
20 changes: 20 additions & 0 deletions .github/#dependabot.yml#
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gomod"
target-branch: main
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
labels:
- dependencies

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

- package-
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 3ae2529

Please sign in to comment.