|
1 | 1 | --- |
2 | 2 | - job: |
3 | | - name: tcib-podified-multinode-edpm-deployment-crc |
| 3 | + name: tcib-openstack-meta-content-provider-master |
| 4 | + parent: openstack-meta-content-provider |
| 5 | + vars: |
| 6 | + cifmw_repo_setup_branch: master |
| 7 | + cifmw_bop_dlrn_baseurl: "https://trunk.rdoproject.org/centos9-master" |
| 8 | + cifmw_bop_openstack_release: master |
| 9 | + cifmw_set_openstack_containers_namespace: podified-master-centos9 |
| 10 | + cifmw_update_containers_org: "podified-master-centos9" |
| 11 | + cifmw_build_containers_registry_namespace: podified-master-centos9 |
| 12 | + cifmw_install_yamls_vars_patch_registry_url: |
| 13 | + DATAPLANE_REGISTRY_URL: quay.io/podified-master-centos9 |
| 14 | + |
| 15 | +- job: |
| 16 | + name: tcib-podified-multinode-edpm-deployment-crc-master |
4 | 17 | parent: podified-multinode-edpm-deployment-crc |
5 | 18 | dependencies: |
6 | | - - openstack-meta-content-provider |
| 19 | + - tcib-openstack-meta-content-provider-master |
7 | 20 | irrelevant-files: &irrelevant_files |
8 | 21 | - HACKING.rst |
9 | 22 | - AUTHORS |
|
19 | 32 | - LICENSE |
20 | 33 | - OWNERS* |
21 | 34 | vars: &edpm_vars |
| 35 | + cifmw_repo_setup_branch: master |
| 36 | + cifmw_bop_dlrn_baseurl: "https://trunk.rdoproject.org/centos9-master" |
| 37 | + cifmw_bop_openstack_release: master |
| 38 | + cifmw_set_openstack_containers_namespace: podified-master-centos9 |
| 39 | + cifmw_update_containers_org: podified-master-centos9 |
| 40 | + cifmw_build_containers_registry_namespace: podified-master-centos9 |
| 41 | + cifmw_install_yamls_vars_patch_registry_url: |
| 42 | + DATAPLANE_REGISTRY_URL: quay.io/podified-master-centos9 |
22 | 43 | cifmw_run_test_role: test_operator |
23 | 44 | cifmw_test_operator_stages: |
24 | 45 | - name: tempest |
|
30 | 51 | tempest.scenario.test_network_basic_ops.TestNetworkBasicOps |
31 | 52 |
|
32 | 53 | - job: |
33 | | - name: tcib-crc-podified-edpm-baremetal |
| 54 | + name: tcib-crc-podified-edpm-baremetal-master |
34 | 55 | parent: cifmw-crc-podified-edpm-baremetal |
35 | 56 | dependencies: |
36 | | - - openstack-meta-content-provider |
| 57 | + - tcib-openstack-meta-content-provider-master |
37 | 58 | irrelevant-files: *irrelevant_files |
38 | 59 | vars: *edpm_vars |
39 | 60 |
|
40 | 61 | - job: |
41 | | - name: tcib-podified-multinode-edpm-deployment-crc-tobiko |
| 62 | + name: tcib-podified-multinode-edpm-deployment-crc-tobiko-master |
42 | 63 | parent: tcib-podified-multinode-edpm-deployment-crc |
43 | 64 | files: |
44 | 65 | - ^container-images/tcib/base/tobiko/ |
45 | 66 | - ^zuul.d/ |
46 | 67 | vars: |
| 68 | + cifmw_repo_setup_branch: master |
| 69 | + cifmw_bop_dlrn_baseurl: "https://trunk.rdoproject.org/centos9-master" |
| 70 | + cifmw_bop_openstack_release: master |
| 71 | + cifmw_set_openstack_containers_namespace: podified-master-centos9 |
| 72 | + cifmw_update_containers_org: "podified-master-centos9" |
| 73 | + cifmw_build_containers_registry_namespace: podified-master-centos9 |
| 74 | + cifmw_install_yamls_vars_patch_registry_url: |
| 75 | + DATAPLANE_REGISTRY_URL: quay.io/podified-master-centos9 |
47 | 76 | cifmw_test_operator_stages: |
48 | 77 | - name: tobiko |
49 | 78 | type: tobiko |
|
0 commit comments