CI: Stop using bionic

In order to continue testing on py37, start using pyenv to install it.
Signed-off-by: Tim Burke <tim.burke@gmail.com>
Change-Id: Ida8be4477116d3b44e3d7b470a183d2298e2d3d5
This commit is contained in:
Tim Burke
2025年08月19日 09:43:45 -07:00
parent 28a56e3f1b
commit 4d2426591e

View File

@@ -16,7 +16,6 @@
- job:
name:swift-tox-py37
parent:swift-tox-base
nodeset:ubuntu-bionic
description:|
Run unit-tests for swift under cPython version 3.7.
@@ -26,6 +25,7 @@
vars:
tox_envlist:py37
bindep_profile:test py37
python_use_pyenv:True
python_version:3.7
post-run:tools/playbooks/common/cover-post.yaml
@@ -489,10 +489,9 @@
- 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 py37
python_use_pyenv:True
python_version:3.7
tox_environment:
TMPDIR:'{{ ansible_env.HOME }}/xfstmp'
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.