summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2021-02-09 15:59:51 -0800
committerTim Burke <tburke@nvidia.com>2021-02-10 18:42:21 +0000
commit44390d1ec1dba8c2dd1294d634c393d1f78efd28 (patch)
treece563da1da5872959ade5192e60ab3656a22920e /.zuul.yaml
parent0c072e244cb0934ec98bf81a3c70ab8f38275fb2 (diff)
downloadswift-44390d1ec1dba8c2dd1294d634c393d1f78efd28.tar.gz
Test under py39
Depends-On: https://review.opendev.org/c/openstack/project-config/+/774906 Change-Id: I4a16370646a1a684240d29950ba197baccae91bb
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index f2644a17d..6b26bfae7 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -94,6 +94,25 @@
post-run: tools/playbooks/common/cover-post.yaml
- job:
+ name: swift-tox-py39
+ parent: swift-tox-base
+ nodeset: ubuntu-focal
+ description: |
+ Run unit-tests for swift under cPython version 3.9.
+
+ Uses tox with the ``py39`` environment.
+ It sets TMPDIR to an XFS mount point created via
+ tools/test-setup.sh.
+ vars:
+ tox_envlist: py39
+ bindep_profile: test py39
+ python_version: 3.9
+ tox_environment:
+ NOSE_COVER_HTML: 1
+ NOSE_COVER_HTML_DIR: '{toxinidir}/cover'
+ post-run: tools/playbooks/common/cover-post.yaml
+
+- job:
name: swift-tox-func-py27
parent: swift-tox-base
description: |
@@ -503,6 +522,8 @@
irrelevant-files: *unittest-irrelevant-files
- swift-tox-py38:
irrelevant-files: *unittest-irrelevant-files
+ - swift-tox-py39:
+ irrelevant-files: *unittest-irrelevant-files
# Functional tests
- swift-tox-func-py27:
@@ -578,6 +599,7 @@
- swift-tox-py36
- swift-tox-py37
- swift-tox-py38
+ - swift-tox-py39
- swift-tox-func-py27
- swift-tox-func-encryption-py27
- swift-tox-func-ec-py27