Skip to content

Commit

Permalink
Merge pull request #1101 from stackhpc/remove-centos-aios
Browse files Browse the repository at this point in the history
Remove CentOS AIO CI tests
  • Loading branch information
markgoddard authored Jun 17, 2024
2 parents 14d7479 + a7187f9 commit 821fcd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
os_distribution:
description: Host OS distribution
type: string
default: centos
default: rocky
os_release:
description: Host OS release
type: string
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/stackhpc-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,34 +76,6 @@ jobs:
if: ${{ needs.check-changes.outputs.aio == 'true' }}
if: github.repository == 'stackhpc/stackhpc-kayobe-config'

all-in-one-centos-ovs:
name: aio (CentOS OVS)
needs:
- check-changes
- build-kayobe-image
uses: ./.github/workflows/stackhpc-all-in-one.yml
with:
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
neutron_plugin: ovs
OS_CLOUD: openstack
if: ${{ needs.check-changes.outputs.aio == 'true' }}
secrets: inherit
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}

all-in-one-centos-ovn:
name: aio (CentOS OVN)
needs:
- check-changes
- build-kayobe-image
uses: ./.github/workflows/stackhpc-all-in-one.yml
with:
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
neutron_plugin: ovn
OS_CLOUD: openstack
if: ${{ needs.check-changes.outputs.aio == 'true' }}
secrets: inherit
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}

all-in-one-rocky-8-ovs:
name: aio (Rocky OVS)
needs:
Expand Down

0 comments on commit 821fcd8

Please sign in to comment.