@@ -130,56 +130,56 @@ jobs:
130
130
secrets : inherit
131
131
if : ${{ ! failure() && ! cancelled() && github.repository == 'stackhpc/stackhpc-kayobe-config' }}
132
132
133
- all-in-one-ubuntu-noble-ovn :
134
- name : aio (Ubuntu Noble OVN)
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 : ovn
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-rocky-9-ovs :
151
- name : aio (Rocky 9 OVS)
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 : rocky
159
- os_release : " 9"
160
- ssh_username : cloud-user
161
- neutron_plugin : ovs
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-ovn :
168
- name : aio (Rocky 9 OVN)
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 : ovn
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' }}
133
+ # all-in-one-ubuntu-noble-ovn:
134
+ # name: aio (Ubuntu Noble OVN)
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: ovn
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-rocky-9-ovs:
151
+ # name: aio (Rocky 9 OVS)
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: rocky
159
+ # os_release: "9"
160
+ # ssh_username: cloud-user
161
+ # neutron_plugin: ovs
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-ovn:
168
+ # name: aio (Rocky 9 OVN)
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: ovn
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
184
# Test two upgrade scenarios: Ubuntu Jammy to Noble OVN and Rocky 9 OVN.
185
185
0 commit comments