kolla-cli/.zuul.yaml
Ghanshyam Mann 3f9b0679ab [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

kolla-cli also drop py2 testing and 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: I44fe93012739ad190f8d0fe593e70863ab238158
2020-03-01 10:46:00 +00:00

39 lines
933 B
YAML

---
- job:
name: kollacli-tox-functional-py36
parent: openstack-tox
description: |
Run tox-based py36 functional tests for the OpenStack Kolla-cli project.
Uses tox with the ``functional`` environment.
irrelevant-files:
- ^.*\.rst$
- ^doc/source/.*$
- ^releasenotes/.*$
vars:
tox_envlist: functional-py36
timeout: 3600
- job:
name: kollacli-tox-mypy
parent: openstack-tox
description: |
Run static mypy type checker for the OpenStack Kolla-cli project.
vars:
tox_envlist: mypy
timeout: 3600
- project:
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs
- publish-openstack-docs-pti
check:
jobs:
- kollacli-tox-mypy
- kollacli-tox-functional-py36
gate:
jobs:
- kollacli-tox-mypy
- kollacli-tox-functional-py36