Add python3 wheel-builds

Change-Id: Ic535389ecdd43c76b02aa0215d21c9fce4b4547d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-06-13 12:31:11 -04:00
parent f9acae2df9
commit de1deef3cd
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 19 additions and 8 deletions

View File

@ -8338,20 +8338,17 @@
# up-to-date. Adding it to the requirements project seems to be the best
# place to put it, though it's not strictly a requirement for
# requirements.
- wheel-build-{node_arch}-{python}:
node_arch:
- ubuntu-trusty-amd64
python: python2
- wheel-release-{mirror_arch}:
mirror_arch:
- trustyx64
- wheel-build-{node_arch}-{python}:
node_arch:
- centos-7-amd64
python: python2
- ubuntu-trusty-amd64
python:
- python2
- python3
- wheel-release-{mirror_arch}:
mirror_arch:
- cent7x64
- trustyx64
- project:
name: requirements-jobs

View File

@ -602,8 +602,12 @@ project-templates:
- '{name}-pypi-both-upload':
- wheel-build-ubuntu-trusty-amd64-python2:
- wheel-release-trustyx64
- wheel-build-ubuntu-trusty-amd64-python3:
- wheel-release-trustyx64
- wheel-build-centos-7-amd64-python2:
- wheel-release-cent7x64
- wheel-build-centos-7-amd64-python3:
- wheel-release-cent7x64
- '{name}-announce-release'
# Release OpenStack Server packages.
@ -2861,12 +2865,18 @@ jobs:
- name: wheel-build-ubuntu-trusty-amd64-python2
mutex: mirror.wheel.trustyx64
- name: wheel-build-ubuntu-trusty-amd64-python3
mutex: mirror.wheel.trustyx64
- name: wheel-release-trustyx64
mutex: mirror.wheel.trustyx64
- name: wheel-build-centos-7-amd64-python2
mutex: mirror.wheel.cent7x64
- name: wheel-build-centos-7-amd64-python3
mutex: mirror.wheel.cent7x64
- name: wheel-release-cent7x64
mutex: mirror.wheel.cent7x64
@ -11186,8 +11196,12 @@ projects:
- propose-requirements-constraints-master
- wheel-build-ubuntu-trusty-amd64-python2:
- wheel-release-trustyx64
- wheel-build-ubuntu-trusty-amd64-python3:
- wheel-release-trustyx64
- wheel-build-centos-7-amd64-python2:
- wheel-release-cent7x64
- wheel-build-centos-7-amd64-python3:
- wheel-release-cent7x64
post:
- propose-requirements-updates