Skip to content

Commit

Permalink
fixed wrong repos getting checked out
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jan 15, 2025
1 parent 5c8094a commit 5a011f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jobs:
build-kayobe-image:
name: Build Kayobe Image
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-build-kayobe-image.yml@parameterise-aio-tests #todo: change after merge
with:
repository: stackhpc/stackhpc-kayobe-config

rocky9-ovs-aio-test:
name: aio (Rocky 9 OVS)
Expand All @@ -18,6 +20,7 @@ jobs:
neutron_plugin: ovs
OS_CLOUD: openstack
stackhpc_cloud_tests_version: ${{ github.ref }}
repository: stackhpc/stackhpc-kayobe-config
secrets: inherit

ubuntu-jammy-ovn-aio-test:
Expand All @@ -32,6 +35,7 @@ jobs:
neutron_plugin: ovn
OS_CLOUD: openstack
stackhpc_cloud_tests_version: ${{ github.ref }}
repository: stackhpc/stackhpc-kayobe-config
secrets: inherit

lint:
Expand Down

0 comments on commit 5a011f4

Please sign in to comment.