Merge "only run branchless jobs on master"

This commit is contained in:
Jenkins 2014-04-21 15:00:56 +00:00 committed by Gerrit Code Review
commit 5e490632e6

View File

@ -394,6 +394,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.*$