a7de3c9eba
At Daviey and Mark's request, change the email recipients for diablo and essex bitrot jobs. Change-Id: I1dc554a9241f5fcf15aa6e57d19293460f939744 Reviewed-on: https://review.openstack.org/16086 Reviewed-by: Paul Belanger <paul.belanger@polybeacon.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
119 lines
2.6 KiB
YAML
119 lines
2.6 KiB
YAML
- job-template:
|
|
name: 'periodic-{name}-python26-{branch-name}'
|
|
|
|
triggers:
|
|
- timed: '@daily'
|
|
|
|
builders:
|
|
- python26
|
|
|
|
publishers:
|
|
- scp:
|
|
site: 'static.openstack.org'
|
|
files:
|
|
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
|
source: '**/*nose_results.html'
|
|
keep-hierarchy: false
|
|
copy-after-failure: true
|
|
- console-log-periodic
|
|
- email:
|
|
recipients: '{email}'
|
|
|
|
scm:
|
|
- git:
|
|
url: 'git://github.com/{github-org}/{name}.git'
|
|
branches:
|
|
- 'origin/{branch}'
|
|
|
|
# >= precise does not have python2.6
|
|
node: oneiric
|
|
|
|
|
|
- job-template:
|
|
name: 'periodic-{name}-python27-{branch-name}'
|
|
|
|
triggers:
|
|
- timed: '@daily'
|
|
|
|
builders:
|
|
- python27
|
|
|
|
publishers:
|
|
- scp:
|
|
site: 'static.openstack.org'
|
|
files:
|
|
- target: 'logs/periodic/$JOB_NAME/$BUILD_NUMBER'
|
|
source: '**/*nose_results.html'
|
|
keep-hierarchy: false
|
|
copy-after-failure: true
|
|
- console-log-periodic
|
|
- email:
|
|
recipients: '{email}'
|
|
|
|
scm:
|
|
- git:
|
|
url: 'git://github.com/{github-org}/{name}.git'
|
|
branches:
|
|
- 'origin/{branch}'
|
|
|
|
node: '{node}'
|
|
|
|
|
|
- job-template:
|
|
name: 'periodic-{name}-docs-{branch-name}'
|
|
|
|
triggers:
|
|
- timed: '@daily'
|
|
|
|
builders:
|
|
- docs
|
|
|
|
publishers:
|
|
- console-log-periodic
|
|
- email:
|
|
recipients: '{email}'
|
|
|
|
scm:
|
|
- git:
|
|
url: 'git://github.com/{github-org}/{name}.git'
|
|
branches:
|
|
- 'origin/{branch}'
|
|
|
|
node: '{node}'
|
|
|
|
|
|
- job-group:
|
|
name: python-diablo-bitrot-jobs
|
|
branch: 'stable/diablo'
|
|
branch-name: 'stable-diablo'
|
|
email: openstack-diablo-maint@lists.launchpad.net
|
|
node: oneiric
|
|
jobs:
|
|
- 'periodic-{name}-python26-{branch-name}'
|
|
- 'periodic-{name}-python27-{branch-name}'
|
|
- 'periodic-{name}-docs-{branch-name}'
|
|
|
|
|
|
- job-group:
|
|
name: python-essex-bitrot-jobs
|
|
branch: 'stable/essex'
|
|
branch-name: 'stable-essex'
|
|
email: openstack-essex-maint@lists.launchpad.net
|
|
node: precise
|
|
jobs:
|
|
- 'periodic-{name}-python26-{branch-name}'
|
|
- 'periodic-{name}-python27-{branch-name}'
|
|
- 'periodic-{name}-docs-{branch-name}'
|
|
|
|
|
|
- job-group:
|
|
name: python-folsom-bitrot-jobs
|
|
branch: 'stable/folsom'
|
|
branch-name: 'stable-folsom'
|
|
email: openstack-stable-maint@lists.openstack.org
|
|
node: precise
|
|
jobs:
|
|
- 'periodic-{name}-python26-{branch-name}'
|
|
- 'periodic-{name}-python27-{branch-name}'
|
|
- 'periodic-{name}-docs-{branch-name}'
|