Skip to content

Commit 6e46d19

Browse files
committed
ubuntu24.04 ci pipeline fix
Signed-off-by: shiva kumar <[email protected]>
1 parent 121c96b commit 6e46d19

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

.common-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ trigger-pipeline:
7373
.driver-versions:
7474
parallel:
7575
matrix:
76-
- DRIVER_VERSION: [535.216.01, 550.127.05]
76+
- DRIVER_VERSION: [535.216.01, 550.127.05, 565.57.01]
7777

7878
# Define the driver versions for jobs that can be run in parallel for ubuntu24.04
7979
.driver-versions-ubuntu24.04:
8080
parallel:
8181
matrix:
82-
- DRIVER_VERSION: [535.216.01, 550.127.05]
82+
- DRIVER_VERSION: [535.216.01, 550.127.05, 565.57.01]
8383

8484
# Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04
8585
.driver-versions-precompiled-ubuntu22.04:

.github/workflows/precompiled.yaml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,17 @@ jobs:
6666
driver_branch: ${{ fromJson(needs.set-driver-version-matrix.outputs.driver_branch) }}
6767
flavor: ${{ fromJson(needs.set-driver-version-matrix.outputs.kernel_flavors) }}
6868
dist: ${{ fromJson(needs.set-driver-version-matrix.outputs.dist) }}
69+
ispr:
70+
- ${{github.event_name == 'pull_request'}}
71+
exclude:
72+
- ispr: true
73+
dist: ubuntu20.04
74+
driver_branch: 535
75+
- ispr: true
76+
dist: ubuntu20.04
77+
driver_branch: 550
78+
- dist: ubuntu24.04
79+
driver_branch: 535
6980
steps:
7081
- uses: actions/checkout@v4
7182
name: Check out code
@@ -140,6 +151,17 @@ jobs:
140151
strategy:
141152
matrix:
142153
dist: ${{ fromJson(needs.set-driver-version-matrix.outputs.dist) }}
154+
ispr:
155+
- ${{github.event_name == 'pull_request'}}
156+
exclude:
157+
- ispr: true
158+
dist: ubuntu20.04
159+
driver_branch: 535
160+
- ispr: true
161+
dist: ubuntu20.04
162+
driver_branch: 550
163+
- dist: ubuntu24.04
164+
driver_branch: 535
143165
needs:
144166
- precompiled-build-image
145167
- set-driver-version-matrix
@@ -193,6 +215,17 @@ jobs:
193215
matrix:
194216
kernel_version: ${{ fromJson(needs.determine-e2e-test-matrix.outputs.matrix_values) }}
195217
dist: ${{ fromJson(needs.set-driver-version-matrix.outputs.dist) }}
218+
ispr:
219+
- ${{github.event_name == 'pull_request'}}
220+
exclude:
221+
- ispr: true
222+
dist: ubuntu20.04
223+
driver_branch: 535
224+
- ispr: true
225+
dist: ubuntu20.04
226+
driver_branch: 550
227+
- dist: ubuntu24.04
228+
driver_branch: 535
196229
steps:
197230
- name: Check out code
198231
uses: actions/checkout@v4
@@ -308,6 +341,17 @@ jobs:
308341
driver_branch: ${{ fromJson(needs.set-driver-version-matrix.outputs.driver_branch) }}
309342
kernel_version: ${{ fromJson(needs.determine-e2e-test-matrix.outputs.matrix_values) }}
310343
dist: ${{ fromJson(needs.set-driver-version-matrix.outputs.dist) }}
344+
ispr:
345+
- ${{github.event_name == 'pull_request'}}
346+
exclude:
347+
- ispr: true
348+
dist: ubuntu20.04
349+
driver_branch: 535
350+
- ispr: true
351+
dist: ubuntu20.04
352+
driver_branch: 550
353+
- dist: ubuntu24.04
354+
driver_branch: 535
311355
steps:
312356
- name: Check out code
313357
uses: actions/checkout@v4

.nvidia-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ sign:ngc-ubuntu-rhel-rhcos:
463463
matrix:
464464
- SIGN_JOB_NAME: ["ubuntu"]
465465
VERSION: ["24.04"]
466+
DRIVER_VERSION: ["535.216.01", "550.127.05", "565.57.01"]
466467
- SIGN_JOB_NAME: ["ubuntu"]
467468
VERSION: ["22.04"]
468469
DRIVER_VERSION: ["535.216.01", "550.127.05", "565.57.01"]

0 commit comments

Comments
 (0)