Skip to content

Commit 5121618

Browse files
committed
now builds SKC image for testing
1 parent 32e1809 commit 5121618

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/pr-tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@ name: Pull request
22
on:
33
pull_request:
44
jobs:
5+
build-kayobe-image:
6+
name: Build Kayobe Image
7+
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-build-kayobe-image.yml
8+
59
rocky9-ovs-aio-test:
610
name: aio (Rocky 9 OVS)
711
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests # todo: change after merge
12+
needs: build-kayobe-image
813
with:
9-
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
14+
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
1015
os_distribution: rocky
1116
os_release: "9"
1217
ssh_username: cloud-user
@@ -17,9 +22,10 @@ jobs:
1722

1823
ubuntu-jammy-ovn-aio-test:
1924
name: aio (Ubuntu Jammy OVN)
25+
needs: build-kayobe-image
2026
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests # todo: change after merge
2127
with:
22-
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
28+
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
2329
os_distribution: ubuntu
2430
os_release: jammy
2531
ssh_username: ubuntu

0 commit comments

Comments
 (0)