2014-12-01 11:13:09 -06:00
|
|
|
- job-template:
|
2015-02-16 14:21:05 +00:00
|
|
|
name: '{name}-check-lint'
|
2014-12-01 11:13:09 -06:00
|
|
|
node: '{node}'
|
|
|
|
|
|
|
|
wrappers:
|
|
|
|
- build-timeout:
|
|
|
|
timeout: 5
|
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- gerrit-git-prep
|
2015-02-16 14:21:05 +00:00
|
|
|
- ansible-check-lint
|
2014-12-01 11:13:09 -06:00
|
|
|
|
|
|
|
publishers:
|
|
|
|
- console-log
|
2014-12-04 11:58:30 +00:00
|
|
|
|
|
|
|
- job-template:
|
2015-02-16 14:21:05 +00:00
|
|
|
name: '{name}-dsvm-check-commit'
|
2014-12-04 11:58:30 +00:00
|
|
|
node: '{node}'
|
|
|
|
|
|
|
|
wrappers:
|
|
|
|
- build-timeout:
|
2014-12-11 15:31:48 +00:00
|
|
|
timeout: 120
|
2014-12-04 11:58:30 +00:00
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- gerrit-git-prep
|
2015-02-16 14:21:05 +00:00
|
|
|
- ansible-check-commit
|
2014-12-04 11:58:30 +00:00
|
|
|
|
|
|
|
publishers:
|
|
|
|
- console-log
|
2015-03-02 19:49:01 -06:00
|
|
|
- devstack-logs
|