![manchandavishal](/assets/img/avatar_default.png)
OpenStack is dropping the py2.7 support in ussuri cycle. heat-dashboard is ready with python 3 and ok to drop the python 2.7 support. Also this patch update minimum tox version in tox.ini file. 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: I63d6c5dfb2bb312c413b9350fa7c9a01eae6cd0b
37 lines
1022 B
YAML
37 lines
1022 B
YAML
- job:
|
|
name: heat-dashboard-integration-tests
|
|
parent: horizon-integration-tests
|
|
required-projects:
|
|
- name: openstack/horizon
|
|
- name: openstack/heat
|
|
- name: openstack/python-heatclient
|
|
- name: openstack/heat-dashboard
|
|
roles:
|
|
- zuul: openstack-infra/devstack
|
|
- zuul: openstack/horizon
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
vars:
|
|
devstack_plugins:
|
|
heat: https://opendev.org/openstack/heat
|
|
heat-dashboard: https://opendev.org/openstack/heat-dashboard
|
|
devstack_services:
|
|
horizon: true
|
|
tox_envlist: integration
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- horizon-non-primary-django-jobs
|
|
- horizon-nodejs10-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python3-ussuri-jobs-horizon
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- heat-dashboard-integration-tests:
|
|
voting: false
|