Merge "Run in-process func tests under py38"
This commit is contained in:
commit
bbcd8e90f2
36
.zuul.yaml
36
.zuul.yaml
@ -141,23 +141,23 @@
|
|||||||
tox_envlist: func
|
tox_envlist: func
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: swift-tox-func-py37
|
name: swift-tox-func-py38
|
||||||
parent: swift-tox-base
|
parent: swift-tox-base
|
||||||
nodeset: ubuntu-bionic
|
nodeset: ubuntu-focal
|
||||||
description: |
|
description: |
|
||||||
Run functional tests for swift under cPython version 3.7.
|
Run functional tests for swift under cPython version 3.8.
|
||||||
|
|
||||||
Uses tox with the ``func-py3`` environment.
|
Uses tox with the ``func-py3`` environment.
|
||||||
It sets TMPDIR to an XFS mount point created via
|
It sets TMPDIR to an XFS mount point created via
|
||||||
tools/test-setup.sh.
|
tools/test-setup.sh.
|
||||||
vars:
|
vars:
|
||||||
tox_envlist: func-py3
|
tox_envlist: func-py3
|
||||||
bindep_profile: test py37
|
bindep_profile: test py38
|
||||||
python_version: 3.7
|
python_version: 3.8
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: swift-tox-func-py36-centos-8
|
name: swift-tox-func-py36-centos-8
|
||||||
parent: swift-tox-func-py37
|
parent: swift-tox-func-py38
|
||||||
nodeset: centos-8
|
nodeset: centos-8
|
||||||
vars:
|
vars:
|
||||||
bindep_profile: test py36
|
bindep_profile: test py36
|
||||||
@ -176,10 +176,10 @@
|
|||||||
tox_envlist: func-ec-py3
|
tox_envlist: func-ec-py3
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: swift-tox-func-encryption-py37
|
name: swift-tox-func-encryption-py38
|
||||||
parent: swift-tox-func-py37
|
parent: swift-tox-func-py38
|
||||||
description: |
|
description: |
|
||||||
Run functional tests for swift under cPython version 3.7.
|
Run functional tests for swift under cPython version 3.8.
|
||||||
|
|
||||||
Uses tox with the ``func-encryption-py3`` environment.
|
Uses tox with the ``func-encryption-py3`` environment.
|
||||||
It sets TMPDIR to an XFS mount point created via
|
It sets TMPDIR to an XFS mount point created via
|
||||||
@ -188,10 +188,10 @@
|
|||||||
tox_envlist: func-encryption-py3
|
tox_envlist: func-encryption-py3
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: swift-tox-func-ec-py37
|
name: swift-tox-func-ec-py38
|
||||||
parent: swift-tox-func-py37
|
parent: swift-tox-func-py38
|
||||||
description: |
|
description: |
|
||||||
Run functional tests for swift under cPython version 3.7.
|
Run functional tests for swift under cPython version 3.8.
|
||||||
|
|
||||||
Uses tox with the ``func-ec-py3`` environment.
|
Uses tox with the ``func-ec-py3`` environment.
|
||||||
It sets TMPDIR to an XFS mount point created via
|
It sets TMPDIR to an XFS mount point created via
|
||||||
@ -588,11 +588,11 @@
|
|||||||
irrelevant-files: *functest-irrelevant-files
|
irrelevant-files: *functest-irrelevant-files
|
||||||
|
|
||||||
# py3 functional tests
|
# py3 functional tests
|
||||||
- swift-tox-func-py37:
|
- swift-tox-func-py38:
|
||||||
irrelevant-files: *functest-irrelevant-files
|
irrelevant-files: *functest-irrelevant-files
|
||||||
- swift-tox-func-encryption-py37:
|
- swift-tox-func-encryption-py38:
|
||||||
irrelevant-files: *functest-irrelevant-files
|
irrelevant-files: *functest-irrelevant-files
|
||||||
- swift-tox-func-ec-py37:
|
- swift-tox-func-ec-py38:
|
||||||
irrelevant-files: *functest-irrelevant-files
|
irrelevant-files: *functest-irrelevant-files
|
||||||
|
|
||||||
# Other tests
|
# Other tests
|
||||||
@ -660,9 +660,9 @@
|
|||||||
- swift-tox-func-py27
|
- swift-tox-func-py27
|
||||||
- swift-tox-func-encryption-py27
|
- swift-tox-func-encryption-py27
|
||||||
- swift-tox-func-ec-py27
|
- swift-tox-func-ec-py27
|
||||||
- swift-tox-func-py37
|
- swift-tox-func-py38
|
||||||
- swift-tox-func-encryption-py37
|
- swift-tox-func-encryption-py38
|
||||||
- swift-tox-func-ec-py37
|
- swift-tox-func-ec-py38
|
||||||
- swift-func-cors
|
- swift-func-cors
|
||||||
- swift-probetests-centos-7:
|
- swift-probetests-centos-7:
|
||||||
irrelevant-files: *probetest-irrelevant-files
|
irrelevant-files: *probetest-irrelevant-files
|
||||||
|
Loading…
Reference in New Issue
Block a user