File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -219,20 +219,21 @@ 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-ovs :
223
- name : aio upgrade (Rocky 9 OVS)
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 : ovs
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
+ # FIXME: Disabled until https://bugs.launchpad.net/neutron/+bug/2112492 gets resolved
223
+ # all-in-one-upgrade-rocky-9-ovs:
224
+ # name: aio upgrade (Rocky 9 OVS)
225
+ # needs:
226
+ # - check-changes
227
+ # - build-kayobe-image
228
+ # uses: ./.github/workflows/stackhpc-all-in-one.yml
229
+ # with:
230
+ # kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
231
+ # os_distribution: rocky
232
+ # os_release: "9"
233
+ # ssh_username: cloud-user
234
+ # neutron_plugin: ovs
235
+ # OS_CLOUD: openstack
236
+ # if: ${{ needs.check-changes.outputs.aio == 'true' }}
237
+ # upgrade: true
238
+ # secrets: inherit
239
+ # if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
You can’t perform that action at this time.
0 commit comments