Skip to content

Commit 2014a3a

Browse files
committed
cleanup driver version matrices
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent c610352 commit 2014a3a

File tree

3 files changed

+7
-19
lines changed

3 files changed

+7
-19
lines changed

.common-ci.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -75,25 +75,13 @@ trigger-pipeline:
7575
matrix:
7676
- DRIVER_VERSION: [535.216.01, 550.127.05]
7777

78-
# Define the driver versions for jobs that can be run in parallel for ubuntu22.04
79-
.driver-versions-ubuntu22.04:
80-
parallel:
81-
matrix:
82-
- DRIVER_VERSION: [535.216.01, 550.127.05]
83-
8478
# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
8579
.driver-versions-precompiled-ubuntu22.04:
8680
parallel:
8781
matrix:
8882
- DRIVER_BRANCH: [535, 550]
8983
KERNEL_FLAVOR: [aws, azure, generic, nvidia, oracle]
9084

91-
# Define the driver versions for jobs that can be run in parallel for rhel9
92-
.driver-versions-rhel9:
93-
parallel:
94-
matrix:
95-
- DRIVER_VERSION: [535.216.01, 550.127.05]
96-
9785
# Define the distribution targets
9886
.dist-ubuntu20.04:
9987
variables:
@@ -170,15 +158,15 @@ trigger-pipeline:
170158
# Perform for each DRIVER_VERSION
171159
extends:
172160
- .release-generic
173-
- .driver-versions-ubuntu22.04
161+
- .driver-versions
174162
rules:
175163
- if: $CI_PIPELINE_SOURCE != "schedule"
176164

177165
.release-rhel9:
178166
# Perform for each DRIVER_VERSION
179167
extends:
180168
- .release-generic
181-
- .driver-versions-rhel9
169+
- .driver-versions
182170
rules:
183171
- if: $CI_PIPELINE_SOURCE != "schedule"
184172

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ include:
4444
.image-build-ubuntu22.04:
4545
# Perform for each DRIVER_VERSION
4646
extends:
47-
- .driver-versions-ubuntu22.04
47+
- .driver-versions
4848
- .image-build-generic
4949
rules:
5050
- if: $CI_PIPELINE_SOURCE != "schedule"
@@ -53,7 +53,7 @@ include:
5353
.image-build-rhel9:
5454
# Perform for each DRIVER_VERSION
5555
extends:
56-
- .driver-versions-rhel9
56+
- .driver-versions
5757
- .image-build-generic
5858
rules:
5959
- if: $CI_PIPELINE_SOURCE != "schedule"

.nvidia-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ variables:
8080
.image-pull-ubuntu22.04:
8181
# Perform for each DRIVER_VERSION
8282
extends:
83-
- .driver-versions-ubuntu22.04
83+
- .driver-versions
8484
- .image-pull-generic
8585
rules:
8686
- if: $CI_PIPELINE_SOURCE == "schedule"
@@ -175,7 +175,7 @@ image-rhel8:
175175
.scan-ubuntu22.04:
176176
# Repeat for each DRIVER_VERSION
177177
extends:
178-
- .driver-versions-ubuntu22.04
178+
- .driver-versions
179179
- .scan-generic
180180
rules:
181181
- !reference [.scan-rules-common, rules]
@@ -276,7 +276,7 @@ release:ngc-ubuntu22.04:
276276
extends:
277277
- .release:ngc
278278
- .dist-ubuntu22.04
279-
- .driver-versions-ubuntu22.04
279+
- .driver-versions
280280

281281
release:ngc-precompiled-ubuntu22.04:
282282
variables:

0 commit comments

Comments
 (0)