Skip to content

Commit b6394b0

Browse files
committed
Revert "Remove CentOS AIO CI tests"
This reverts commit a7187f9.
1 parent 36abb41 commit b6394b0

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
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: rocky
17+
default: centos
1818
os_release:
1919
description: Host OS release
2020
type: string

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,34 @@ 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+
79107
all-in-one-rocky-8-ovs:
80108
name: aio (Rocky OVS)
81109
needs:

0 commit comments

Comments
 (0)