project-config/jenkins/jobs/ansible-role-jobs.yaml
Paul Belanger 63b64d71f0 Switch ansible-functional job zuul-git-prep
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>
2015-11-16 20:48:23 -05:00

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'