requirements/.zuul.d/project.yaml
Vu Cong Tuan aeee67d09d Add py36 testenv
Python 3.6 is installed by default in Ubuntu 18.04 LTS.
According to Python2 Deprecation Timeline [1] and Python3-first Goal [2],
we should have py36 testenv ready for it.

This change adds a non-voting job for checking the 3.6
upper-constraints, and a voting job for py36.

Once we're confident we have all the bits in place for 36-uc checking we
can promote that job to voting.

[1] https://governance.openstack.org/tc/resolutions/20180529-python2-deprecation-timeline.html
[2] https://review.openstack.org/#/c/575933

Change-Id: Ia06c1ab217e80902adb607a3bc6063aae66f48bf
2018-07-10 04:11:09 +00:00

80 lines
2.3 KiB
YAML

- project:
check:
jobs:
- build-wheel-mirror-centos-7:
files:
- bindep.txt
- build-wheel-mirror-ubuntu-bionic:
files:
- bindep.txt
- build-wheel-mirror-ubuntu-trusty:
files:
- bindep.txt
- build-wheel-mirror-ubuntu-xenial:
files:
- bindep.txt
- openstack-tox-validate
- requirements-tox-babel
- requirements-tox-bindep:
voting: false
- requirements-tox-py27-check-uc
- requirements-tox-py35-check-uc
- requirements-tox-py36-check-uc:
voting: false
- requirements-tox-validate-projects
- cross-cinder-py27
- cross-cinder-py35
- cross-glance-py27
- cross-glance-py35
- cross-horizon-py27
- cross-horizon-py35
- cross-keystone-py27
- cross-keystone-py35
- cross-neutron-py27
- cross-neutron-py35
- cross-nova-py27
- cross-nova-py35
- cross-nova-functional
- cross-osc-build-sphinx-docs
- cross-swift-py27
- cross-swift-py35
- openstack-tox-py36
gate:
queue: integrated
jobs:
- build-wheel-mirror-centos-7:
files:
- bindep.txt
- build-wheel-mirror-ubuntu-bionic:
files:
- bindep.txt
- build-wheel-mirror-ubuntu-trusty:
files:
- bindep.txt
- build-wheel-mirror-ubuntu-xenial:
files:
- bindep.txt
- openstack-tox-validate
- requirements-tox-babel
- requirements-tox-py27-check-uc
- requirements-tox-py35-check-uc
- requirements-tox-validate-projects
- cross-cinder-py27
- cross-cinder-py35
- cross-glance-py27
- cross-glance-py35
- cross-horizon-py27
- cross-horizon-py35
- cross-keystone-py27
- cross-keystone-py35
- cross-neutron-py27
- cross-neutron-py35
- cross-nova-py27
- cross-nova-py35:
files: ^upper-constraints.txt$
- cross-nova-functional
- cross-osc-build-sphinx-docs
- cross-swift-py27
- cross-swift-py35
- openstack-tox-py36