diff --git a/run_tests.sh b/run_tests.sh index b104adbde..5f785c0d7 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -20,8 +20,8 @@ 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} -DELOREAN=${DELOREAN:-https://trunk.rdoproject.org/centos7-master/current-passed-ci/delorean.repo} -DELOREAN_DEPS=${DELOREAN_DEPS:-https://trunk.rdoproject.org/centos7-master/delorean-deps.repo} +DELOREAN=${DELOREAN:-https://trunk.rdoproject.org/centos7-pike/current-passed-ci/delorean.repo} +DELOREAN_DEPS=${DELOREAN_DEPS:-https://trunk.rdoproject.org/centos7-pike/delorean-deps.repo} GIT_BASE_URL=${GIT_BASE_URL:-git://git.openstack.org} ADDITIONAL_ARGS=${ADDITIONAL_ARGS:-} SELINUX_ENFORCING=${SELINUX_ENFORCING:-true}