2012-08-10 08:22:11 -07:00
|
|
|
- job-template:
|
|
|
|
name: '{name}-coverage'
|
|
|
|
|
2013-02-19 20:43:59 -08:00
|
|
|
wrappers:
|
2014-05-27 14:51:16 -07:00
|
|
|
- build-timeout:
|
2013-02-19 20:43:59 -08:00
|
|
|
timeout: 40
|
|
|
|
- timestamps
|
|
|
|
|
2012-08-10 08:22:11 -07:00
|
|
|
builders:
|
2014-02-11 14:15:13 -08:00
|
|
|
- revoke-sudo
|
2012-08-10 09:59:37 -07:00
|
|
|
- gerrit-git-prep
|
2014-06-27 23:37:48 -07:00
|
|
|
- coverage
|
2012-08-10 08:22:11 -07:00
|
|
|
|
|
|
|
publishers:
|
2015-02-17 20:37:29 +11:00
|
|
|
- zuul-swift-upload-logs-with-console:
|
2015-03-16 08:25:54 -07:00
|
|
|
upload_source: 'cover/'
|
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:
|
|
|
|
name: 'gate-{name}-pep8'
|
|
|
|
|
|
|
|
builders:
|
2014-02-11 14:15:13 -08:00
|
|
|
- revoke-sudo
|
2012-08-10 09:59:37 -07:00
|
|
|
- gerrit-git-prep
|
2014-06-27 23:37:48 -07:00
|
|
|
- pep8
|
2012-08-10 08:22:11 -07:00
|
|
|
|
|
|
|
publishers:
|
2015-02-17 20:37:29 +11:00
|
|
|
- zuul-swift-upload-console-log
|
2012-08-10 08:22:11 -07:00
|
|
|
|
|
|
|
node: '{node}'
|
2012-10-04 16:34:23 -07:00
|
|
|
|
2014-06-03 11:02:28 +10:00
|
|
|
- job-template:
|
2014-10-01 20:28:11 +10:00
|
|
|
name: 'experimental-swift-logs-{name}-pep8-centos6'
|
|
|
|
node: 'bare-centos6'
|
2014-06-03 11:02:28 +10:00
|
|
|
|
|
|
|
builders:
|
|
|
|
- revoke-sudo
|
|
|
|
- gerrit-git-prep
|
|
|
|
- pep8:
|
2014-11-07 10:27:24 +01:00
|
|
|
- shell: purposefully_fail_me
|
2014-06-03 11:02:28 +10:00
|
|
|
|
2014-07-16 20:24:45 +10:00
|
|
|
publishers:
|
2014-12-16 10:45:57 +11:00
|
|
|
- zuul-swift-upload-logs-with-console:
|
2014-12-08 21:40:15 -08:00
|
|
|
upload_source: '.tox/pep8/log'
|
2014-07-16 20:24:45 +10:00
|
|
|
|
2012-08-16 15:46:58 -04:00
|
|
|
- job-template:
|
|
|
|
name: 'gate-{name}-pylint'
|
|
|
|
|
|
|
|
builders:
|
2014-02-11 14:15:13 -08:00
|
|
|
- revoke-sudo
|
2012-08-16 15:46:58 -04:00
|
|
|
- gerrit-git-prep
|
2014-06-27 23:37:48 -07:00
|
|
|
- pylint
|
2012-08-16 15:46:58 -04:00
|
|
|
|
|
|
|
publishers:
|
2015-02-17 20:37:29 +11:00
|
|
|
- zuul-swift-upload-console-log
|
2012-08-16 15:46:58 -04:00
|
|
|
|
|
|
|
node: '{node}'
|
|
|
|
|
|
|
|
|
2012-08-10 08:22:11 -07:00
|
|
|
- job-template:
|
|
|
|
name: 'gate-{name}-python26'
|
|
|
|
|
2013-03-13 21:06:51 +00:00
|
|
|
wrappers:
|
2014-05-27 14:51:16 -07:00
|
|
|
- build-timeout:
|
2014-03-20 00:51:46 -07:00
|
|
|
timeout: 70
|
2013-03-13 21:06:51 +00:00
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
2014-07-21 11:38:40 -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
|
2013-03-13 21:06:51 +00:00
|
|
|
- gerrit-git-prep
|
2014-06-27 23:37:48 -07:00
|
|
|
- python26
|
2013-03-13 21:06:51 +00:00
|
|
|
- assert-no-extra-files
|
|
|
|
|
|
|
|
publishers:
|
2013-07-09 10:53:27 -07:00
|
|
|
- test-results
|
2013-03-13 21:06:51 +00:00
|
|
|
- console-log
|
2015-02-17 20:41:37 +11:00
|
|
|
- zuul-swift-test-results-with-console
|
2013-03-13 21:06:51 +00:00
|
|
|
|
2014-02-12 23:50:55 +00:00
|
|
|
node: bare-centos6
|
2013-03-13 21:06:51 +00:00
|
|
|
|
2012-08-10 08:22:11 -07:00
|
|
|
- job-template:
|
|
|
|
name: 'gate-{name}-python27'
|
|
|
|
|
2013-02-19 20:43:59 -08:00
|
|
|
wrappers:
|
2014-05-27 14:51:16 -07:00
|
|
|
- build-timeout:
|
2014-03-20 00:51:46 -07:00
|
|
|
timeout: 50
|
2013-02-19 20:43:59 -08:00
|
|
|
- timestamps
|
|
|
|
|
2012-08-10 08:22:11 -07:00
|
|
|
builders:
|
2014-02-11 14:15:13 -08:00
|
|
|
- revoke-sudo
|
2012-08-10 09:59:37 -07:00
|
|
|
- gerrit-git-prep
|
2014-06-27 23:37:48 -07:00
|
|
|
- python27
|
2013-01-17 11:47:10 -08:00
|
|
|
- assert-no-extra-files
|
2012-08-10 08:22:11 -07:00
|
|
|
|
2012-08-20 17:49:58 -07:00
|
|
|
publishers:
|
2013-07-09 10:53:27 -07:00
|
|
|
- test-results
|
2012-09-06 15:29:18 -07:00
|
|
|
- console-log
|
2015-02-17 20:41:37 +11:00
|
|
|
- zuul-swift-test-results-with-console
|
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
|
|
|
|
2014-06-26 10:07:18 -04:00
|
|
|
- job-template:
|
|
|
|
name: 'gate-{name}-python34'
|
|
|
|
|
|
|
|
wrappers:
|
|
|
|
- build-timeout:
|
|
|
|
timeout: 40
|
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- revoke-sudo
|
|
|
|
- gerrit-git-prep
|
2014-06-27 23:37:48 -07:00
|
|
|
- python34
|
2014-06-26 10:07:18 -04:00
|
|
|
- assert-no-extra-files
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- test-results
|
|
|
|
- console-log
|
2015-02-17 20:41:37 +11:00
|
|
|
- zuul-swift-test-results-with-console
|
2014-06-26 10:07:18 -04:00
|
|
|
|
|
|
|
node: '{node}'
|
|
|
|
|
2013-08-19 10:45:47 -07:00
|
|
|
- job-template:
|
|
|
|
name: 'gate-{name}-pypy'
|
|
|
|
|
|
|
|
wrappers:
|
2014-05-27 14:51:16 -07:00
|
|
|
- build-timeout:
|
2013-08-19 10:45:47 -07:00
|
|
|
timeout: 40
|
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
2014-02-11 14:15:13 -08:00
|
|
|
- revoke-sudo
|
2013-08-19 10:45:47 -07:00
|
|
|
- gerrit-git-prep
|
2014-06-27 23:37:48 -07:00
|
|
|
- pypy
|
2013-07-16 23:05:34 +02:00
|
|
|
- assert-no-extra-files
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- test-results
|
|
|
|
- console-log
|
2015-02-17 20:41:37 +11:00
|
|
|
- zuul-swift-test-results-with-console
|
2013-07-16 23:05:34 +02:00
|
|
|
|
2014-09-17 12:53:17 -07:00
|
|
|
node: '{node}'
|
2013-07-16 23:05:34 +02:00
|
|
|
|
2012-08-10 08:22:11 -07:00
|
|
|
- job-template:
|
|
|
|
name: 'gate-{name}-docs'
|
|
|
|
|
|
|
|
builders:
|
2014-02-11 14:15:13 -08:00
|
|
|
- revoke-sudo
|
2012-08-10 09:59:37 -07:00
|
|
|
- gerrit-git-prep
|
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:
|
2015-02-17 20:37:29 +11:00
|
|
|
- zuul-swift-upload-console-log
|
2013-07-09 12:56:21 -04:00
|
|
|
- upload-sphinx-draft
|
2012-08-20 17:49:58 -07:00
|
|
|
|
2012-08-10 08:22:11 -07:00
|
|
|
node: '{node}'
|
|
|
|
|
2013-10-29 09:54:18 -04:00
|
|
|
- job-template:
|
|
|
|
name: 'gate-{name}-tox-{envlist}'
|
|
|
|
|
|
|
|
wrappers:
|
2014-05-27 14:51:16 -07:00
|
|
|
- build-timeout:
|
2013-10-29 09:54:18 -04:00
|
|
|
timeout: 40
|
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
2014-02-11 14:15:13 -08:00
|
|
|
- revoke-sudo
|
2013-10-29 09:54:18 -04:00
|
|
|
- gerrit-git-prep
|
|
|
|
- tox:
|
|
|
|
envlist: '{envlist}'
|
|
|
|
- assert-no-extra-files
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- test-results
|
|
|
|
- console-log
|
2015-02-17 20:41:37 +11:00
|
|
|
- zuul-swift-test-results-with-console
|
2013-10-29 09:54:18 -04:00
|
|
|
|
|
|
|
node: '{node}'
|
2012-10-04 16:34:23 -07:00
|
|
|
|
2013-01-01 13:54:31 -08:00
|
|
|
- job-template:
|
|
|
|
name: '{name}-tarball'
|
2014-06-19 12:46:08 -07:00
|
|
|
node: 'bare-precise || bare-trusty'
|
2013-01-01 13:54:31 -08:00
|
|
|
|
|
|
|
builders:
|
2014-02-11 14:15:13 -08:00
|
|
|
- revoke-sudo
|
2013-01-01 13:54:31 -08:00
|
|
|
- gerrit-git-prep
|
2014-06-27 23:37:48 -07:00
|
|
|
- tarball
|
2013-01-01 13:54:31 -08:00
|
|
|
|
|
|
|
publishers:
|
|
|
|
- tarball:
|
|
|
|
project: '{name}'
|
|
|
|
site: '{tarball-site}'
|
2013-11-16 06:16:23 -05:00
|
|
|
- wheel:
|
|
|
|
project: '{name}'
|
|
|
|
site: '{tarball-site}'
|
2015-02-17 20:37:29 +11:00
|
|
|
- zuul-swift-upload-console-log
|
2013-01-01 13:54:31 -08:00
|
|
|
|
|
|
|
|
|
|
|
- job-template:
|
|
|
|
name: '{name}-branch-tarball'
|
2014-06-19 12:46:08 -07:00
|
|
|
node: 'bare-precise || bare-trusty'
|
2013-01-01 13:54:31 -08:00
|
|
|
|
|
|
|
builders:
|
2014-02-11 14:15:13 -08:00
|
|
|
- revoke-sudo
|
2013-01-01 13:54:31 -08:00
|
|
|
- gerrit-git-prep
|
2014-06-27 23:37:48 -07:00
|
|
|
- tarball
|
2013-01-01 13:54:31 -08:00
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
|
|
|
BRANCH=$ZUUL_REFNAME
|
|
|
|
BRANCH_PATH=`echo $BRANCH | tr / -`
|
2014-03-19 22:16:47 -07:00
|
|
|
mv dist/*.tar.gz dist/{name}-$BRANCH_PATH.tar.gz
|
2013-01-01 13:54:31 -08:00
|
|
|
|
|
|
|
publishers:
|
|
|
|
- tarball:
|
|
|
|
project: '{name}'
|
|
|
|
site: '{tarball-site}'
|
2015-02-17 20:37:29 +11:00
|
|
|
- zuul-swift-upload-console-log
|
2013-01-01 13:54:31 -08:00
|
|
|
|
|
|
|
|
2013-03-26 14:56:52 -07:00
|
|
|
- job-template:
|
|
|
|
name: 'gate-{name}-requirements'
|
2014-06-19 12:46:08 -07:00
|
|
|
node: 'bare-precise || bare-trusty'
|
2013-03-26 14:56:52 -07:00
|
|
|
|
|
|
|
builders:
|
2014-02-11 14:15:13 -08:00
|
|
|
- revoke-sudo
|
2013-03-26 14:56:52 -07:00
|
|
|
- gerrit-git-prep
|
|
|
|
- shell: |
|
|
|
|
#!/bin/bash -xe
|
|
|
|
/usr/local/jenkins/slave_scripts/project-requirements-change.py $ZUUL_BRANCH
|
|
|
|
|
|
|
|
publishers:
|
2015-02-17 20:37:29 +11:00
|
|
|
- zuul-swift-upload-console-log
|
2013-03-26 14:56:52 -07:00
|
|
|
|
|
|
|
|
2014-08-14 16:16:47 +10:00
|
|
|
- job-template:
|
|
|
|
name: 'gate-{name}-pip-missing-reqs'
|
|
|
|
|
|
|
|
wrappers:
|
|
|
|
- build-timeout:
|
|
|
|
timeout: 40
|
|
|
|
- timestamps
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- revoke-sudo
|
|
|
|
- gerrit-git-prep
|
|
|
|
- tox:
|
|
|
|
envlist: 'pip-missing-reqs'
|
|
|
|
- assert-no-extra-files
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- test-results
|
|
|
|
- console-log
|
2015-02-17 20:41:37 +11:00
|
|
|
- zuul-swift-test-results-with-console
|
2014-08-14 16:16:47 +10:00
|
|
|
|
|
|
|
node: '{node}'
|
|
|
|
|
|
|
|
|
2012-08-10 08:22:11 -07:00
|
|
|
- job-group:
|
|
|
|
name: python-jobs
|
|
|
|
jobs:
|
|
|
|
- '{name}-coverage'
|
|
|
|
- 'gate-{name}-pep8'
|
|
|
|
- 'gate-{name}-python26'
|
|
|
|
- 'gate-{name}-python27'
|
2014-06-26 10:07:18 -04:00
|
|
|
- 'gate-{name}-python34'
|
2013-08-29 09:29:36 -07:00
|
|
|
- 'gate-{name}-pypy'
|
2012-08-10 08:22:11 -07:00
|
|
|
- 'gate-{name}-docs'
|
2013-03-26 14:56:52 -07:00
|
|
|
- 'gate-{name}-requirements'
|
2013-01-01 13:54:31 -08:00
|
|
|
- '{name}-tarball'
|
|
|
|
- '{name}-branch-tarball'
|
2012-08-20 17:49:58 -07:00
|
|
|
# pylint isn't standard
|
2014-08-14 16:16:47 +10:00
|
|
|
# pip-missing-reqs isn't standard
|
2013-10-29 09:54:18 -04:00
|
|
|
# gate-{name}-tox-{envlist} also isn't standard, but is reserved for
|
|
|
|
# projects that want to run specific jobs via tox
|