Merge "CI: Fix py36/py37 jobs" into stable/2025.1
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
name: swift-tox-py36
|
||||
parent: swift-tox-base
|
||||
nodeset: ubuntu-bionic
|
||||
ansible-version: 9
|
||||
description: |
|
||||
Run unit-tests for swift under cPython version 3.6.
|
||||
|
||||
@@ -31,7 +32,6 @@
|
||||
- job:
|
||||
name: swift-tox-py37
|
||||
parent: swift-tox-base
|
||||
nodeset: ubuntu-bionic
|
||||
description: |
|
||||
Run unit-tests for swift under cPython version 3.7.
|
||||
|
||||
@@ -41,6 +41,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
|
||||
|
||||
@@ -476,6 +477,7 @@
|
||||
parent: openstack-tox-lower-constraints
|
||||
# This seems defensible for a l-c job
|
||||
nodeset: ubuntu-bionic
|
||||
ansible-version: 9
|
||||
vars:
|
||||
bindep_profile: test py36
|
||||
python_version: 3.6
|
||||
|
Reference in New Issue
Block a user