Skip to content

Commit 10efd2a

Browse files
committed
Add Noble CI-AIO tests for PRs
1 parent 422069f commit 10efd2a

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,40 @@ jobs:
161161
secrets: inherit
162162
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
163163

164+
all-in-one-ubuntu-noble-ovs:
165+
name: aio (Ubuntu Noble OVS)
166+
needs:
167+
- check-changes
168+
- build-kayobe-image
169+
uses: ./.github/workflows/stackhpc-all-in-one.yml
170+
with:
171+
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
172+
os_distribution: ubuntu
173+
os_release: noble
174+
ssh_username: ubuntu
175+
neutron_plugin: ovs
176+
OS_CLOUD: openstack
177+
if: ${{ needs.check-changes.outputs.aio == 'true' }}
178+
secrets: inherit
179+
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
180+
181+
all-in-one-ubuntu-noble-ovn:
182+
name: aio (Ubuntu Noble OVN)
183+
needs:
184+
- check-changes
185+
- build-kayobe-image
186+
uses: ./.github/workflows/stackhpc-all-in-one.yml
187+
with:
188+
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
189+
os_distribution: ubuntu
190+
os_release: noble
191+
ssh_username: ubuntu
192+
neutron_plugin: ovn
193+
OS_CLOUD: openstack
194+
if: ${{ needs.check-changes.outputs.aio == 'true' }}
195+
secrets: inherit
196+
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
197+
164198
all-in-one-rocky-9-ovs:
165199
name: aio (Rocky 9 OVS)
166200
needs:

0 commit comments

Comments
 (0)