Skip to content

Commit 0aa3964

Browse files
committed
Temp: Disable irrelevant CI tests
1 parent 960607f commit 0aa3964

File tree

1 file changed

+98
-98
lines changed

1 file changed

+98
-98
lines changed

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

Lines changed: 98 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -130,73 +130,73 @@ jobs:
130130
secrets: inherit
131131
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
132132

133-
all-in-one-ubuntu-noble-ovs:
134-
name: aio (Ubuntu Noble OVS)
135-
needs:
136-
- check-changes
137-
- build-kayobe-image
138-
uses: ./.github/workflows/stackhpc-all-in-one.yml
139-
with:
140-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
141-
os_distribution: ubuntu
142-
os_release: noble
143-
ssh_username: ubuntu
144-
neutron_plugin: ovs
145-
OS_CLOUD: openstack
146-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
147-
secrets: inherit
148-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
133+
# all-in-one-ubuntu-noble-ovs:
134+
# name: aio (Ubuntu Noble OVS)
135+
# needs:
136+
# - check-changes
137+
# - build-kayobe-image
138+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
139+
# with:
140+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
141+
# os_distribution: ubuntu
142+
# os_release: noble
143+
# ssh_username: ubuntu
144+
# neutron_plugin: ovs
145+
# OS_CLOUD: openstack
146+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
147+
# secrets: inherit
148+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
149149

150-
all-in-one-ubuntu-noble-ovn:
151-
name: aio (Ubuntu Noble OVN)
152-
needs:
153-
- check-changes
154-
- build-kayobe-image
155-
uses: ./.github/workflows/stackhpc-all-in-one.yml
156-
with:
157-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
158-
os_distribution: ubuntu
159-
os_release: noble
160-
ssh_username: ubuntu
161-
neutron_plugin: ovn
162-
OS_CLOUD: openstack
163-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
164-
secrets: inherit
165-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
150+
# all-in-one-ubuntu-noble-ovn:
151+
# name: aio (Ubuntu Noble OVN)
152+
# needs:
153+
# - check-changes
154+
# - build-kayobe-image
155+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
156+
# with:
157+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
158+
# os_distribution: ubuntu
159+
# os_release: noble
160+
# ssh_username: ubuntu
161+
# neutron_plugin: ovn
162+
# OS_CLOUD: openstack
163+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
164+
# secrets: inherit
165+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
166166

167-
all-in-one-rocky-9-ovs:
168-
name: aio (Rocky 9 OVS)
169-
needs:
170-
- check-changes
171-
- build-kayobe-image
172-
uses: ./.github/workflows/stackhpc-all-in-one.yml
173-
with:
174-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
175-
os_distribution: rocky
176-
os_release: "9"
177-
ssh_username: cloud-user
178-
neutron_plugin: ovs
179-
OS_CLOUD: openstack
180-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
181-
secrets: inherit
182-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
167+
# all-in-one-rocky-9-ovs:
168+
# name: aio (Rocky 9 OVS)
169+
# needs:
170+
# - check-changes
171+
# - build-kayobe-image
172+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
173+
# with:
174+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
175+
# os_distribution: rocky
176+
# os_release: "9"
177+
# ssh_username: cloud-user
178+
# neutron_plugin: ovs
179+
# OS_CLOUD: openstack
180+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
181+
# secrets: inherit
182+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
183183

184-
all-in-one-rocky-9-ovn:
185-
name: aio (Rocky 9 OVN)
186-
needs:
187-
- check-changes
188-
- build-kayobe-image
189-
uses: ./.github/workflows/stackhpc-all-in-one.yml
190-
with:
191-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
192-
os_distribution: rocky
193-
os_release: "9"
194-
ssh_username: cloud-user
195-
neutron_plugin: ovn
196-
OS_CLOUD: openstack
197-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
198-
secrets: inherit
199-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
184+
# all-in-one-rocky-9-ovn:
185+
# name: aio (Rocky 9 OVN)
186+
# needs:
187+
# - check-changes
188+
# - build-kayobe-image
189+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
190+
# with:
191+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
192+
# os_distribution: rocky
193+
# os_release: "9"
194+
# ssh_username: cloud-user
195+
# neutron_plugin: ovn
196+
# OS_CLOUD: openstack
197+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
198+
# secrets: inherit
199+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
200200

201201
# Test three upgrade scenarios: Ubuntu Noble OVN, Rocky 9 OVN and Rocky 9 OVS.
202202

@@ -219,38 +219,38 @@ jobs:
219219
secrets: inherit
220220
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
221221

222-
all-in-one-upgrade-rocky-9-ovn:
223-
name: aio upgrade (Rocky 9 OVN)
224-
needs:
225-
- check-changes
226-
- build-kayobe-image
227-
uses: ./.github/workflows/stackhpc-all-in-one.yml
228-
with:
229-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
230-
os_distribution: rocky
231-
os_release: "9"
232-
ssh_username: cloud-user
233-
neutron_plugin: ovn
234-
OS_CLOUD: openstack
235-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
236-
upgrade: true
237-
secrets: inherit
238-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
222+
# all-in-one-upgrade-rocky-9-ovn:
223+
# name: aio upgrade (Rocky 9 OVN)
224+
# needs:
225+
# - check-changes
226+
# - build-kayobe-image
227+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
228+
# with:
229+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
230+
# os_distribution: rocky
231+
# os_release: "9"
232+
# ssh_username: cloud-user
233+
# neutron_plugin: ovn
234+
# OS_CLOUD: openstack
235+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
236+
# upgrade: true
237+
# secrets: inherit
238+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
239239

240-
all-in-one-upgrade-rocky-9-ovs:
241-
name: aio upgrade (Rocky 9 OVS)
242-
needs:
243-
- check-changes
244-
- build-kayobe-image
245-
uses: ./.github/workflows/stackhpc-all-in-one.yml
246-
with:
247-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
248-
os_distribution: rocky
249-
os_release: "9"
250-
ssh_username: cloud-user
251-
neutron_plugin: ovs
252-
OS_CLOUD: openstack
253-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
254-
upgrade: true
255-
secrets: inherit
256-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
240+
# all-in-one-upgrade-rocky-9-ovs:
241+
# name: aio upgrade (Rocky 9 OVS)
242+
# needs:
243+
# - check-changes
244+
# - build-kayobe-image
245+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
246+
# with:
247+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
248+
# os_distribution: rocky
249+
# os_release: "9"
250+
# ssh_username: cloud-user
251+
# neutron_plugin: ovs
252+
# OS_CLOUD: openstack
253+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
254+
# upgrade: true
255+
# secrets: inherit
256+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}

0 commit comments

Comments
 (0)