Clark Boylan 39f7e636a8 Remove gate-django_openstack_auth-noop job.
django_openstack_auth has proper tests now and they pass. This makes the
gate-django_openstack_auth-noop unnecessary if we gate on the other
jobs. Make the other jobs voting and remove the unneeded noop job.

Change-Id: Ic10c5e6cbffdb096cbb1684d1265859a04b38c17
2013-10-01 14:58:35 -07:00

47 lines
772 B
YAML

- job:
name: gate-noop
node: precise
- job:
name: gate-grenade-noop
node: precise
- job:
name: node-test
parameters:
- label:
name: NODE
description: Node to test
builders:
- shell: 'echo ok'
- job-template:
name: 'gate-{name}-run-tests'
builders:
- gerrit-git-prep
- run-tests:
github-org: '{github-org}'
project: '{name}'
publishers:
- console-log
node: '{node}'
- job-template:
name: 'gate-{name}-tox-{env}'
builders:
- gerrit-git-prep
- shell: '/usr/local/jenkins/slave_scripts/run-tox.sh {env} {github-org} {name}'
- assert-no-extra-files
publishers:
- test-results
- console-log
node: '{node}'