|
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_bop_skip: false |
| 216 | + cifmw_repo_setup_dist_major_version: 10 |
| 217 | + cifmw_build_containers_force: true |
| 218 | + cifmw_build_containers_image_tag: watcher_latest |
| 219 | + cifmw_build_containers_exclude_containers: |
| 220 | + master: |
| 221 | + centos10: |
| 222 | + - horizontest |
| 223 | + |
| 224 | + |
| 225 | +- nodeset: |
| 226 | + name: centos-10-medium-2x-centos-10-crc-cloud-ocp-4-18-1-xxl |
| 227 | + nodes: |
| 228 | + - name: controller |
| 229 | + label: cloud-centos-10-stream |
| 230 | + # Note(Chandan Kumar): Switch to xxl nodeset once RHOSZUUL-1940 resolves |
| 231 | + - name: compute-0 |
| 232 | + label: cloud-centos-10-stream |
| 233 | + - name: compute-1 |
| 234 | + label: cloud-centos-10-stream |
| 235 | + - name: crc |
| 236 | + label: crc-cloud-ocp-4-18-1-xxl |
| 237 | + groups: |
| 238 | + - name: computes |
| 239 | + nodes: |
| 240 | + - compute-0 |
| 241 | + - compute-1 |
| 242 | + - name: ocps |
| 243 | + nodes: |
| 244 | + - crc |
| 245 | + |
217 | 246 |
|
218 | 247 | - job: |
219 | 248 | name: watcher-operator-validation-master |
|
222 | 251 | A Zuul job consuming content from openstack-meta-content-provider-master |
223 | 252 | and deploying EDPM with master content. |
224 | 253 | vars: |
225 | | - cifmw_repo_setup_branch: master |
226 | 254 | # To consume containers from meta content provider |
227 | 255 | cifmw_update_containers_openstack: true |
228 | | - cifmw_update_containers_org: podified-master-centos9 |
| 256 | + cifmw_update_containers_use_valkey: true |
| 257 | + fetch_dlrn_hash: false |
| 258 | + watcher_dlrn_tag: watcher-latest |
| 259 | + watcher_registry_url: "{{ content_provider_os_registry_url }}" |
| 260 | + cifmw_update_containers_tag: watcher_latest |
229 | 261 |
|
230 | 262 | ########################################################## |
231 | 263 | # # |
|
0 commit comments