Skip to content

Commit f5221c4

Browse files
committed
testo
1 parent c28bb98 commit f5221c4

File tree

2 files changed

+1
-70
lines changed

2 files changed

+1
-70
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# NOTE(upgrade): Reference the PREVIOUS release here.
8484
PREVIOUS_KAYOBE_IMAGE: ghcr.io/stackhpc/stackhpc-kayobe-config:stackhpc-2023.1
8585
# NOTE(upgrade): Reference the PREVIOUS release branch here.
86-
PREVIOUS_BRANCH: stackhpc/2023.1
86+
PREVIOUS_BRANCH: caracal-upgrade
8787
steps:
8888
- name: Install Package
8989
uses: ConorMacBride/install-package@main

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

Lines changed: 0 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -88,75 +88,6 @@ jobs:
8888
if: ${{ needs.check-changes.outputs.check-tags == 'true' }}
8989
secrets: inherit
9090
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
91-
92-
all-in-one-ubuntu-jammy-ovs:
93-
name: aio (Ubuntu Jammy OVS)
94-
needs:
95-
- check-changes
96-
- build-kayobe-image
97-
uses: ./.github/workflows/stackhpc-all-in-one.yml
98-
with:
99-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
100-
os_distribution: ubuntu
101-
os_release: jammy
102-
ssh_username: ubuntu
103-
neutron_plugin: ovs
104-
OS_CLOUD: openstack
105-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
106-
secrets: inherit
107-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
108-
109-
all-in-one-ubuntu-jammy-ovn:
110-
name: aio (Ubuntu Jammy OVN)
111-
needs:
112-
- check-changes
113-
- build-kayobe-image
114-
uses: ./.github/workflows/stackhpc-all-in-one.yml
115-
with:
116-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
117-
os_distribution: ubuntu
118-
os_release: jammy
119-
ssh_username: ubuntu
120-
neutron_plugin: ovn
121-
OS_CLOUD: openstack
122-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
123-
secrets: inherit
124-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
125-
126-
all-in-one-rocky-9-ovs:
127-
name: aio (Rocky 9 OVS)
128-
needs:
129-
- check-changes
130-
- build-kayobe-image
131-
uses: ./.github/workflows/stackhpc-all-in-one.yml
132-
with:
133-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
134-
os_distribution: rocky
135-
os_release: "9"
136-
ssh_username: cloud-user
137-
neutron_plugin: ovs
138-
OS_CLOUD: openstack
139-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
140-
secrets: inherit
141-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
142-
143-
all-in-one-rocky-9-ovn:
144-
name: aio (Rocky 9 OVN)
145-
needs:
146-
- check-changes
147-
- build-kayobe-image
148-
uses: ./.github/workflows/stackhpc-all-in-one.yml
149-
with:
150-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
151-
os_distribution: rocky
152-
os_release: "9"
153-
ssh_username: cloud-user
154-
neutron_plugin: ovn
155-
OS_CLOUD: openstack
156-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
157-
secrets: inherit
158-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
159-
16091
# Test two upgrade scenarios: Ubuntu Jammy OVS and Rocky 9 OVN.
16192

16293
all-in-one-upgrade-ubuntu-jammy-ovs:

0 commit comments

Comments
 (0)