Skip to content

Commit 8908dda

Browse files
committed
ci: make meta-content-provider jobs non-voting
Set cifmw_build_containers_force: false so the build only triggers when a Depends-On to OpenDev is present, not on every PR. Also mark keystone-openstack-meta-content-provider-master as non-voting to avoid blocking PRs on unrelated upstream issues. Change-Id: Id66a272d2cd204c168837e421fc9025cfc869e09 Signed-off-by: Grzegorz Grasza <xek@redhat.com>
1 parent ab7dac8 commit 8908dda

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

zuul.d/jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
A meta content provider zuul job to build keystone
3535
specific containers from OpenDev master.
3636
vars:
37-
cifmw_build_containers_force: true
37+
cifmw_build_containers_force: false
3838
cifmw_bop_dlrn_from_source: true
3939
cifmw_build_containers_registry_namespace: podified-master-centos10
4040
cifmw_operator_build_operators:

zuul.d/projects.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
github-check:
55
jobs:
66
# jobs using latest available code - local registry, tag: keystone_latest
7-
- keystone-openstack-meta-content-provider-master
7+
- keystone-openstack-meta-content-provider-master:
8+
voting: false
89
- keystone-operator-tempest-master:
910
voting: false
1011
# jobs using latest stable code - tag: current-podified

0 commit comments

Comments
 (0)