Skip to content

Commit ca82237

Browse files
committed
Test: compare with non-upgrading AIO
1 parent c695f0b commit ca82237

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)