
Since we only have a single module right now, we don't need to full ability to zuul-clone. We are also running into a 127 char shebang limit with execve so this will reduce our directory name. Change-Id: I024f414ddae85621a861b21d284ea1e417c4438d Signed-off-by: Paul Belanger <pabelanger@redhat.com>
29 lines
551 B
YAML
29 lines
551 B
YAML
- job-template:
|
|
name: 'gate-{name}-ansible-lint'
|
|
node: '{node}'
|
|
|
|
builders:
|
|
- ansible-prep
|
|
- ansible-lint-prep
|
|
- revoke-sudo
|
|
- gerrit-git-prep
|
|
- ansible-syntax
|
|
- ansible-lint
|
|
|
|
publishers:
|
|
- console-log
|
|
|
|
- job-template:
|
|
name: '{pipeline}-ansible-dsvm-functional-{ostype}{job-suffix}'
|
|
node: 'devstack-{ostype}'
|
|
|
|
builders:
|
|
- zuul-git-prep
|
|
- tox:
|
|
envlist: ansible-functional
|
|
|
|
- job-group:
|
|
name: 'ansible-lint-jobs'
|
|
jobs:
|
|
- 'gate-{name}-ansible-lint'
|