From 500e6e6de934e4b9dc80d8c3feb0585aaa9c6a2e Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Thu, 3 Feb 2022 10:26:13 +0100 Subject: [PATCH] Use puppet-passed-ci repos for CS9 Now we have a puppet promotion pipeline in place, so let's use the last promoted repos instead of current ones. We are also making cs9 jobs voting. Change-Id: I5cded1a355859dce02967ad1caf7df5e17058876 --- .zuul.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index d671bd81f..093970387 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -65,7 +65,7 @@ parent: packstack-base vars: selinux_enforcing: "false" - delorean: "https://trunk.rdoproject.org/centos9-master/current/delorean.repo" + delorean: "https://trunk.rdoproject.org/centos9-master/puppet-passed-ci/delorean.repo" delorean_deps: "https://trunk.rdoproject.org/centos9-master/delorean-deps.repo" pre-run: playbooks/packstack-centos9-pre.yaml nodeset: @@ -73,7 +73,6 @@ - name: centos9s label: centos-9-stream run: playbooks/packstack-integration-tempest.yaml - voting: false - job: name: packstack-multinode-centos8s @@ -96,7 +95,7 @@ parent: packstack-base vars: selinux_enforcing: "false" - delorean: "https://trunk.rdoproject.org/centos9-master/current/delorean.repo" + delorean: "https://trunk.rdoproject.org/centos9-master/puppet-passed-ci/delorean.repo" delorean_deps: "https://trunk.rdoproject.org/centos9-master/delorean-deps.repo" pre-run: playbooks/packstack-centos9-pre.yaml post-run: playbooks/packstack-post-compute.yaml @@ -107,7 +106,6 @@ - name: compute label: centos-9-stream run: playbooks/packstack-multinode.yaml - voting: false - job: name: packstack-centos8s-integration-scenario001