summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorGhanshyam Mann <gmann@ghanshyammann.com>2019-10-30 06:48:52 +0000
committerGhanshyam Mann <gmann@ghanshyammann.com>2020-01-22 16:27:08 +0000
commit3bf4d29a0f2d38916bb20b287b7ee486b09613e0 (patch)
treeea4222cc6a90b75136f41386bf728912be5fb535 /.zuul.yaml
parent864f36f2095c8e51d1dea13dad83f9b87073f60b (diff)
downloadglance_store-3bf4d29a0f2d38916bb20b287b7ee486b09613e0.tar.gz
Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle. glance_store 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: I6166a20610f77e0df7da75198e0c8273bb121d1f
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml44
1 files changed, 2 insertions, 42 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index f66abe9..10d01ea 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -12,6 +12,7 @@
vars:
devstack_localrc:
LIBS_FROM_GIT: glance_store
+ USE_PYTHON3: True
devstack_services:
# turn off ceilometer
ceilometer-acentral: false
@@ -55,14 +56,6 @@
- name: openstack/python-cinderclient
- job:
- name: glance_store-tox-py27-cinder-tips
- parent: glance_store-tox-cinder-tips-base
- description: |
- glance_store py27 unit tests vs. cinder masters
- vars:
- tox_envlist: py27
-
-- job:
name: glance_store-tox-py36-cinder-tips
parent: glance_store-tox-cinder-tips-base
description: |
@@ -80,14 +73,6 @@
- name: openstack/python-keystoneclient
- job:
- name: glance_store-tox-py27-keystone-tips
- parent: glance_store-tox-keystone-tips-base
- description: |
- glance_store py27 unit tests vs. keystone masters
- vars:
- tox_envlist: py27
-
-- job:
name: glance_store-tox-py36-keystone-tips
parent: glance_store-tox-keystone-tips-base
description: |
@@ -112,14 +97,6 @@
- name: openstack/stevedore
- job:
- name: glance_store-tox-py27-oslo-tips
- parent: glance_store-tox-oslo-tips-base
- description: |
- glance_store py27 unit tests vs. oslo masters
- vars:
- tox_envlist: py27
-
-- job:
name: glance_store-tox-py36-oslo-tips
parent: glance_store-tox-oslo-tips-base
description: |
@@ -136,14 +113,6 @@
- name: openstack/python-swiftclient
- job:
- name: glance_store-tox-py27-swift-tips
- parent: glance_store-tox-swift-tips-base
- description: |
- glance_store py27 unit tests vs. swift masters
- vars:
- tox_envlist: py27
-
-- job:
name: glance_store-tox-py36-swift-tips
parent: glance_store-tox-swift-tips-base
description: |
@@ -157,8 +126,7 @@
- lib-forward-testing
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- - openstack-python-jobs
- - openstack-python3-train-jobs
+ - openstack-python3-ussuri-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
@@ -192,19 +160,11 @@
# to define these jobs in the openstack/project-config repo.
# That would make us less agile in adjusting these tests, so we
# aren't doing that either.
- - glance_store-tox-py27-cinder-tips:
- branches: master
- glance_store-tox-py36-cinder-tips:
branches: master
- - glance_store-tox-py27-keystone-tips:
- branches: master
- glance_store-tox-py36-keystone-tips:
branches: master
- - glance_store-tox-py27-oslo-tips:
- branches: master
- glance_store-tox-py36-oslo-tips:
branches: master
- - glance_store-tox-py27-swift-tips:
- branches: master
- glance_store-tox-py36-swift-tips:
branches: master