Skip to content

Commit a7187f9

Browse files
committed
Remove CentOS AIO CI tests
1 parent 9a5cc9e commit a7187f9

File tree

2 files changed

+1
-29
lines changed

2 files changed

+1
-29
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
os_distribution:
1515
description: Host OS distribution
1616
type: string
17-
default: centos
17+
default: rocky
1818
os_release:
1919
description: Host OS release
2020
type: string

.github/workflows/stackhpc-pull-request.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -76,34 +76,6 @@ jobs:
7676
if: ${{ needs.check-changes.outputs.aio == 'true' }}
7777
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
7878

79-
all-in-one-centos-ovs:
80-
name: aio (CentOS OVS)
81-
needs:
82-
- check-changes
83-
- build-kayobe-image
84-
uses: ./.github/workflows/stackhpc-all-in-one.yml
85-
with:
86-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
87-
neutron_plugin: ovs
88-
OS_CLOUD: openstack
89-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
90-
secrets: inherit
91-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
92-
93-
all-in-one-centos-ovn:
94-
name: aio (CentOS OVN)
95-
needs:
96-
- check-changes
97-
- build-kayobe-image
98-
uses: ./.github/workflows/stackhpc-all-in-one.yml
99-
with:
100-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
101-
neutron_plugin: ovn
102-
OS_CLOUD: openstack
103-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
104-
secrets: inherit
105-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
106-
10779
all-in-one-rocky-8-ovs:
10880
name: aio (Rocky OVS)
10981
needs:

0 commit comments

Comments
 (0)