
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
50 lines
716 B
YAML
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'
|