summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorDaniel Bengtsson <dbengt@redhat.com>2019-11-21 14:20:42 +0100
committerEric Fried <openstack@fried.cc>2019-12-06 16:06:36 +0000
commit924627678d9bb1e9cdf84b524fb69dd37f4345ec (patch)
tree4d02c15ce2e32250ed5b3bc0538fa9090a34b561 /.zuul.yaml
parent5b3a827a1ff80e4b51c7ede44b84bf640d5b6380 (diff)
downloadpython-openstackclient-924627678d9bb1e9cdf84b524fb69dd37f4345ec.tar.gz
Stop testing python 2 in tox and zuul.
Remove python 2 from envlist parameter. Check the link: https://etherpad.openstack.org/p/drop-python2-support The plan is drop the python 2 support from OpenStack in Ussuri release. Remove the zuul jobs. Note that the (non-voting) openstackclient-check-plugins job is still running under py2 at this time. That will need to be fixed in the python/openstackclient repository where the job is defined. Change-Id: I3148db053b9ef0fcf7dc88e5cc075d974c93d819
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml29
1 files changed, 1 insertions, 28 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 57473465..15f719c3 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -13,28 +13,6 @@
- openstack/osc-lib
- openstack/python-openstackclient
vars:
- tox_envlist: py27
- # Set work dir to openstackclient so that if it's triggered by one of the
- # other repos the tests will run in the same place
- zuul_work_dir: src/opendev.org/openstack/python-openstackclient
-
-- job:
- name: osc-tox-py27-tips
- parent: openstack-tox-py27
- description: |
- Run unit tests for OpenStackClient with master branch of important libs.
-
- Takes advantage of the base tox job's install-siblings feature.
- # The job only tests the latest and shouldn't be run on the stable branches
- branches: ^(?!stable)
- required-projects:
- - openstack/cliff
- - openstack/keystoneauth
- - openstack/openstacksdk
- - openstack/os-client-config
- - openstack/osc-lib
- - openstack/python-openstackclient
- vars:
# Set work dir to openstackclient so that if it's triggered by one of the
# other repos the tests will run in the same place
zuul_work_dir: src/opendev.org/openstack/python-openstackclient
@@ -154,7 +132,6 @@
- openstack/python-openstackclient
vars:
devstack_localrc:
- USE_PYTHON3: true
LIBS_FROM_GIT: python-openstackclient,openstacksdk,osc-lib,os-client-config
# This is insufficient, but leaving it here as a reminder of what may
# someday be all we need to make this work
@@ -179,11 +156,9 @@
name: osc-tox-unit-tips
check:
jobs:
- - osc-tox-py27-tips
- osc-tox-py36-tips
gate:
jobs:
- - osc-tox-py27-tips
- osc-tox-py36-tips
- project:
@@ -192,12 +167,10 @@
- osc-tox-unit-tips
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- - openstack-python-jobs
- - openstack-python3-train-jobs
+ - openstack-python3-ussuri-jobs
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3
- - lib-forward-testing
- lib-forward-testing-python3
check:
jobs: