summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2019-10-30 06:16:14 +0000
committerLingxian Kong <anlin.kong@gmail.com>2019-12-05 22:38:19 +1300
commite6f55c57d5506503033aff2e3c9496efb40fabaa (patch)
tree1021116f06528ca32a7e6cdcb02635fcb189599a /.zuul.yaml
parent053820856807c2b6311d8c1da6e2f648000316a1 (diff)
downloadtrove-e6f55c57d5506503033aff2e3c9496efb40fabaa.tar.gz
[ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle. Trove 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: I6b448747c873bfc9c0138c0f7e3ca67ddce02dee
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index bd156249..3a89ee77 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -3,8 +3,7 @@
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- - openstack-python-jobs
- - openstack-python3-train-jobs
+ - openstack-python3-ussuri-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
@@ -113,6 +112,7 @@
SERVICE_HOST: ''
HOST_IP: ''
VNCSERVER_PROXYCLIENT_ADDRESS: 127.0.0.1
+ USE_PYTHON3: True
run: playbooks/trove-devstack-base.yaml
irrelevant-files:
- ^.*\.rst$
@@ -125,7 +125,7 @@
- job:
name: trove-fakemodetests-base
- parent: openstack-tox-py27
+ parent: openstack-tox-py36
abstract: true
irrelevant-files:
- ^.*\.rst$
@@ -382,4 +382,4 @@
guest_os_release: xenial
guest_username: ubuntu
branch: master
- dev_mode: true \ No newline at end of file
+ dev_mode: true