project-config/jenkins/jobs/openstack-ansible-jobs.yaml
Jesse Pretorius 4b904a3692 Remove gate-openstack-ansible-lint
This patch removes the custom gate-openstack-ansible-lint
job as we're busy consolidating all the lint checks for
the project into the 'linters' tox target.

For reference, the consolidation is being done in:
https://review.openstack.org/272723

Change-Id: I535bee707d958e18c42f23518350696609a8ea4b
2016-01-29 09:56:09 +00:00

38 lines
706 B
YAML

- job-template:
name: 'gate-{name}-dsvm-commit'
node: '{node}'
wrappers:
- build-timeout:
timeout: 90
- timestamps
builders:
- print-template-name:
template-name: "{template-name}"
- gerrit-git-prep
- ansible-check-commit
publishers:
- console-log
- devstack-logs
- job-template:
name: 'gate-{name}-commit{job-suffix}'
node: '{node}'
wrappers:
- build-timeout:
timeout: 90
- timestamps
builders:
- print-template-name:
template-name: "{template-name}"
- gerrit-git-prep
- ansible-check-commit
publishers:
- console-log
- devstack-logs