1150793436
Remove timeout and logrotate sections, except where overriding defaults. Change-Id: If65952da0bb59319e9c413349a95b4e7b39eece2 Reviewed-on: https://review.openstack.org/12516 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
30 lines
407 B
YAML
30 lines
407 B
YAML
- job:
|
|
name: gate-ci-puppet-syntax
|
|
node: precise
|
|
|
|
triggers:
|
|
- zuul
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- puppet-syntax
|
|
- pyflakes
|
|
|
|
publishers:
|
|
- console-log
|
|
|
|
|
|
- job:
|
|
name: ci-puppet-compare-xml
|
|
node: precise
|
|
|
|
triggers:
|
|
- zuul
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- shell: "./tools/run-compare-xml.sh"
|
|
|
|
publishers:
|
|
- console-log
|