From 534d20287a69fa3035bce794f39c3345161cc932 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Thu, 5 Dec 2013 19:56:20 -0500 Subject: [PATCH] Ensure solum code is checked out The solum devstack job has to install the devstack support for solum out of the solum tree before running devstack. This job assumed the solum tree would be at the location where devstack puts it, but at this point, devstack has not run yet. Adding stackforge/solum to PROJECTS will get the devstack-gate script to check it out before running this hook. Change-Id: Ia682041e31f5e6783260d855c462df376a6d447c --- .../files/jenkins_job_builder/config/solum.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/solum.yaml b/modules/openstack_project/files/jenkins_job_builder/config/solum.yaml index ecb94ff0e7..3805283abf 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/solum.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/solum.yaml @@ -14,6 +14,7 @@ #!/bin/bash -xe export PYTHONUNBUFFERED=true export ENABLED_SERVICES=solum + export PROJECTS="stackforge/solum" function pre_test_hook { # Install solum devstack integration