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
This commit is contained in:
Alfredo Moralejo
2022-02-03 10:26:13 +01:00
parent 2f69faf24a
commit 500e6e6de9

View File

@@ -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