Skip to content

Commit 1292989

Browse files
committed
removing github workflows
1 parent a437836 commit 1292989

File tree

1 file changed

+106
-106
lines changed

1 file changed

+106
-106
lines changed

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

Lines changed: 106 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -132,109 +132,109 @@ jobs:
132132
secrets: inherit
133133
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
134134

135-
all-in-one-ubuntu-noble-ovn:
136-
name: aio (Ubuntu Noble OVN)
137-
needs:
138-
- check-changes
139-
- build-kayobe-image
140-
uses: ./.github/workflows/stackhpc-all-in-one.yml
141-
with:
142-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
143-
os_distribution: ubuntu
144-
os_release: noble
145-
ssh_username: ubuntu
146-
neutron_plugin: ovn
147-
OS_CLOUD: openstack
148-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
149-
secrets: inherit
150-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
151-
152-
all-in-one-rocky-9-ovs:
153-
name: aio (Rocky 9 OVS)
154-
needs:
155-
- check-changes
156-
- build-kayobe-image
157-
uses: ./.github/workflows/stackhpc-all-in-one.yml
158-
with:
159-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
160-
os_distribution: rocky
161-
os_release: "9"
162-
ssh_username: cloud-user
163-
neutron_plugin: ovs
164-
OS_CLOUD: openstack
165-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
166-
secrets: inherit
167-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
168-
169-
all-in-one-rocky-9-ovn:
170-
name: aio (Rocky 9 OVN)
171-
needs:
172-
- check-changes
173-
- build-kayobe-image
174-
uses: ./.github/workflows/stackhpc-all-in-one.yml
175-
with:
176-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
177-
os_distribution: rocky
178-
os_release: "9"
179-
ssh_username: cloud-user
180-
neutron_plugin: ovn
181-
OS_CLOUD: openstack
182-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
183-
secrets: inherit
184-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
185-
186-
# Test two upgrade scenarios: Ubuntu Jammy to Noble OVN and Rocky 9 OVN.
187-
188-
all-in-one-upgrade-ubuntu-jammy-to-noble-ovn:
189-
name: aio upgrade (Ubuntu Jammy to Noble OVN)
190-
needs:
191-
- check-changes
192-
- build-kayobe-image
193-
uses: ./.github/workflows/stackhpc-all-in-one.yml
194-
with:
195-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
196-
os_distribution: ubuntu
197-
os_release: jammy
198-
ssh_username: ubuntu
199-
neutron_plugin: ovn
200-
OS_CLOUD: openstack
201-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
202-
upgrade: true
203-
secrets: inherit
204-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
205-
206-
all-in-one-upgrade-rocky-9-ovn:
207-
name: aio upgrade (Rocky 9 OVN)
208-
needs:
209-
- check-changes
210-
- build-kayobe-image
211-
uses: ./.github/workflows/stackhpc-all-in-one.yml
212-
with:
213-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
214-
os_distribution: rocky
215-
os_release: "9"
216-
ssh_username: cloud-user
217-
neutron_plugin: ovn
218-
OS_CLOUD: openstack
219-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
220-
upgrade: true
221-
secrets: inherit
222-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
223-
224-
all-in-one-upgrade-rocky-9-ovs:
225-
name: aio upgrade (Rocky 9 OVS)
226-
needs:
227-
- check-changes
228-
- build-kayobe-image
229-
uses: ./.github/workflows/stackhpc-all-in-one.yml
230-
with:
231-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
232-
os_distribution: rocky
233-
os_release: "9"
234-
ssh_username: cloud-user
235-
neutron_plugin: ovs
236-
OS_CLOUD: openstack
237-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
238-
upgrade: true
239-
secrets: inherit
240-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
135+
# all-in-one-ubuntu-noble-ovn:
136+
# name: aio (Ubuntu Noble OVN)
137+
# needs:
138+
# - check-changes
139+
# - build-kayobe-image
140+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
141+
# with:
142+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
143+
# os_distribution: ubuntu
144+
# os_release: noble
145+
# ssh_username: ubuntu
146+
# neutron_plugin: ovn
147+
# OS_CLOUD: openstack
148+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
149+
# secrets: inherit
150+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
151+
152+
# all-in-one-rocky-9-ovs:
153+
# name: aio (Rocky 9 OVS)
154+
# needs:
155+
# - check-changes
156+
# - build-kayobe-image
157+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
158+
# with:
159+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
160+
# os_distribution: rocky
161+
# os_release: "9"
162+
# ssh_username: cloud-user
163+
# neutron_plugin: ovs
164+
# OS_CLOUD: openstack
165+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
166+
# secrets: inherit
167+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
168+
169+
# all-in-one-rocky-9-ovn:
170+
# name: aio (Rocky 9 OVN)
171+
# needs:
172+
# - check-changes
173+
# - build-kayobe-image
174+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
175+
# with:
176+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
177+
# os_distribution: rocky
178+
# os_release: "9"
179+
# ssh_username: cloud-user
180+
# neutron_plugin: ovn
181+
# OS_CLOUD: openstack
182+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
183+
# secrets: inherit
184+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
185+
186+
# # Test two upgrade scenarios: Ubuntu Jammy to Noble OVN and Rocky 9 OVN.
187+
188+
# all-in-one-upgrade-ubuntu-jammy-to-noble-ovn:
189+
# name: aio upgrade (Ubuntu Jammy to Noble OVN)
190+
# needs:
191+
# - check-changes
192+
# - build-kayobe-image
193+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
194+
# with:
195+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
196+
# os_distribution: ubuntu
197+
# os_release: jammy
198+
# ssh_username: ubuntu
199+
# neutron_plugin: ovn
200+
# OS_CLOUD: openstack
201+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
202+
# upgrade: true
203+
# secrets: inherit
204+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
205+
206+
# all-in-one-upgrade-rocky-9-ovn:
207+
# name: aio upgrade (Rocky 9 OVN)
208+
# needs:
209+
# - check-changes
210+
# - build-kayobe-image
211+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
212+
# with:
213+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
214+
# os_distribution: rocky
215+
# os_release: "9"
216+
# ssh_username: cloud-user
217+
# neutron_plugin: ovn
218+
# OS_CLOUD: openstack
219+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
220+
# upgrade: true
221+
# secrets: inherit
222+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
223+
224+
# all-in-one-upgrade-rocky-9-ovs:
225+
# name: aio upgrade (Rocky 9 OVS)
226+
# needs:
227+
# - check-changes
228+
# - build-kayobe-image
229+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
230+
# with:
231+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
232+
# os_distribution: rocky
233+
# os_release: "9"
234+
# ssh_username: cloud-user
235+
# neutron_plugin: ovs
236+
# OS_CLOUD: openstack
237+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
238+
# upgrade: true
239+
# secrets: inherit
240+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}

0 commit comments

Comments
 (0)