|
10 | 10 | jobs: |
11 | 11 | - noop |
12 | 12 | - watcher-operator-doc-preview |
13 | | - - watcher-operator-kuttl |
| 13 | + - watcher-operator-kuttl: |
| 14 | + required-projects: &cifmw_main |
| 15 | + - name: openstack-k8s-operators/ci-framework |
| 16 | + override-checkout: main |
14 | 17 |
|
15 | 18 | - job: |
16 | 19 | name: watcher-operator-base |
|
20 | 23 | A multinode EDPM Zuul job which has one ansible controller, one |
21 | 24 | extracted crc and two computes. It will be used for testing watcher-operator. |
22 | 25 | Configures Nova and Cinder to send notifications over a dedicated rabbitmq instance. |
| 26 | + required-projects: *cifmw_main |
23 | 27 | vars: |
24 | 28 | watcher_scenario: "edpm" |
25 | 29 | cifmw_extras: |
|
280 | 284 | # antelope content. |
281 | 285 | content_provider_dlrn_md5_hash: '' |
282 | 286 |
|
283 | | -########################################################## |
284 | | -# # |
285 | | -# Zuul Pragma to alter Zuul Config # |
286 | | -# # |
287 | | -########################################################## |
288 | | - |
289 | | - # Note(Chandan Kumar): Keep Zuul Pragma config only in |
290 | | - # main branch. Whenever we create FR* branch, We should |
291 | | - # delete Pragma config manually from FR* branch. |
292 | | -- pragma: |
293 | | - implied-branch-matchers: True |
294 | | - implied-branches: |
295 | | - - master |
296 | | - - main |
297 | | - |
298 | 287 | ########################################################## |
299 | 288 | # # |
300 | 289 | # Project Template # |
|
305 | 294 | name: opendev-master-watcher-operator-pipeline |
306 | 295 | github-check: |
307 | 296 | jobs: |
308 | | - - openstack-meta-content-provider-master |
| 297 | + - openstack-meta-content-provider-master: |
| 298 | + required-projects: *cifmw_main |
309 | 299 | - watcher-operator-validation-master |
310 | 300 |
|
311 | 301 | - project-template: |
312 | 302 | name: opendev-epoxy-watcher-operator-pipeline |
313 | 303 | github-check: |
314 | 304 | jobs: |
315 | | - - openstack-meta-content-provider-epoxy |
| 305 | + - openstack-meta-content-provider-epoxy: |
| 306 | + required-projects: *cifmw_main |
316 | 307 | - watcher-operator-validation-epoxy |
317 | 308 | - watcher-operator-validation-epoxy-ocp4-18 |
318 | 309 |
|
|
0 commit comments