2012-11-16 13:16:26 -08:00
|
|
|
- job-template:
|
2013-11-16 06:16:23 -05:00
|
|
|
name: '{name}-pypi-both-upload'
|
2015-07-03 18:35:42 +00:00
|
|
|
node: release
|
2012-11-16 13:16:26 -08:00
|
|
|
|
|
|
|
builders:
|
2014-02-11 14:15:13 -08:00
|
|
|
- revoke-sudo
|
2017-04-03 19:36:51 +02:00
|
|
|
- zuul-git-prep
|
2012-11-19 17:10:35 -08:00
|
|
|
- shell: |
|
2014-12-02 10:37:21 -08:00
|
|
|
# Note we upload the wheel first because pip prefers wheels
|
|
|
|
# and there is a mirroring issue where sometimes the first
|
|
|
|
# artifact uploaded is the only one you get. Since pip prefers
|
|
|
|
# wheels it is best to make the wheel the one we get.
|
2016-12-19 14:48:08 +00:00
|
|
|
/usr/local/jenkins/slave_scripts/pypi-wheel-upload.sh {name} tarballs.openstack.org
|
|
|
|
/usr/local/jenkins/slave_scripts/pypi-tarball-upload.sh {name} tarballs.openstack.org
|
2013-11-16 06:16:23 -05:00
|
|
|
|
|
|
|
publishers:
|
|
|
|
- console-log
|
|
|
|
|
2012-08-10 08:22:11 -07:00
|
|
|
- job-group:
|
|
|
|
name: pypi-jobs
|
|
|
|
jobs:
|
2013-11-16 06:16:23 -05:00
|
|
|
- '{name}-pypi-both-upload'
|
2016-07-01 08:40:50 +02:00
|
|
|
- '{name}-tarball'
|
2016-08-03 13:51:49 +00:00
|
|
|
- '{name}-tarball-signing'
|
2016-07-01 08:40:50 +02:00
|
|
|
- '{name}-announce-release'
|
2016-12-21 12:29:44 -05:00
|
|
|
- 'propose-{name}-update-constraints'
|