summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2023-04-20 10:27:13 -0700
committerTim Burke <tim.burke@gmail.com>2023-04-20 10:45:55 -0700
commitbfc13862792e9e574f1967525f420789b78c44e1 (patch)
treea04ef5c93eec17419027c4c2a26a120d05fb9afb /.zuul.yaml
parent4b6f54d063c33e13ced7d6dd5208921680f56ca6 (diff)
downloadswift-bfc13862792e9e574f1967525f420789b78c44e1.tar.gz
CI: fix lower-constraints job
Switch from focal back to bionic so tox gets installed with py36. This ensures that we get virtualenv<20.18.0 so we can still create py27 environments (support for which was dropped in virtualenv==20.22.0). Note that this also means we can drop our tox<4 pin, as newer tox does not support py36, either. Change-Id: Ia2b3cc4f719347705dec15f1fc97d982e72bfb34
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index dacda2200..b0bf91be7 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -526,13 +526,13 @@
- job:
name: swift-tox-lower-constraints
parent: openstack-tox-lower-constraints
+ # This seems defensible for a l-c job
+ nodeset: ubuntu-bionic
vars:
bindep_profile: test py27
python_version: 2.7
tox_environment:
TMPDIR: '{{ ansible_env.HOME }}/xfstmp'
- # This seems defensible for a l-c job
- ensure_tox_version: '<4'
# Image building jobs
- secret: