Skip to content

Commit 709ac22

Browse files
committed
testo
1 parent ec6e68d commit 709ac22

File tree

1 file changed

+69
-69
lines changed

1 file changed

+69
-69
lines changed

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

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -115,85 +115,85 @@ jobs:
115115
if: ${{ needs.check-changes.outputs.build-kayobe-image == 'true' }}
116116
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
117117

118-
# check-tags:
119-
# name: Check container image tags
120-
# needs:
121-
# - check-changes
122-
# - build-kayobe-image
123-
# uses: ./.github/workflows/stackhpc-check-tags.yml
124-
# with:
125-
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
126-
# if: ${{ needs.check-changes.outputs.check-tags == 'true' }}
127-
# secrets: inherit
128-
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
129-
130-
all-in-one-ubuntu-noble-ovs:
131-
name: aio (Ubuntu Noble OVS)
118+
check-tags:
119+
name: Check container image tags
132120
needs:
133121
- check-changes
134122
- build-kayobe-image
135-
uses: ./.github/workflows/stackhpc-all-in-one.yml
123+
uses: ./.github/workflows/stackhpc-check-tags.yml
136124
with:
137125
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
138-
os_distribution: ubuntu
139-
os_release: noble
140-
ssh_username: ubuntu
141-
neutron_plugin: ovs
142-
OS_CLOUD: openstack
143-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
126+
if: ${{ needs.check-changes.outputs.check-tags == 'true' }}
144127
secrets: inherit
145128
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
146129

147-
all-in-one-ubuntu-noble-ovn:
148-
name: aio (Ubuntu Noble OVN)
149-
needs:
150-
- check-changes
151-
- build-kayobe-image
152-
uses: ./.github/workflows/stackhpc-all-in-one.yml
153-
with:
154-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
155-
os_distribution: ubuntu
156-
os_release: noble
157-
ssh_username: ubuntu
158-
neutron_plugin: ovn
159-
OS_CLOUD: openstack
160-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
161-
secrets: inherit
162-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
130+
# all-in-one-ubuntu-noble-ovs:
131+
# name: aio (Ubuntu Noble OVS)
132+
# needs:
133+
# - check-changes
134+
# - build-kayobe-image
135+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
136+
# with:
137+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
138+
# os_distribution: ubuntu
139+
# os_release: noble
140+
# ssh_username: ubuntu
141+
# neutron_plugin: ovs
142+
# OS_CLOUD: openstack
143+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
144+
# secrets: inherit
145+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
163146

164-
all-in-one-rocky-9-ovs:
165-
name: aio (Rocky 9 OVS)
166-
needs:
167-
- check-changes
168-
- build-kayobe-image
169-
uses: ./.github/workflows/stackhpc-all-in-one.yml
170-
with:
171-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
172-
os_distribution: rocky
173-
os_release: "9"
174-
ssh_username: cloud-user
175-
neutron_plugin: ovs
176-
OS_CLOUD: openstack
177-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
178-
secrets: inherit
179-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
147+
# all-in-one-ubuntu-noble-ovn:
148+
# name: aio (Ubuntu Noble OVN)
149+
# needs:
150+
# - check-changes
151+
# - build-kayobe-image
152+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
153+
# with:
154+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
155+
# os_distribution: ubuntu
156+
# os_release: noble
157+
# ssh_username: ubuntu
158+
# neutron_plugin: ovn
159+
# OS_CLOUD: openstack
160+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
161+
# secrets: inherit
162+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
180163

181-
all-in-one-rocky-9-ovn:
182-
name: aio (Rocky 9 OVN)
183-
needs:
184-
- check-changes
185-
- build-kayobe-image
186-
uses: ./.github/workflows/stackhpc-all-in-one.yml
187-
with:
188-
kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
189-
os_distribution: rocky
190-
os_release: "9"
191-
ssh_username: cloud-user
192-
neutron_plugin: ovn
193-
OS_CLOUD: openstack
194-
if: ${{ needs.check-changes.outputs.aio == 'true' }}
195-
secrets: inherit
196-
if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
164+
# all-in-one-rocky-9-ovs:
165+
# name: aio (Rocky 9 OVS)
166+
# needs:
167+
# - check-changes
168+
# - build-kayobe-image
169+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
170+
# with:
171+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
172+
# os_distribution: rocky
173+
# os_release: "9"
174+
# ssh_username: cloud-user
175+
# neutron_plugin: ovs
176+
# OS_CLOUD: openstack
177+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
178+
# secrets: inherit
179+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
180+
181+
# all-in-one-rocky-9-ovn:
182+
# name: aio (Rocky 9 OVN)
183+
# needs:
184+
# - check-changes
185+
# - build-kayobe-image
186+
# uses: ./.github/workflows/stackhpc-all-in-one.yml
187+
# with:
188+
# kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
189+
# os_distribution: rocky
190+
# os_release: "9"
191+
# ssh_username: cloud-user
192+
# neutron_plugin: ovn
193+
# OS_CLOUD: openstack
194+
# if: ${{ needs.check-changes.outputs.aio == 'true' }}
195+
# secrets: inherit
196+
# if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
197197

198198
# # Test two upgrade scenarios: Ubuntu Noble OVS and Rocky 9 OVN.
199199

0 commit comments

Comments
 (0)