James E. Blair ecb9e6c816 Add timestamps/ansicolor to alll non-maven jobs.
(Untested with maven.)

Change-Id: I5d66b15afad5d1d50be83d00b4f81a50ccd10f98
Reviewed-on: https://review.openstack.org/10921
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2012-08-06 23:20:46 +00:00

52 lines
752 B
YAML

---
# gate-ci-puppet-merge
main:
name: 'gate-ci-puppet-merge'
review_site: 'review.openstack.org'
github_org: 'openstack'
project: 'openstack-ci-puppet'
concurrent: 'true'
timeout: 20
timeout_fail: true
timestamps: true
ansicolor: true
triggers:
- zuul
builders:
- gerrit_git_prep
scm:
scm: 'false'
assignednode:
node: 'precise'
---
# gate-ci-puppet-syntax
main:
name: 'gate-ci-puppet-syntax'
review_site: 'review.openstack.org'
github_org: 'openstack'
project: 'openstack-ci-puppet'
concurrent: 'true'
timeout: 20
timeout_fail: true
timestamps: true
ansicolor: true
triggers:
- zuul
builders:
- gerrit_git_prep
- puppet_syntax
- pyflakes
scm:
scm: 'false'
assignednode:
node: 'precise'