2012-08-10 08:22:11 -07:00
|
|
|
- job-template:
|
2013-12-02 14:19:05 -08:00
|
|
|
name: 'periodic-{name}-python26{branch-name}'
|
2012-08-10 08:22:11 -07:00
|
|
|
|
2013-05-30 14:17:17 +00:00
|
|
|
wrappers:
|
2014-05-27 14:51:16 -07:00
|
|
|
- build-timeout:
|
2015-02-17 11:49:21 -08:00
|
|
|
timeout: 60
|
2013-05-30 14:17:17 +00:00
|
|
|
- timestamps
|
|
|
|
|
2013-04-26 15:44:00 +00:00
|
|
|
builders:
|
2014-08-08 09:53:03 -07:00
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
|
|
|
if ! rpm -ql libffi-devel >/dev/null ; then
|
|
|
|
sudo yum install -y libffi-devel
|
|
|
|
fi
|
|
|
|
rpm -ql libffi-devel
|
2014-02-11 14:15:13 -08:00
|
|
|
- revoke-sudo
|
2014-03-18 16:08:18 +00:00
|
|
|
- branch-git-prep:
|
|
|
|
branch: '{branch}'
|
2014-06-27 23:37:48 -07:00
|
|
|
- python26
|
2013-12-26 11:17:47 -08:00
|
|
|
- assert-no-extra-files
|
2013-04-26 15:44:00 +00:00
|
|
|
|
|
|
|
publishers:
|
2013-12-26 11:17:47 -08:00
|
|
|
- test-results
|
|
|
|
- console-log
|
2013-04-26 15:44:00 +00:00
|
|
|
|
2014-02-12 23:50:55 +00:00
|
|
|
node: bare-centos6
|
2013-04-26 15:44:00 +00:00
|
|
|
|
|
|
|
|
2012-08-10 08:22:11 -07:00
|
|
|
- job-template:
|
2013-12-02 14:19:05 -08:00
|
|
|
name: 'periodic-{name}-python27{branch-name}'
|
2012-08-10 08:22:11 -07:00
|
|
|
|
2013-05-30 14:17:17 +00:00
|
|
|
wrappers:
|
2014-05-27 14:51:16 -07:00
|
|
|
- build-timeout:
|
2013-05-30 14:17:17 +00:00
|
|
|
timeout: 40
|
|
|
|
- timestamps
|
|
|
|
|
2012-08-10 08:22:11 -07:00
|
|
|
builders:
|
2014-02-11 14:15:13 -08:00
|
|
|
- revoke-sudo
|
2014-03-18 16:08:18 +00:00
|
|
|
- branch-git-prep:
|
|
|
|
branch: '{branch}'
|
2014-06-27 23:37:48 -07:00
|
|
|
- python27
|
2013-12-26 11:17:47 -08:00
|
|
|
- assert-no-extra-files
|
2012-08-10 08:22:11 -07:00
|
|
|
|
2012-08-20 17:49:58 -07:00
|
|
|
publishers:
|
2013-12-26 11:17:47 -08:00
|
|
|
- test-results
|
|
|
|
- console-log
|
2012-08-20 17:49:58 -07:00
|
|
|
|
2012-08-10 08:22:11 -07:00
|
|
|
node: '{node}'
|
2012-10-04 16:34:23 -07:00
|
|
|
|
2012-08-10 08:22:11 -07:00
|
|
|
|
|
|
|
- job-template:
|
2013-12-02 14:19:05 -08:00
|
|
|
name: 'periodic-{name}-docs{branch-name}'
|
2012-08-10 08:22:11 -07:00
|
|
|
|
2013-05-30 14:17:17 +00:00
|
|
|
wrappers:
|
2014-05-27 14:51:16 -07:00
|
|
|
- build-timeout:
|
2013-05-30 14:17:17 +00:00
|
|
|
timeout: 40
|
|
|
|
- timestamps
|
|
|
|
|
2012-08-10 08:22:11 -07:00
|
|
|
builders:
|
2014-02-11 14:15:13 -08:00
|
|
|
- revoke-sudo
|
2014-03-18 16:08:18 +00:00
|
|
|
- branch-git-prep:
|
|
|
|
branch: '{branch}'
|
2014-06-27 23:37:48 -07:00
|
|
|
- docs
|
2012-08-10 08:22:11 -07:00
|
|
|
|
2012-08-20 17:49:58 -07:00
|
|
|
publishers:
|
2013-12-26 11:17:47 -08:00
|
|
|
- console-log
|
2012-08-20 17:49:58 -07:00
|
|
|
|
2012-08-10 08:22:11 -07:00
|
|
|
node: '{node}'
|
|
|
|
|
2012-09-27 10:26:27 -07:00
|
|
|
|
2014-08-21 12:52:01 +02:00
|
|
|
- job-group:
|
|
|
|
name: python-icehouse-bitrot-jobs
|
|
|
|
branch: 'stable/icehouse'
|
|
|
|
branch-name: '-icehouse'
|
|
|
|
node: 'bare-precise || bare-trusty'
|
|
|
|
jobs:
|
|
|
|
- 'periodic-{name}-python26{branch-name}'
|
|
|
|
- 'periodic-{name}-python27{branch-name}'
|
|
|
|
- 'periodic-{name}-docs{branch-name}'
|
2014-10-16 17:35:43 +02:00
|
|
|
|
|
|
|
|
|
|
|
- job-group:
|
|
|
|
name: python-juno-bitrot-jobs
|
|
|
|
branch: 'stable/juno'
|
|
|
|
branch-name: '-juno'
|
|
|
|
node: 'bare-precise || bare-trusty'
|
|
|
|
jobs:
|
|
|
|
- 'periodic-{name}-python26{branch-name}'
|
|
|
|
- 'periodic-{name}-python27{branch-name}'
|
|
|
|
- 'periodic-{name}-docs{branch-name}'
|