project-config/jenkins/jobs/os-ansible-jobs.yaml
Jesse Pretorius f386847ff4 Rename os-ansible-deployment gate checks to conform to new style
This patch renames all references to dvsm-check and -check for
os-ansible-deployment to conform to the updated style used
in openstack-infra.

Change-Id: I5367e91a8d72ce276976ccf2a673993567c0b65d
2015-08-07 13:53:45 +01:00

33 lines
524 B
YAML

- job-template:
name: 'gate-{name}-lint'
node: '{node}'
wrappers:
- build-timeout:
timeout: 5
- timestamps
builders:
- gerrit-git-prep
- ansible-check-lint
publishers:
- console-log
- job-template:
name: 'gate-{name}-dsvm-commit'
node: '{node}'
wrappers:
- build-timeout:
timeout: 120
- timestamps
builders:
- gerrit-git-prep
- ansible-check-commit
publishers:
- console-log
- devstack-logs