Merge "Add python3 wheel-builds"
This commit is contained in:
commit
d09a1a898d
@ -8405,20 +8405,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
|
||||
|
@ -617,8 +617,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.
|
||||
@ -2898,12 +2902,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
|
||||
|
||||
@ -11287,8 +11297,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user