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