Merge "Stop special casing jeepyb and pypi-mirror in test"

This commit is contained in:
Jenkins 2015-10-23 18:29:02 +00:00 committed by Gerrit Code Review
commit eeb5a1d827

View File

@ -77,14 +77,6 @@ for PROJECT in $PROJECTS ; do
# project doesn't use pbr
continue
fi
if [ $SHORT_PROJECT = 'pypi-mirror' ]; then
# pypi-mirror doesn't consume the mirror
continue
fi
if [ $SHORT_PROJECT = 'jeepyb' ]; then
# pypi-mirror doesn't consume the mirror
continue
fi
if [ $SHORT_PROJECT = 'tempest' ]; then
# Tempest doesn't really install
continue