f355bc2417
Change-Id: Ied3addbe4e43a08ea2ac51e0f9b5560eb46823f6 Reviewed-on: https://review.openstack.org/12453 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
51 lines
778 B
YAML
51 lines
778 B
YAML
- job:
|
|
name: gate-ci-puppet-syntax
|
|
concurrent: true
|
|
node: precise
|
|
|
|
wrappers:
|
|
- timeout:
|
|
timeout: 30
|
|
fail: true
|
|
- timestamps
|
|
|
|
triggers:
|
|
- zuul
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- puppet-syntax
|
|
- pyflakes
|
|
|
|
publishers:
|
|
- console-log
|
|
|
|
|
|
- job:
|
|
name: ci-puppet-compare-xml
|
|
project-type: freestyle
|
|
concurrent: true
|
|
node: precise
|
|
|
|
wrappers:
|
|
- timeout:
|
|
timeout: 30
|
|
fail: true
|
|
- timestamps
|
|
|
|
triggers:
|
|
- zuul
|
|
|
|
logrotate:
|
|
daysToKeep: 1
|
|
numToKeep: -1
|
|
artifactDaysToKeep: -1
|
|
artifactNumToKeep: -1
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- shell: "./tools/run-compare-xml.sh"
|
|
|
|
publishers:
|
|
- console-log
|