Add puppet-openstack-integration to delorean exclude list

It doesn't appear that we actually build a package for this project,
so it causes jobs to fail if it's in a patch series (such as may
happen in the zuul gate queue).

Change-Id: Icb98710a5f6b65f1351f165f320810dc10c7e14c
This commit is contained in:
Ben Nemec 2017-01-11 20:45:17 +00:00
parent 96bee6a2e2
commit ef3bd4a29b

View File

@ -274,7 +274,7 @@ function delorean_build_and_serve {
for PROJFULLREF in $ZUUL_CHANGES ; do
PROJ=$(filterref $PROJFULLREF)
# 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
mkdir -p $TRIPLEO_ROOT/delorean/data/repos/current
touch $TRIPLEO_ROOT/delorean/data/repos/current/delorean-ci.repo