Split gate-noop and gate-grenade gate queues.
* .../zuul/layout.yaml: Grenade was running gate-noop and the grenade tests which put all projects using the gate-noop jobs in the gate queue with the core OpenStack projects. Add a gate-grenade-noop and use that with Grenade to split the two pipelines. * .../jenkins_job_builder/config/misc.yaml: Add gate-grenade-noop. Change-Id: I3cdc164b33c569ad70ec1105f915e25a2369ae8b
This commit is contained in:
parent
94df1f1bea
commit
94b80e00e3
@ -6,6 +6,10 @@
|
||||
name: gate-django_openstack_auth-noop
|
||||
node: precise
|
||||
|
||||
- job:
|
||||
name: gate-grenade-noop
|
||||
node: precise
|
||||
|
||||
- job-template:
|
||||
name: 'gate-{name}-run-tests'
|
||||
|
||||
|
@ -95,6 +95,10 @@ jobs:
|
||||
- name: gate-grenade-devstack-vm-stable
|
||||
branch: ^(stable/grizzly).*$
|
||||
voting: false
|
||||
# Remove when gate-grenade-devstack-vm-stable is
|
||||
# merged into gate-grenade-devstack-vm
|
||||
- name: gate-grenade-noop
|
||||
branch: ^(stable/(folsom|grizzly)).*$
|
||||
- name: gate-tempest-docs
|
||||
branch: ^(?!stable/(folsom|grizzly)).*$
|
||||
- name: tempest-docs
|
||||
@ -1072,11 +1076,11 @@ projects:
|
||||
|
||||
- name: openstack-dev/grenade
|
||||
check:
|
||||
- gate-noop
|
||||
- gate-grenade-noop
|
||||
- gate-grenade-devstack-vm
|
||||
- gate-grenade-devstack-vm-stable
|
||||
gate:
|
||||
- gate-noop
|
||||
- gate-grenade-noop
|
||||
- gate-grenade-devstack-vm
|
||||
- gate-grenade-devstack-vm-stable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user