Run in-process func tests under py38
Change-Id: Ic59f2f0a1890a496398a0d30c9ed5ab7c6fa7d87
This commit is contained in:
36
.zuul.yaml
36
.zuul.yaml
@@ -125,23 +125,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
|
||||||
@@ -160,10 +160,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
|
||||||
@@ -172,10 +172,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
|
||||||
@@ -559,11 +559,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
|
||||||
@@ -631,9 +631,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
|
||||||
|
Reference in New Issue
Block a user