
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
677 B
YAML
50 lines
677 B
YAML
---
|
|
# pyflakes-gate
|
|
main:
|
|
name: 'gate-pypi-mirror-pyflakes'
|
|
review_site: 'review.openstack.org'
|
|
github_org: 'openstack-ci'
|
|
project: 'pypi-mirror'
|
|
concurrent: 'true'
|
|
timeout: 30
|
|
timeout_fail: true
|
|
timestamps: true
|
|
|
|
triggers:
|
|
- zuul
|
|
|
|
builders:
|
|
- gerrit_git_prep
|
|
- pyflakes
|
|
|
|
scm:
|
|
scm: 'false'
|
|
|
|
assignednode:
|
|
node: 'precise'
|
|
|
|
---
|
|
# merge-gate
|
|
main:
|
|
name: 'gate-pypi-mirror-merge'
|
|
review_site: 'review.openstack.org'
|
|
github_org: 'openstack-ci'
|
|
project: 'pypi-mirror'
|
|
concurrent: 'true'
|
|
timeout: 30
|
|
timeout_fail: true
|
|
timestamps: true
|
|
|
|
triggers:
|
|
- zuul
|
|
|
|
builders:
|
|
- gerrit_git_prep
|
|
|
|
scm:
|
|
scm: 'false'
|
|
|
|
assignednode:
|
|
node: 'precise'
|
|
|