efc259b090
OpenStack is dropping the py2.7 support in ussuri cycle. python-zunclient 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://review.opendev.org/#/c/691178/ Change-Id: I5f5eead1282cea042152d3f78b19667ffe6c6929
27 lines
758 B
YAML
27 lines
758 B
YAML
- job:
|
|
name: zunclient-devstack-docker-sql
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/zunclient-devstack-docker-sql/run.yaml
|
|
post-run: playbooks/zunclient-devstack-docker-sql/post.yaml
|
|
timeout: 4200
|
|
required-projects:
|
|
- openstack/devstack
|
|
- openstack/devstack-gate
|
|
- openstack/devstack-plugin-container
|
|
- openstack/kuryr-libnetwork
|
|
- openstack/python-zunclient
|
|
- openstack/zun
|
|
- openstack/zun-tempest-plugin
|
|
|
|
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-ussuri-jobs
|
|
- check-requirements
|
|
- publish-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- zunclient-devstack-docker-sql:
|
|
voting: false
|