From 866100536d8e50518f506f0ff7bd43b0610882a2 Mon Sep 17 00:00:00 2001 From: dimtruck Date: Fri, 8 Jan 2016 00:10:10 -0600 Subject: [PATCH] Add solum-pythonclient to projects We are missing solum-pythonclient in $PROJECTS variable and our gate is currently failing. This will unblock it and allow us to submit a number of otherwise good patches. Also added SOLUM_PROJ_DIR to $DEVSTACK_LOCAL_CONFIG in order to utilize it in our devstack-gate setup for sample config generation. Added KEEP_LOCALRC to use already existing localrc file Change-Id: Id5e6b214afa693d6d5a02bc33286ddacad6289d2 --- jenkins/jobs/solum.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jenkins/jobs/solum.yaml b/jenkins/jobs/solum.yaml index c4c6cba264..6a75be9b9d 100644 --- a/jenkins/jobs/solum.yaml +++ b/jenkins/jobs/solum.yaml @@ -18,10 +18,13 @@ export DEVSTACK_GATE_NEUTRON=1 export ENABLED_SERVICES=solum,solum-api,solum-conductor,solum-deployer,solum-worker,tempest,zaqar,barbican,mistral export DEVSTACK_LOCAL_CONFIG="enable_plugin solum git://git.openstack.org/openstack/solum" - export PROJECTS="openstack/solum $PROJECTS" + export DEVSTACK_LOCAL_CONFIG+=$'\n'"SOLUM_PROJ_DIR=/opt/stack/new/solum" + export PROJECTS="openstack/solum openstack/python-solumclient $PROJECTS" # TODO(ravips): Workaround until barbican, mistral gets into devstack export PROJECTS="openstack/barbican openstack/mistral $PROJECTS" + export KEEP_LOCALRC=1 + function pre_test_hook { cd /opt/stack/new/solum/functionaltests ./pre_test_hook.sh