Merge "Add puppet-openstack-integration to delorean exclude list"

This commit is contained in:
Jenkins 2017-01-18 00:23:32 +00:00 committed by Gerrit Code Review
commit e0aeffc9dc

View File

@ -259,7 +259,7 @@ function delorean_build_and_serve {
for PROJFULLREF in $ZUUL_CHANGES ; do for PROJFULLREF in $ZUUL_CHANGES ; do
PROJ=$(filterref $PROJFULLREF) PROJ=$(filterref $PROJFULLREF)
# If ci is being run for a change to ci its ok not to have a ci produced repository # If ci is being run for a change to ci its ok not to have a ci produced repository
excluded_proj="tripleo-ci tripleo-quickstart tripleo-quickstart-extras" excluded_proj="tripleo-ci tripleo-quickstart tripleo-quickstart-extras puppet-openstack-integration"
if [[ " $excluded_proj " =~ " $PROJ " ]]; then if [[ " $excluded_proj " =~ " $PROJ " ]]; then
mkdir -p $TRIPLEO_ROOT/delorean/data/repos/current mkdir -p $TRIPLEO_ROOT/delorean/data/repos/current
touch $TRIPLEO_ROOT/delorean/data/repos/current/delorean-ci.repo touch $TRIPLEO_ROOT/delorean/data/repos/current/delorean-ci.repo