8f353278d4
OpenStack is dropping the py2.7 support in ussuri cycle. freezer-web-ui 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: I7a85a88ad3d248ea081eb22db6507f9bd21493f7
28 lines
702 B
YAML
28 lines
702 B
YAML
- project:
|
|
templates:
|
|
- check-requirements
|
|
- horizon-non-primary-django-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-ussuri-jobs
|
|
check:
|
|
jobs:
|
|
- freezer-web-ui-ubuntu
|
|
- openstack-tox-pylint
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-pylint
|
|
|
|
- job:
|
|
name: freezer-web-ui-ubuntu
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/freezer-web-ui-ubuntu/run.yaml
|
|
post-run: playbooks/legacy/freezer-web-ui-ubuntu/post.yaml
|
|
timeout: 7800
|
|
required-projects:
|
|
- openstack/devstack-gate
|
|
- openstack/freezer
|
|
- openstack/freezer-api
|
|
- openstack/freezer-web-ui
|
|
- openstack/python-freezerclient
|
|
|