2ec478c605
Similar to cd02e47
, the python stable bitrot unittests (particularly
python26) have been getting close to the test timeout and
occasionally go over. Increase the test timeout by 10 minutes for a
timeout of 40 minutes. These jobs run daily from a timed trigger so
should not increase the runtime for changes in the qate.
Change-Id: Ide580777c0fb062ebce3aa066d5647062009a5bd
Reviewed-on: https://review.openstack.org/31060
Reviewed-by: Alan Pevec <apevec@gmail.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
130 lines
2.8 KiB
YAML
130 lines
2.8 KiB
YAML
- job-template:
|
|
name: 'periodic-{name}-python26-{branch-name}'
|
|
|
|
wrappers:
|
|
- timeout:
|
|
timeout: 40
|
|
fail: true
|
|
- timestamps
|
|
|
|
triggers:
|
|
- timed: '0 6 * * *'
|
|
|
|
builders:
|
|
- python26:
|
|
github-org: '{github-org}'
|
|
project: '{name}'
|
|
|
|
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: centos6
|
|
|
|
|
|
- job-template:
|
|
name: 'periodic-{name}-python27-{branch-name}'
|
|
|
|
wrappers:
|
|
- timeout:
|
|
timeout: 40
|
|
fail: true
|
|
- timestamps
|
|
|
|
triggers:
|
|
- timed: '0 6 * * *'
|
|
|
|
builders:
|
|
- python27:
|
|
github-org: '{github-org}'
|
|
project: '{name}'
|
|
|
|
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}'
|
|
|
|
wrappers:
|
|
- timeout:
|
|
timeout: 40
|
|
fail: true
|
|
- timestamps
|
|
|
|
triggers:
|
|
- timed: '0 6 * * *'
|
|
|
|
builders:
|
|
- docs:
|
|
github-org: '{github-org}'
|
|
project: '{name}'
|
|
|
|
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-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}'
|
|
|
|
|
|
- job-group:
|
|
name: python-grizzly-bitrot-jobs
|
|
branch: 'stable/grizzly'
|
|
branch-name: 'stable-grizzly'
|
|
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}'
|