James E. Blair d28dd5286e Change 20 min timeouts to 30.
Also, remove ansi color setting, because it really munged up the
output when it was used.

Change-Id: Id0dac3bfbc40987b98501ced7d1158f1a83a1e02
Reviewed-on: https://review.openstack.org/10968
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
2012-08-07 15:30:13 +00:00

50 lines
716 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: 30
timeout_fail: true
timestamps: 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: 30
timeout_fail: true
timestamps: true
triggers:
- zuul
builders:
- gerrit_git_prep
- puppet_syntax
- pyflakes
scm:
scm: 'false'
assignednode:
node: 'precise'