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:
521
521
exit $rc
522
522
continue-on-error : true
523
523
524
- - name : Break on failure
524
+ - name : Break
525
525
run : |
526
526
sleep 360m
527
- if : steps.test-result.outcome != 'success'
527
+ if : always()
528
528
529
529
- name : Destroy
530
530
run : terraform destroy -auto-approve
Original file line number Diff line number Diff line change @@ -148,22 +148,22 @@ jobs:
148
148
# secrets: inherit
149
149
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
150
150
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' }}
167
167
168
168
# all-in-one-rocky-9-ovs:
169
169
# name: aio (Rocky 9 OVS)
You can’t perform that action at this time.
0 commit comments