Skip to content

Commit 411f047

Browse files
committed
Add R580 support for precompiled driver
Signed-off-by: Shiva Kumar (SW-CLOUD) <[email protected]>
1 parent 6aac34f commit 411f047

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
@@ -99,15 +99,15 @@ trigger-pipeline:
9999
.driver-versions-precompiled-ubuntu22.04:
100100
parallel:
101101
matrix:
102-
- DRIVER_BRANCH: [535, 570]
102+
- DRIVER_BRANCH: [535, 570, 580]
103103
KERNEL_FLAVOR: [aws, azure, generic, nvidia, oracle]
104104
LTS_KERNEL: ["5.15"]
105105

106106
# Define the matrix of precompiled jobs that can be run in parallel for ubuntu24.04
107107
.driver-versions-precompiled-ubuntu24.04:
108108
parallel:
109109
matrix:
110-
- DRIVER_BRANCH: [570]
110+
- DRIVER_BRANCH: [570, 580]
111111
KERNEL_FLAVOR: [aws, azure, generic, nvidia, oracle]
112112
LTS_KERNEL: ["6.8"]
113113

.github/workflows/image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ jobs:
107107
driver:
108108
- 535
109109
- 570
110+
- 580
110111
flavor:
111112
- aws
112113
- azure

.github/workflows/precompiled.yaml

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

0 commit comments

Comments
 (0)