Skip to content

Commit 47b33e2

Browse files
Merge pull request #347 from steveb/main-master
Consume master packages from main branch
2 parents 6ebacb6 + 136682f commit 47b33e2

File tree

2 files changed

+38
-9
lines changed

2 files changed

+38
-9
lines changed

zuul.d/job.yaml

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
---
22
- 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
417
parent: podified-multinode-edpm-deployment-crc
518
dependencies:
6-
- openstack-meta-content-provider
19+
- tcib-openstack-meta-content-provider-master
720
irrelevant-files: &irrelevant_files
821
- HACKING.rst
922
- AUTHORS
@@ -19,6 +32,14 @@
1932
- LICENSE
2033
- OWNERS*
2134
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
2243
cifmw_run_test_role: test_operator
2344
cifmw_test_operator_stages:
2445
- name: tempest
@@ -30,20 +51,28 @@
3051
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps
3152
3253
- job:
33-
name: tcib-crc-podified-edpm-baremetal
54+
name: tcib-crc-podified-edpm-baremetal-master
3455
parent: cifmw-crc-podified-edpm-baremetal
3556
dependencies:
36-
- openstack-meta-content-provider
57+
- tcib-openstack-meta-content-provider-master
3758
irrelevant-files: *irrelevant_files
3859
vars: *edpm_vars
3960

4061
- job:
41-
name: tcib-podified-multinode-edpm-deployment-crc-tobiko
62+
name: tcib-podified-multinode-edpm-deployment-crc-tobiko-master
4263
parent: tcib-podified-multinode-edpm-deployment-crc
4364
files:
4465
- ^container-images/tcib/base/tobiko/
4566
- ^zuul.d/
4667
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
4776
cifmw_test_operator_stages:
4877
- name: tobiko
4978
type: tobiko

zuul.d/projects.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: openstack-k8s-operators/tcib
44
github-check:
55
jobs:
6-
- openstack-meta-content-provider:
6+
- tcib-openstack-meta-content-provider-master:
77
irrelevant-files: &if
88
- HACKING.rst
99
- AUTHORS
@@ -18,9 +18,9 @@
1818
- .coveragerc
1919
- LICENSE
2020
- OWNERS*
21-
- tcib-crc-podified-edpm-baremetal:
21+
- tcib-crc-podified-edpm-baremetal-master:
2222
irrelevant-files: *if
23-
- tcib-podified-multinode-edpm-deployment-crc:
23+
- tcib-podified-multinode-edpm-deployment-crc-master:
2424
irrelevant-files: *if
25-
- tcib-podified-multinode-edpm-deployment-crc-tobiko:
25+
- tcib-podified-multinode-edpm-deployment-crc-tobiko-master:
2626
irrelevant-files: *if

0 commit comments

Comments
 (0)