|
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 |
217 | 223 |
|
218 | 224 | - job: |
219 | 225 | name: watcher-operator-validation-master |
|
225 | 231 | cifmw_repo_setup_branch: master |
226 | 232 | # To consume containers from meta content provider |
227 | 233 | cifmw_update_containers_openstack: true |
228 | | - cifmw_update_containers_org: podified-master-centos9 |
| 234 | + cifmw_update_containers_use_valkey: true |
| 235 | + cifmw_update_containers_org: podified-master-centos10 |
| 236 | + fetch_dlrn_hash: false |
| 237 | + watcher_dlrn_tag: watcher-latest |
| 238 | + watcher_registry_url: "{{ content_provider_os_registry_url }}" |
| 239 | + cifmw_update_containers_tag: watcher_latest |
| 240 | + extra-vars: |
| 241 | + # Override zuul meta content provider provided content_provider_dlrn_md5_hash |
| 242 | + # var. As returned dlrn md5 hash comes from master release but job is using |
| 243 | + # antelope content. |
| 244 | + content_provider_dlrn_md5_hash: '' |
229 | 245 |
|
230 | 246 | ########################################################## |
231 | 247 | # # |
|
0 commit comments