From: Anthony PERARD Date: Thu, 5 May 2016 10:44:01 +0000 (+0000) Subject: jenkins-job: Fix jobs to test changes instead of master X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0e17e3065dff515acd1e8328a17108c76e1d3a94;p=openstack%2Fci-loop-config.git jenkins-job: Fix jobs to test changes instead of master There is an issue where a build would fail to download the changeset to test and fallback to testing master. --- diff --git a/jenkins/jobs/jobs.yaml b/jenkins/jobs/jobs.yaml index 326993e..a1d7cda 100644 --- a/jenkins/jobs/jobs.yaml +++ b/jenkins/jobs/jobs.yaml @@ -60,6 +60,8 @@ export DEVSTACK_GATE_TIMEOUT=180 export DEVSTACK_GATE_TEMPEST_REGEX='(?!.*\[.*\bslow\b.*\]|.*test_volume_boot_pattern|.*test_shelve_volume_backed_instance)(^tempest\.(api|scenario|thirdparty))' export RE_EXEC=true + echo 'Fix bogus ZUUL_URL' + export ZUUL_URL=`echo $ZUUL_URL | sed -e s/jenkins-libvirt/104.130.29.226/` cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh - link-logs # In macros.yaml from os-ext-testing