On Thu, Mar 23, 2017, at 04:13 AM, Neil Jerram wrote: > Hi there. I'm interested in creating a CI job for my project > (networking-calico) that runs a DSVM/Tempest test with its _master_ code > against stable/ocata of the rest of OpenStack. Could anyone point me to > how to do that? The job template here [0] is built to support this style of job. BRANCH_OVERRIDE selects the stable release for the cloud then "OVERRIDE_"$uc_project"_PROJECT_BRANCH"=$ZUUL_BRANCH selects the branch for the project under test. You can see this template being instantiated for stable compat testing here [1] [0] https://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/devstack-gate.yaml#n131 [1] http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/tempest-jobs.yaml#n12 Hope this helps, Clark