From f5065ce7554a57d7f782766783ff9f6471dbfe40 Mon Sep 17 00:00:00 2001 From: Javier Pena Date: Tue, 13 Mar 2018 15:06:33 +0100 Subject: [PATCH] Use current-passed-ci repo for tests When the RDO Trunk Queens repo was bootstrapped, there was no current-passed-ci repo, so we used consistent as a temporary measure. Now we have it, so let's move to a tested repo. Change-Id: I10ac457c6660b385247a036facd5e6dac07522b8 --- playbooks/packstack-multinode.yaml | 3 +-- run_tests.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/playbooks/packstack-multinode.yaml b/playbooks/packstack-multinode.yaml index 556821ec6..771ddcb7e 100644 --- a/playbooks/packstack-multinode.yaml +++ b/playbooks/packstack-multinode.yaml @@ -1,8 +1,7 @@ - hosts: compute name: setup RDO Trunk repositories vars: -# NOTE(dmsimard): Move from consistent to current-passed-ci ASAP. - delorean: "https://trunk.rdoproject.org/centos7-queens/consistent/delorean.repo" + delorean: "https://trunk.rdoproject.org/centos7-queens/current-passed-ci/delorean.repo" delorean_deps: "https://trunk.rdoproject.org/centos7-queens/delorean-deps.repo" tasks: - name: Fetch DLRN repo diff --git a/run_tests.sh b/run_tests.sh index fed6562a3..69f4e54cc 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -20,8 +20,7 @@ SCENARIO=${SCENARIO:-scenario001} # We could want to override the default repositories or install behavior INSTALL_FROM_SOURCE=${INSTALL_FROM_SOURCE:-true} MANAGE_REPOS=${MANAGE_REPOS:-true} -# NOTE(dmsimard): Move from consistent to current-passed-ci ASAP. -DELOREAN=${DELOREAN:-https://trunk.rdoproject.org/centos7-queens/consistent/delorean.repo} +DELOREAN=${DELOREAN:-https://trunk.rdoproject.org/centos7-queens/current-passed-ci/delorean.repo} DELOREAN_DEPS=${DELOREAN_DEPS:-https://trunk.rdoproject.org/centos7-queens/delorean-deps.repo} GIT_BASE_URL=${GIT_BASE_URL:-git://git.openstack.org} ADDITIONAL_ARGS=${ADDITIONAL_ARGS:-}