@@ -130,73 +130,73 @@ jobs:
130
130
secrets : inherit
131
131
if : ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
132
132
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' }}
149
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' }}
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
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' }}
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
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' }}
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' }}
200
200
201
201
# Test three upgrade scenarios: Ubuntu Noble OVN, Rocky 9 OVN and Rocky 9 OVS.
202
202
@@ -219,38 +219,38 @@ jobs:
219
219
secrets : inherit
220
220
if : ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
221
221
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' }}
239
239
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