summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2022-03-09 16:50:33 -0800
committerTim Burke <tim.burke@gmail.com>2022-03-09 16:50:51 -0800
commit00f5b892273a0f88c368b71404006c53bb6ac749 (patch)
tree6dbd8dd77ae5b665b1a0560cfe1d025e338ddd56
parentc2d4fc70540eadd665097945b1376d0ddf88c2b0 (diff)
downloadpython-swiftclient-00f5b892273a0f88c368b71404006c53bb6ac749.tar.gz
CI: Drop swiftclient-swift-functional-py2 job
It got busted somewhere between 2022-01-15 and 2022-02-11; looks like needing to override devstack to install on bionic finally caught up with us. ;-) FWIW, it fails down in stack.sh while trying to pip install grpcio: commands.CommandError: We expect a missing `_needs_stub` attribute from older versions of setuptools. Consider upgrading setuptools. Change-Id: Iff9094e9dd7a3d0bcdb0dee3b08fa5b61c9186d0
-rw-r--r--.zuul.yaml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index e26260a..bbbdf10 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -26,19 +26,6 @@
# swift can use different tox env names
tox_envlist: func
-- job:
- name: swiftclient-functional-py2
- parent: swiftclient-functional
- nodeset: openstack-single-node-bionic
- description: |
- Run functional tests of python-swiftclient under Python 2
- vars:
- devstack_localrc:
- # devstack dropped support for bionic, but we want it for easier py2 support.
- # Set this so we install anyway.
- FORCE: "yes"
- tox_envlist: py2func
-
- project:
templates:
- check-requirements
@@ -51,14 +38,12 @@
jobs:
- swiftclient-swift-functional
- swiftclient-functional
- - swiftclient-functional-py2
- openstack-tox-py39:
voting: true
gate:
jobs:
- swiftclient-swift-functional
- swiftclient-functional
- - swiftclient-functional-py2
- openstack-tox-py39:
voting: true
post: