system-config/modules/openstack_project/files/jenkins_job_builder/config/misc.yaml
Clark Boylan 94b80e00e3 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
2013-07-18 17:07:28 -07:00

26 lines
398 B
YAML

- job:
name: gate-noop
node: precise
- job:
name: gate-django_openstack_auth-noop
node: precise
- job:
name: gate-grenade-noop
node: precise
- job-template:
name: 'gate-{name}-run-tests'
builders:
- gerrit-git-prep
- run-tests:
github-org: '{github-org}'
project: '{name}'
publishers:
- console-log
node: '{node}'