30154d65d7
OpenStack is dropping the py2.7 support in ussuri cycle. hacking is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I3ae88a4a11f3c552061eaeb7330d01c1f214bcc6
25 lines
729 B
YAML
25 lines
729 B
YAML
- project:
|
|
templates:
|
|
- publish-openstack-docs-pti
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python35-jobs
|
|
- openstack-python3-ussuri-jobs
|
|
- openstack-pypy-jobs-nonvoting
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- hacking-integration-nova:
|
|
voting: false
|
|
|
|
- job:
|
|
name: hacking-integration-nova
|
|
parent: openstack-tox
|
|
description: |
|
|
Run the integration job against nova with proposed hacking change.
|
|
required-projects:
|
|
- openstack/nova
|
|
vars:
|
|
tox_envlist: integration
|
|
tox_extra_args: -vv openstack nova {{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/nova'].src_dir }}
|