@@ -115,17 +115,17 @@ jobs:
115
115
if : ${{ needs.check-changes.outputs.build-kayobe-image == 'true' }}
116
116
if : github.repository == 'stackhpc/stackhpc-kayobe-config'
117
117
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' }}
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
129
130
130
all-in-one-ubuntu-noble-ovs :
131
131
name : aio (Ubuntu Noble OVS)
@@ -197,38 +197,38 @@ jobs:
197
197
198
198
# Test two upgrade scenarios: Ubuntu Noble OVS and Rocky 9 OVN.
199
199
200
- all-in-one-upgrade-ubuntu-noble-ovs :
201
- name : aio upgrade (Ubuntu Noble OVS)
202
- needs :
203
- - check-changes
204
- - build-kayobe-image
205
- uses : ./.github/workflows/stackhpc-all-in-one.yml
206
- with :
207
- kayobe_image : ${{ needs.build-kayobe-image.outputs.kayobe_image }}
208
- os_distribution : ubuntu
209
- os_release : noble
210
- ssh_username : ubuntu
211
- neutron_plugin : ovs
212
- OS_CLOUD : openstack
213
- if : ${{ needs.check-changes.outputs.aio == 'true' }}
214
- upgrade : true
215
- secrets : inherit
216
- if : ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
217
-
218
- all-in-one-upgrade-rocky-9-ovn :
219
- name : aio upgrade (Rocky 9 OVN)
220
- needs :
221
- - check-changes
222
- - build-kayobe-image
223
- uses : ./.github/workflows/stackhpc-all-in-one.yml
224
- with :
225
- kayobe_image : ${{ needs.build-kayobe-image.outputs.kayobe_image }}
226
- os_distribution : rocky
227
- os_release : " 9"
228
- ssh_username : cloud-user
229
- neutron_plugin : ovn
230
- OS_CLOUD : openstack
231
- if : ${{ needs.check-changes.outputs.aio == 'true' }}
232
- upgrade : true
233
- secrets : inherit
234
- if : ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
200
+ # all-in-one-upgrade-ubuntu-noble-ovs:
201
+ # name: aio upgrade (Ubuntu Noble OVS)
202
+ # needs:
203
+ # - check-changes
204
+ # - build-kayobe-image
205
+ # uses: ./.github/workflows/stackhpc-all-in-one.yml
206
+ # with:
207
+ # kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
208
+ # os_distribution: ubuntu
209
+ # os_release: noble
210
+ # ssh_username: ubuntu
211
+ # neutron_plugin: ovs
212
+ # OS_CLOUD: openstack
213
+ # if: ${{ needs.check-changes.outputs.aio == 'true' }}
214
+ # upgrade: true
215
+ # secrets: inherit
216
+ # if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
217
+
218
+ # all-in-one-upgrade-rocky-9-ovn:
219
+ # name: aio upgrade (Rocky 9 OVN)
220
+ # needs:
221
+ # - check-changes
222
+ # - build-kayobe-image
223
+ # uses: ./.github/workflows/stackhpc-all-in-one.yml
224
+ # with:
225
+ # kayobe_image: ${{ needs.build-kayobe-image.outputs.kayobe_image }}
226
+ # os_distribution: rocky
227
+ # os_release: "9"
228
+ # ssh_username: cloud-user
229
+ # neutron_plugin: ovn
230
+ # OS_CLOUD: openstack
231
+ # if: ${{ needs.check-changes.outputs.aio == 'true' }}
232
+ # upgrade: true
233
+ # secrets: inherit
234
+ # if: ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
0 commit comments