system-config/modules/openstack_project/files/jenkins_job_builder/config/openstack-ci-puppet.yaml
James E. Blair 1150793436 Set jenkins job default logrotate to 1 day.
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
2012-09-10 15:28:41 +00:00

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