
Addresses bug 1034130. Change-Id: I4ad0907fca32ab12f33f65a5de4783854e15c522 Reviewed-on: https://review.openstack.org/10991 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
211 lines
3.0 KiB
YAML
211 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: 30
|
|
timeout_fail: true
|
|
timestamps: 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: 30
|
|
timeout_fail: true
|
|
timestamps: 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: 30
|
|
timeout_fail: true
|
|
timestamps: true
|
|
|
|
logrotate:
|
|
daysToKeep: 28
|
|
numToKeep: -1
|
|
artifactDaysToKeep: -1
|
|
artifactNumToKeep: -1
|
|
|
|
triggers:
|
|
- zuul
|
|
|
|
builders:
|
|
- gerrit_git_prep
|
|
- python26
|
|
|
|
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: 30
|
|
timeout_fail: true
|
|
timestamps: 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
|
|
|
|
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: 30
|
|
timeout_fail: true
|
|
timestamps: 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: 30
|
|
timeout_fail: true
|
|
timestamps: true
|
|
|
|
logrotate:
|
|
daysToKeep: 28
|
|
numToKeep: -1
|
|
artifactDaysToKeep: -1
|
|
artifactNumToKeep: -1
|
|
|
|
triggers:
|
|
- zuul
|
|
|
|
builders:
|
|
- gerrit_git_prep
|
|
- docs
|
|
|
|
scm:
|
|
scm: 'false'
|
|
|
|
assignednode:
|
|
node: '@NODE@'
|
|
|