Merge "Add libs to OSC tips job"

This commit is contained in:
Jenkins 2017-04-07 09:12:50 +00:00 committed by Gerrit Code Review
commit 430b2065fe

View File

@ -91,7 +91,7 @@
export PROJECTS="openstack/osc-lib $PROJECTS"
export PROJECTS="openstack/python-openstackclient $PROJECTS"
export PROJECTS="openstack/python-openstacksdk $PROJECTS"
export DEVSTACK_PROJECT_FROM_GIT=python-openstackclient
export DEVSTACK_PROJECT_FROM_GIT="python-openstackclient,python-openstacksdk,osc-lib,os-client-config"
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi