File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -521,10 +521,10 @@ jobs:
521521 exit $rc
522522 continue-on-error : true
523523
524- - name : Break on failure
524+ - name : Break
525525 run : |
526526 sleep 360m
527- if : steps.test-result.outcome != 'success'
527+ if : always()
528528
529529 - name : Destroy
530530 run : terraform destroy -auto-approve
Original file line number Diff line number Diff line change @@ -148,22 +148,22 @@ jobs:
148148 # secrets: inherit
149149 # if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
150150
151- # all-in-one-ubuntu-noble-ovn:
152- # name: aio (Ubuntu Noble OVN)
153- # needs:
154- # - check-changes
155- # - build-kayobe-image
156- # uses: ./.github/workflows/stackhpc-all-in-one.yml
157- # with:
158- # kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
159- # os_distribution: ubuntu
160- # os_release: noble
161- # ssh_username: ubuntu
162- # neutron_plugin: ovn
163- # OS_CLOUD: openstack
164- # if: ${{ needs.check-changes.outputs.aio == 'true' }}
165- # secrets: inherit
166- # if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
151+ all-in-one-ubuntu-noble-ovn :
152+ name : aio (Ubuntu Noble OVN)
153+ needs :
154+ - check-changes
155+ - build-kayobe-image
156+ uses : ./.github/workflows/stackhpc-all-in-one.yml
157+ with :
158+ kayobe_image : ${{ needs.build-kayobe-image.outputs.kayobe_image }}
159+ os_distribution : ubuntu
160+ os_release : noble
161+ ssh_username : ubuntu
162+ neutron_plugin : ovn
163+ OS_CLOUD : openstack
164+ if : ${{ needs.check-changes.outputs.aio == 'true' }}
165+ secrets : inherit
166+ if : ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
167167
168168 # all-in-one-rocky-9-ovs:
169169 # name: aio (Rocky 9 OVS)
You can’t perform that action at this time.
0 commit comments