Skip to content

Commit 239ac70

Browse files
authored
Merge pull request NVIDIA#116 from NVIDIA/550.90.12
Bump R550 to 550.90.12
2 parents 9901981 + 64890c6 commit 239ac70

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.common-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ default:
1919
command: ["--experimental"]
2020

2121
variables:
22-
DRIVER_VERSIONS: 535.183.06 550.90.07 560.35.03
22+
DRIVER_VERSIONS: 535.183.06 550.90.12 560.35.03
2323
BUILD_MULTI_ARCH_IMAGES: "true"
2424

2525
stages:
@@ -73,13 +73,13 @@ trigger-pipeline:
7373
.driver-versions:
7474
parallel:
7575
matrix:
76-
- DRIVER_VERSION: [535.183.06, 550.90.07, 560.35.03]
76+
- DRIVER_VERSION: [535.183.06, 550.90.12, 560.35.03]
7777

7878
# Define the driver versions for jobs that can be run in parallel for ubuntu22.04
7979
.driver-versions-ubuntu22.04:
8080
parallel:
8181
matrix:
82-
- DRIVER_VERSION: [535.183.06, 550.90.07, 560.35.03]
82+
- DRIVER_VERSION: [535.183.06, 550.90.12, 560.35.03]
8383

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

9797
# Define the distribution targets
9898
.dist-ubuntu20.04:

.github/workflows/image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
driver:
3737
- 535.183.06
38-
- 550.90.07
38+
- 550.90.12
3939
- 560.35.03
4040
dist:
4141
- ubuntu20.04
@@ -52,7 +52,7 @@ jobs:
5252
driver: 535.183.06
5353
- ispr: true
5454
dist: ubuntu20.04
55-
driver: 550.90.07
55+
driver: 550.90.12
5656
fail-fast: false
5757
steps:
5858
- uses: actions/checkout@v4

.nvidia-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,13 +474,13 @@ sign:ngc-ubuntu-rhel-rhcos:
474474
matrix:
475475
- SIGN_JOB_NAME: ["ubuntu"]
476476
VERSION: ["22.04"]
477-
DRIVER_VERSION: ["535.183.06", "550.90.07", "560.35.03"]
477+
DRIVER_VERSION: ["535.183.06", "550.90.12", "560.35.03"]
478478
- SIGN_JOB_NAME: ["ubuntu"]
479479
VERSION: ["20.04"]
480-
DRIVER_VERSION: ["535.183.06", "550.90.07", "560.35.03"]
480+
DRIVER_VERSION: ["535.183.06", "550.90.12", "560.35.03"]
481481
- SIGN_JOB_NAME: ["rhel"]
482482
VERSION: ["8.8", "8.10"]
483-
DRIVER_VERSION: ["535.183.06", "550.90.07", "560.35.03"]
483+
DRIVER_VERSION: ["535.183.06", "550.90.12", "560.35.03"]
484484
- SIGN_JOB_NAME: ["rhcos"]
485485
VERSION: ["4.12","4.13","4.14","4.15", "4.16"]
486-
DRIVER_VERSION: ["535.183.06", "550.90.07", "560.35.03"]
486+
DRIVER_VERSION: ["535.183.06", "550.90.12", "560.35.03"]

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414

1515
# DRIVER_VERSIONS contains latest version in all active datacenter branches
16-
DRIVER_VERSIONS ?= 535.183.06 550.90.07 560.35.03
16+
DRIVER_VERSIONS ?= 535.183.06 550.90.12 560.35.03
1717

1818
CUDA_VERSION := 12.6.0

0 commit comments

Comments
 (0)