From a86d2c31ad80427a4e619bd18e8c4027130347bb Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 21 Apr 2014 10:23:35 -0400 Subject: [PATCH] only run branchless jobs on master tempest actually still has old branches, so we need to make sure that we only run the branchless jobs on master and not on old stable branches. Closes-Bug: #1310368 Change-Id: I99e6c2185b40eb0ae32b56d18d0f7dad3e177f2a --- modules/openstack_project/files/zuul/layout.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 5231f6ebe2..728e0b43ce 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -378,6 +378,9 @@ jobs: voting: false - name: check-tempest-dsvm-cells-full voting: false + # tempest and d-g branchless tests need to only run on master + - name: ^.*(-icehouse|-havana)$ + branch: ^master.*$ # For Gerrit ver 2.4.x (using maven) - name: ^(gate|check)-gerrit-unittests$ branch: ^openstack/2\.4.*$