Skip to content

Commit 1f6d5cf

Browse files
committed
Temp: Disable irrelevant CI tests
1 parent 817c0b9 commit 1f6d5cf

File tree

1 file changed

+102
-102
lines changed

1 file changed

+102
-102
lines changed

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

Lines changed: 102 additions & 102 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' }}
149-
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' }}
166-
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' }}
183-
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' }}
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' }}
149+
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' }}
166+
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' }}
183+
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

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

221-
all-in-one-upgrade-rocky-9-ovn:
222-
name: aio upgrade (Rocky 9 OVN)
223-
needs:
224-
- check-changes
225-
- build-kayobe-image
226-
uses: ./.github/workflows/stackhpc-all-in-one.yml
227-
with:
228-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
229-
os_distribution: rocky
230-
os_release: "9"
231-
ssh_username: cloud-user
232-
neutron_plugin: ovn
233-
OS_CLOUD: openstack
234-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
235-
upgrade: true
236-
secrets: inherit
237-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
238-
239-
all-in-one-upgrade-rocky-9-ovs:
240-
name: aio upgrade (Rocky 9 OVS)
241-
needs:
242-
- check-changes
243-
- build-kayobe-image
244-
uses: ./.github/workflows/stackhpc-all-in-one.yml
245-
with:
246-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
247-
os_distribution: rocky
248-
os_release: "9"
249-
ssh_username: cloud-user
250-
neutron_plugin: ovs
251-
OS_CLOUD: openstack
252-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
253-
upgrade: true
254-
secrets: inherit
255-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
221+
# all-in-one-upgrade-rocky-9-ovn:
222+
# name: aio upgrade (Rocky 9 OVN)
223+
# needs:
224+
# - check-changes
225+
# - build-kayobe-image
226+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
227+
# with:
228+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
229+
# os_distribution: rocky
230+
# os_release: "9"
231+
# ssh_username: cloud-user
232+
# neutron_plugin: ovn
233+
# OS_CLOUD: openstack
234+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
235+
# upgrade: true
236+
# secrets: inherit
237+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
238+
239+
# all-in-one-upgrade-rocky-9-ovs:
240+
# name: aio upgrade (Rocky 9 OVS)
241+
# needs:
242+
# - check-changes
243+
# - build-kayobe-image
244+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
245+
# with:
246+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
247+
# os_distribution: rocky
248+
# os_release: "9"
249+
# ssh_username: cloud-user
250+
# neutron_plugin: ovs
251+
# OS_CLOUD: openstack
252+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
253+
# upgrade: true
254+
# secrets: inherit
255+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}

0 commit comments

Comments
 (0)