4b904a3692
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
38 lines
706 B
YAML
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
|