
Mostly set to 20 minutes to start. A few with different values. Change-Id: If388f2281dd49caed391748bdb9ec8090cc29380
48 lines
639 B
YAML
48 lines
639 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: 20
|
|
timeout_fail: 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: 20
|
|
timeout_fail: true
|
|
|
|
triggers:
|
|
- zuul
|
|
|
|
builders:
|
|
- gerrit_git_prep
|
|
|
|
scm:
|
|
scm: 'false'
|
|
|
|
assignednode:
|
|
node: 'precise'
|
|
|