|
3 | 3 | name: openstack-k8s-operators/watcher-operator |
4 | 4 | default-branch: main |
5 | 5 | merge-mode: rebase |
6 | | - templates: |
7 | | - - opendev-master-watcher-operator-pipeline |
8 | | - - opendev-epoxy-watcher-operator-pipeline |
9 | 6 | github-check: |
10 | 7 | jobs: |
11 | 8 | - noop |
12 | | - - watcher-operator-doc-preview |
13 | | - - watcher-operator-validation |
14 | | - - watcher-operator-kuttl |
| 9 | + - openstack-meta-content-provider-master |
| 10 | + - watcher-operator-validation-master |
15 | 11 |
|
16 | 12 | - job: |
17 | 13 | name: watcher-operator-base |
|
208 | 204 | description: | |
209 | 205 | A zuul job building content from OpenDev master release. |
210 | 206 | parent: openstack-meta-content-provider |
| 207 | + nodeset: single-centos-10-stream-node |
211 | 208 | vars: |
212 | | - cifmw_operator_build_meta_build: false |
213 | 209 | cifmw_bop_openstack_release: master |
214 | | - cifmw_bop_dlrn_baseurl: "https://trunk.rdoproject.org/centos9-master" |
| 210 | + cifmw_bop_dlrn_baseurl: "https://trunk.rdoproject.org/centos10-master" |
215 | 211 | cifmw_repo_setup_branch: master |
216 | | - cifmw_build_containers_registry_namespace: podified-master-centos9 |
| 212 | + cifmw_build_containers_registry_namespace: podified-master-centos10 |
| 213 | + cifmw_build_containers_containers_base_image: quay.io/centos/centos:stream10 |
| 214 | + cifmw_repo_setup_promotion: current |
| 215 | + cifmw_repo_setup_dist_major_version: 10 |
| 216 | + cifmw_build_containers_force: true |
| 217 | + cifmw_build_containers_image_tag: watcher_latest |
| 218 | + cifmw_build_containers_tcib_src: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/tcib" |
| 219 | + cifmw_build_containers_install_from_source: true |
| 220 | + cifmw_bop_initial_dlrn_config: centos10-stream |
| 221 | + cifmw_bop_dlrn_target: centos10-stream |
| 222 | + |
| 223 | +- nodeset: |
| 224 | + name: centos-9-medium-2x-centos-9-crc-cloud-ocp-4-18-1-xxl-vexxhost |
| 225 | + nodes: |
| 226 | + - name: controller |
| 227 | + label: cloud-centos-9-stream-tripleo-vexxhost-medium |
| 228 | + - name: compute-0 |
| 229 | + label: cloud-centos-9-stream-tripleo-vexxhost |
| 230 | + - name: compute-1 |
| 231 | + label: cloud-centos-9-stream-tripleo-vexxhost |
| 232 | + - name: crc |
| 233 | + label: crc-cloud-ocp-4-18-1-xxl |
| 234 | + groups: |
| 235 | + - name: computes |
| 236 | + nodes: |
| 237 | + - compute-0 |
| 238 | + - compute-1 |
| 239 | + - name: ocps |
| 240 | + nodes: |
| 241 | + - crc |
217 | 242 |
|
218 | 243 | - job: |
219 | 244 | name: watcher-operator-validation-master |
220 | 245 | parent: watcher-operator-validation-base |
| 246 | + nodeset: centos-9-medium-2x-centos-9-crc-cloud-ocp-4-18-1-xxl-vexxhost |
221 | 247 | description: | |
222 | 248 | A Zuul job consuming content from openstack-meta-content-provider-master |
223 | 249 | and deploying EDPM with master content. |
224 | 250 | vars: |
225 | 251 | cifmw_repo_setup_branch: master |
226 | 252 | # To consume containers from meta content provider |
227 | 253 | cifmw_update_containers_openstack: true |
228 | | - cifmw_update_containers_org: podified-master-centos9 |
| 254 | + cifmw_update_containers_org: podified-master-centos10 |
| 255 | + fetch_dlrn_hash: false |
| 256 | + watcher_services_tag: watcher_latest |
| 257 | + watcher_registry_url: "{{ content_provider_os_registry_url }}" |
| 258 | + cifmw_update_containers_tag: watcher_latest |
| 259 | + cifmw_update_containers_registry: "{{ content_provider_os_registry_url | split('/') | first }}" |
| 260 | + cifmw_test_operator_tempest_image_tag: watcher_latest |
| 261 | + extra-vars: |
| 262 | + # Override zuul meta content provider provided content_provider_dlrn_md5_hash |
| 263 | + # var. As returned dlrn md5 hash comes from master release but job is using |
| 264 | + # antelope content. |
| 265 | + content_provider_dlrn_md5_hash: '' |
229 | 266 |
|
230 | 267 | ########################################################## |
231 | 268 | # # |
|
0 commit comments