Skip to content

Commit 493dba4

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

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.github/workflows/precompiled.yaml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,19 @@ name: Precompiled images
1717

1818
# on:
1919
# schedule:
20-
# - cron: '00 09 * * *'
20+
# - cron: '00 09 * * *' # scheduled job
2121

2222
on:
23-
pull_request:
23+
workflow_run:
24+
workflows: [image]
2425
types:
25-
- opened
26-
- synchronize
27-
branches:
28-
- main
29-
push:
26+
- completed
3027
branches:
3128
- main
3229

3330
jobs:
3431
set-driver-version-matrix:
35-
runs-on: linux-amd64-cpu4
32+
runs-on: ubuntu-latest
3633
outputs:
3734
driver_branch: ${{ steps.extract_driver_branch.outputs.driver_branch }}
3835
kernel_flavors: ${{ steps.extract_driver_branch.outputs.kernel_flavors }}
@@ -60,7 +57,7 @@ jobs:
6057
6158
precompiled-build-image:
6259
needs: set-driver-version-matrix
63-
runs-on: linux-amd64-cpu4
60+
runs-on: ubuntu-latest
6461
strategy:
6562
matrix:
6663
driver_branch: ${{ fromJson(needs.set-driver-version-matrix.outputs.driver_branch) }}
@@ -136,7 +133,7 @@ jobs:
136133
retention-days: 1
137134

138135
determine-e2e-test-matrix:
139-
runs-on: linux-amd64-cpu4
136+
runs-on: ubuntu-latest
140137
strategy:
141138
matrix:
142139
dist: ${{ fromJson(needs.set-driver-version-matrix.outputs.dist) }}
@@ -184,7 +181,7 @@ jobs:
184181
echo "matrix_values_not_empty=1" >> $GITHUB_OUTPUT
185182
186183
e2e-tests-nvidiadriver:
187-
runs-on: linux-amd64-cpu4
184+
runs-on: ubuntu-latest
188185
needs:
189186
- determine-e2e-test-matrix
190187
- set-driver-version-matrix
@@ -298,7 +295,7 @@ jobs:
298295
retention-days: 15
299296

300297
publish-precompiled-image:
301-
runs-on: linux-amd64-cpu4
298+
runs-on: ubuntu-latest
302299
needs:
303300
- set-driver-version-matrix
304301
- determine-e2e-test-matrix

0 commit comments

Comments
 (0)