Merge "reorder -icehouse branch limits"
This commit is contained in:
commit
149fa2b34c
@ -343,6 +343,10 @@ project-templates:
|
|||||||
jobs:
|
jobs:
|
||||||
- name: ^.*$
|
- name: ^.*$
|
||||||
parameter-function: single_use_node
|
parameter-function: single_use_node
|
||||||
|
# tempest and d-g branchless tests need to only run on master
|
||||||
|
# (needs to be early to not impact non-voting stanzas later)
|
||||||
|
- name: ^.*(-icehouse|-havana)$
|
||||||
|
branch: ^master.*$
|
||||||
# jobs run on the proposal worker
|
# jobs run on the proposal worker
|
||||||
- name: ^.*(merge-release-tags|(propose|upstream)-(requirements|translation)-updates?)$
|
- name: ^.*(merge-release-tags|(propose|upstream)-(requirements|translation)-updates?)$
|
||||||
parameter-function: reusable_node
|
parameter-function: reusable_node
|
||||||
@ -404,9 +408,6 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: check-tempest-dsvm-cells-full
|
- name: check-tempest-dsvm-cells-full
|
||||||
voting: false
|
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)
|
# For Gerrit ver 2.4.x (using maven)
|
||||||
- name: ^(gate|check)-gerrit-unittests$
|
- name: ^(gate|check)-gerrit-unittests$
|
||||||
branch: ^openstack/2\.4.*$
|
branch: ^openstack/2\.4.*$
|
||||||
|
Loading…
Reference in New Issue
Block a user