Skip to content

Commit

Permalink
updated in line with pr_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jan 21, 2025
1 parent 5f7ba63 commit b85851a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Pull request
on:
pull_request:
jobs:

rocky9-ovs-aio-test:
name: aio (Rocky 9 OVS)
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
with:
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
os_distribution: rocky
Expand All @@ -15,13 +14,12 @@ jobs:
OS_CLOUD: openstack
stackhpc_cloud_tests_version: ${{ github.ref }}
repository: stackhpc/stackhpc-kayobe-config
called_from_external: true
external_ref_override: stackhpc/2024.1
github_ref: stackhpc/2024.1
secrets: inherit

ubuntu-jammy-ovn-aio-test:
name: aio (Ubuntu Jammy OVN)
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@parameterise-aio-tests
uses: stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
with:
kayobe_image: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2024.1
os_distribution: ubuntu
Expand All @@ -31,8 +29,7 @@ jobs:
OS_CLOUD: openstack
stackhpc_cloud_tests_version: ${{ github.ref }}
repository: stackhpc/stackhpc-kayobe-config
called_from_external: true
external_ref_override: stackhpc/2024.1
github_ref: stackhpc/2024.1
secrets: inherit

lint:
Expand Down

0 comments on commit b85851a

Please sign in to comment.