Skip to content

Commit

Permalink
now builds SKC image for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jan 15, 2025
1 parent 32e1809 commit 5121618
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@ name: Pull request
on:
pull_request:
jobs:
build-kayobe-image:
name: Build Kayobe Image
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-build-kayobe-image.yml

rocky9-ovs-aio-test:
name: aio (Rocky 9 OVS)
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests # todo: change after merge
needs: build-kayobe-image
with:
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
os_distribution: rocky
os_release: "9"
ssh_username: cloud-user
Expand All @@ -17,9 +22,10 @@ jobs:

ubuntu-jammy-ovn-aio-test:
name: aio (Ubuntu Jammy OVN)
needs: build-kayobe-image
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests # todo: change after merge
with:
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
os_distribution: ubuntu
os_release: jammy
ssh_username: ubuntu
Expand Down

0 comments on commit 5121618

Please sign in to comment.