Skip to content

Commit 426258e

Browse files
committed
ubuntu24.04 ci pipeline fix
ubuntu24.04 ci pipeline fix Signed-off-by: shiva kumar <[email protected]> ubuntu24.04 ci pipeline fix Signed-off-by: shiva kumar <[email protected]>
1 parent 0a86527 commit 426258e

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.common-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ trigger-pipeline:
8585
.driver-versions-precompiled-ubuntu22.04:
8686
parallel:
8787
matrix:
88-
- DRIVER_BRANCH: [535, 550]
88+
- DRIVER_BRANCH: [535, 550, 560]
8989
KERNEL_FLAVOR: [aws, azure, generic, nvidia, oracle]
9090

9191
# Define the distribution targets

.github/workflows/precompiled.yaml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,20 @@
1515
# Run this workflow on a schedule
1616
name: Precompiled images
1717

18+
# on:
19+
# schedule:
20+
# - cron: '00 09 * * *'
21+
1822
on:
19-
schedule:
20-
- cron: '00 09 * * *'
23+
pull_request:
24+
types:
25+
- opened
26+
- synchronize
27+
branches:
28+
- main
29+
push:
30+
branches:
31+
- main
2132

2233
jobs:
2334
set-driver-version-matrix:
@@ -43,7 +54,7 @@ jobs:
4354
echo "kernel_flavors=$kernel_flavors_json" >> $GITHUB_OUTPUT
4455
4556
# get ubuntu distributions
46-
DIST=("ubuntu22.04")
57+
DIST=("ubuntu22.04", "ubuntu24.04")
4758
dist_json=$(printf '%s\n' "${DIST[@]}" | jq -R . | jq -cs .)
4859
echo "dist=$dist_json" >> $GITHUB_OUTPUT
4960

0 commit comments

Comments
 (0)