24d852e72f
Mostly set to 20 minutes to start. A few with different values. Change-Id: If388f2281dd49caed391748bdb9ec8090cc29380
213 lines
3.0 KiB
YAML
213 lines
3.0 KiB
YAML
---
|
|
# coverage
|
|
main:
|
|
name: '@NAME@-coverage'
|
|
review_site: '@REVIEW_SITE@'
|
|
github_org: '@GITHUB_ORG@'
|
|
project: '@NAME@'
|
|
authenticatedBuild: 'false'
|
|
disabled: @DISABLED@
|
|
concurrent: 'true'
|
|
timeout: 20
|
|
timeout_fail: true
|
|
|
|
logrotate:
|
|
daysToKeep: 28
|
|
numToKeep: -1
|
|
artifactDaysToKeep: -1
|
|
artifactNumToKeep: -1
|
|
|
|
triggers:
|
|
- zuul_post
|
|
|
|
builders:
|
|
- gerrit_git_prep
|
|
- coverage
|
|
|
|
post_build_actions:
|
|
- coverage
|
|
|
|
scm:
|
|
scm: 'false'
|
|
|
|
assignednode:
|
|
node: '@NODE@'
|
|
|
|
---
|
|
# pep8-gate
|
|
main:
|
|
name: 'gate-@NAME@-pep8'
|
|
review_site: '@REVIEW_SITE@'
|
|
github_org: '@GITHUB_ORG@'
|
|
project: '@NAME@'
|
|
authenticatedBuild: 'false'
|
|
disabled: @DISABLED@
|
|
concurrent: 'true'
|
|
timeout: 20
|
|
timeout_fail: true
|
|
|
|
logrotate:
|
|
daysToKeep: 28
|
|
numToKeep: -1
|
|
artifactDaysToKeep: -1
|
|
artifactNumToKeep: -1
|
|
|
|
triggers:
|
|
- zuul
|
|
|
|
builders:
|
|
- gerrit_git_prep
|
|
- pep8
|
|
|
|
post_build_actions:
|
|
- pep8
|
|
|
|
scm:
|
|
scm: 'false'
|
|
|
|
assignednode:
|
|
node: '@NODE@'
|
|
|
|
---
|
|
# python26-gate
|
|
main:
|
|
name: 'gate-@NAME@-python26'
|
|
review_site: '@REVIEW_SITE@'
|
|
github_org: '@GITHUB_ORG@'
|
|
project: '@NAME@'
|
|
authenticatedBuild: 'false'
|
|
disabled: @DISABLED@
|
|
concurrent: 'true'
|
|
timeout: 20
|
|
timeout_fail: true
|
|
|
|
logrotate:
|
|
daysToKeep: 28
|
|
numToKeep: -1
|
|
artifactDaysToKeep: -1
|
|
artifactNumToKeep: -1
|
|
|
|
triggers:
|
|
- zuul
|
|
|
|
builders:
|
|
- gerrit_git_prep
|
|
- python26
|
|
|
|
post_build_actions:
|
|
- junit:
|
|
results: '**/nosetests.xml'
|
|
|
|
scm:
|
|
scm: 'false'
|
|
|
|
# >= precise does not have python2.6
|
|
assignednode:
|
|
node: 'oneiric'
|
|
|
|
---
|
|
# python27-gate
|
|
main:
|
|
name: 'gate-@NAME@-python27'
|
|
review_site: '@REVIEW_SITE@'
|
|
github_org: '@GITHUB_ORG@'
|
|
project: '@NAME@'
|
|
authenticatedBuild: 'false'
|
|
disabled: @DISABLED@
|
|
concurrent: 'true'
|
|
timeout: 20
|
|
timeout_fail: true
|
|
|
|
logrotate:
|
|
daysToKeep: 28
|
|
numToKeep: -1
|
|
artifactDaysToKeep: -1
|
|
artifactNumToKeep: -1
|
|
|
|
parameters:
|
|
- name: NODE_LABEL
|
|
description: Label of node to use for this build
|
|
type: label
|
|
default: '@NODE@'
|
|
|
|
triggers:
|
|
- zuul
|
|
|
|
builders:
|
|
- gerrit_git_prep
|
|
- python27
|
|
|
|
post_build_actions:
|
|
- junit:
|
|
results: '**/nosetests.xml'
|
|
|
|
scm:
|
|
scm: 'false'
|
|
|
|
assignednode:
|
|
node: '@NODE@'
|
|
|
|
---
|
|
# merge-gate
|
|
main:
|
|
name: 'gate-@NAME@-merge'
|
|
review_site: '@REVIEW_SITE@'
|
|
github_org: '@GITHUB_ORG@'
|
|
project: '@NAME@'
|
|
authenticatedBuild: 'false'
|
|
disabled: @DISABLED@
|
|
concurrent: 'true'
|
|
timeout: 20
|
|
timeout_fail: true
|
|
|
|
logrotate:
|
|
daysToKeep: 28
|
|
numToKeep: -1
|
|
artifactDaysToKeep: -1
|
|
artifactNumToKeep: -1
|
|
|
|
triggers:
|
|
- zuul
|
|
|
|
builders:
|
|
- gerrit_git_prep
|
|
|
|
scm:
|
|
scm: 'false'
|
|
|
|
assignednode:
|
|
node: '@NODE@'
|
|
|
|
---
|
|
# docs-gate
|
|
main:
|
|
name: 'gate-@NAME@-docs'
|
|
review_site: '@REVIEW_SITE@'
|
|
github_org: '@GITHUB_ORG@'
|
|
project: '@NAME@'
|
|
authenticatedBuild: 'false'
|
|
disabled: @DISABLED@
|
|
concurrent: 'true'
|
|
timeout: 20
|
|
timeout_fail: true
|
|
|
|
logrotate:
|
|
daysToKeep: 28
|
|
numToKeep: -1
|
|
artifactDaysToKeep: -1
|
|
artifactNumToKeep: -1
|
|
|
|
triggers:
|
|
- zuul
|
|
|
|
builders:
|
|
- gerrit_git_prep
|
|
- docs
|
|
|
|
scm:
|
|
scm: 'false'
|
|
|
|
assignednode:
|
|
node: '@NODE@'
|
|
|