Skip to content

Commit 710a4a1

Browse files
authored
Merge pull request #279 from NVIDIA/570-precompiled
[precompiled] add support for R570 drivers
2 parents 8d868ef + 2927fe9 commit 710a4a1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.common-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ trigger-pipeline:
9191
.driver-versions-precompiled-ubuntu22.04:
9292
parallel:
9393
matrix:
94-
- DRIVER_BRANCH: [535, 550]
94+
- DRIVER_BRANCH: [535, 550, 570]
9595
KERNEL_FLAVOR: [aws, azure, generic, nvidia, oracle]
9696

9797
# Define the matrix of precompiled jobs that can be run in parallel for ubuntu24.04
9898
.driver-versions-precompiled-ubuntu24.04:
9999
parallel:
100100
matrix:
101-
- DRIVER_BRANCH: [550]
101+
- DRIVER_BRANCH: [550, 570]
102102
KERNEL_FLAVOR: [aws, azure, generic, nvidia, oracle]
103103

104104
# Define the distribution targets

.github/workflows/image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
driver:
103103
- 535
104104
- 550
105+
- 570
105106
flavor:
106107
- aws
107108
- azure

.github/workflows/precompiled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: extract_driver_branch
3838
run: |
3939
# get driver_branch
40-
DRIVER_BRANCH=("535" "550")
40+
DRIVER_BRANCH=("535" "550" "570")
4141
driver_branch_json=$(printf '%s\n' "${DRIVER_BRANCH[@]}" | jq -R . | jq -cs .)
4242
echo "driver_branch=$driver_branch_json" >> $GITHUB_OUTPUT
4343

0 commit comments

Comments
 (0)