Skip to content

Commit 2e4d228

Browse files
committed
removed image build and set skc version to main
1 parent 46d93b2 commit 2e4d228

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/pr-tests.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,13 @@ 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@parameterise-aio-tests #todo: change after merge
8-
with:
9-
repository: stackhpc/stackhpc-kayobe-config
105

116
rocky9-ovs-aio-test:
127
name: aio (Rocky 9 OVS)
13-
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests # todo: change after merge
8+
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
149
needs: build-kayobe-image
1510
with:
16-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
11+
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
1712
os_distribution: rocky
1813
os_release: "9"
1914
ssh_username: cloud-user
@@ -26,9 +21,9 @@ jobs:
2621
ubuntu-jammy-ovn-aio-test:
2722
name: aio (Ubuntu Jammy OVN)
2823
needs: build-kayobe-image
29-
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests # todo: change after merge
24+
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
3025
with:
31-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
26+
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
3227
os_distribution: ubuntu
3328
os_release: jammy
3429
ssh_username: ubuntu

0 commit comments

Comments
 (0)