File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments