diff --git a/.zuul.yaml b/.zuul.yaml index 149b5e07bd..95cde29ee4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -81,6 +81,21 @@ vars: tox_envlist: func +- job: + name: swift-tox-func-py37 + parent: swift-tox-base + nodeset: ubuntu-bionic + description: | + Run functional tests for swift under cPython version 3.7. + + Uses tox with the ``func-py3`` environment. + It sets TMPDIR to an XFS mount point created via + tools/test-setup.sh. + vars: + tox_envlist: func-py3 + bindep_profile: test py37 + python_version: 3.7 + - job: name: swift-tox-func-centos-7 parent: swift-tox-func @@ -369,6 +384,11 @@ - ^(api-ref|doc|releasenotes)/.*$ - ^test/probe/.*$ - ^(.gitreview|.mailmap|AUTHORS|CHANGELOG)$ + - swift-tox-func-py37: + irrelevant-files: + - ^(api-ref|doc|releasenotes)/.*$ + - ^test/probe/.*$ + - ^(.gitreview|.mailmap|AUTHORS|CHANGELOG)$ - swift-tox-func-encryption: irrelevant-files: - ^(api-ref|doc|releasenotes)/.*$ @@ -439,6 +459,7 @@ - swift-tox-py27 - swift-tox-py37 - swift-tox-func + - swift-tox-func-py37 - swift-tox-func-encryption - swift-tox-func-domain-remap-staticweb - swift-tox-func-ec