
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
104 lines
1.5 KiB
YAML
104 lines
1.5 KiB
YAML
---
|
|
# python26-gate
|
|
main:
|
|
name: 'periodic-@NAME@-python26-@BRANCH_NAME@'
|
|
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:
|
|
- timed: '@daily'
|
|
|
|
builders:
|
|
- python26
|
|
|
|
scm:
|
|
scm: 'true'
|
|
branches:
|
|
- '@BRANCH_SPEC@'
|
|
|
|
# >= precise does not have python2.6
|
|
assignednode:
|
|
node: 'oneiric'
|
|
|
|
---
|
|
# python27-gate
|
|
main:
|
|
name: 'periodic-@NAME@-python27-@BRANCH_NAME@'
|
|
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:
|
|
- timed: '@daily'
|
|
|
|
builders:
|
|
- python27
|
|
|
|
scm:
|
|
scm: 'true'
|
|
branches:
|
|
- '@BRANCH_SPEC@'
|
|
|
|
assignednode:
|
|
node: '@NODE@'
|
|
|
|
---
|
|
# docs-gate
|
|
main:
|
|
name: 'periodic-@NAME@-docs-@BRANCH_NAME@'
|
|
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:
|
|
- timed: '@daily'
|
|
|
|
builders:
|
|
- docs
|
|
|
|
scm:
|
|
scm: 'true'
|
|
branches:
|
|
- '@BRANCH_SPEC@'
|
|
|
|
assignednode:
|
|
node: '@NODE@'
|
|
|