Bump default delorean repository to current-passed-ci

We now have a proper regular promotion pipeline for Mitaka.
scenario001 and scenario002 will both run on delorean current and
taken into account when promoting to current-passed-ci.

Change-Id: Icfb59ed8b596afa1fbd811b7e71fb06738e5835e
This commit is contained in:
David Moreau Simard 2016-01-22 12:25:38 -05:00
parent 47df749a23
commit 3b4272998f
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ SCENARIO=${SCENARIO:-scenario001}
# We could want to override the default repositories
MANAGE_REPOS=${MANAGE_REPOS:-true}
DELOREAN=${DELOREAN:-http://trunk.rdoproject.org/centos7/current/delorean.repo}
DELOREAN=${DELOREAN:-http://trunk.rdoproject.org/centos7/current-passed-ci/delorean.repo}
DELOREAN_DEPS=${DELOREAN_DEPS:-http://trunk.rdoproject.org/centos7/delorean-deps.repo}
if [ $(id -u) != 0 ]; then