summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2022-07-25 13:57:41 -0700
committerTim Burke <tim.burke@gmail.com>2022-12-13 11:43:39 -0800
commit2d0fea6a570cc4bf22525a3c680b052345003a46 (patch)
tree37bc093d314bf54e876743898577568c4fead305 /.zuul.yaml
parentef155bd74aaf4ffce11956b2e5bd921dfb5d8809 (diff)
downloadswift-2d0fea6a570cc4bf22525a3c680b052345003a46.tar.gz
CI: Add py310 unit test job
Change-Id: Ib90ebfefb387779c376249aa834f843dfc3d71a1
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 517aec102..09fe90900 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -121,6 +121,22 @@
post-run: tools/playbooks/common/cover-post.yaml
- job:
+ name: swift-tox-py310
+ parent: swift-tox-base
+ nodeset: ubuntu-jammy
+ description: |
+ Run unit-tests for swift under cPython version 3.10.
+
+ Uses tox with the ``py310`` environment.
+ It sets TMPDIR to an XFS mount point created via
+ tools/test-setup.sh.
+ vars:
+ tox_envlist: py310
+ bindep_profile: test py310
+ python_version: '3.10'
+ post-run: tools/playbooks/common/cover-post.yaml
+
+- job:
name: swift-tox-func-py27
parent: swift-tox-base
nodeset: ubuntu-bionic
@@ -675,6 +691,8 @@
irrelevant-files: *unittest-irrelevant-files
- swift-tox-py39:
irrelevant-files: *unittest-irrelevant-files
+ - swift-tox-py310:
+ irrelevant-files: *unittest-irrelevant-files
# Functional tests
- swift-tox-func-py27:
@@ -762,6 +780,7 @@
- swift-tox-py27
- swift-tox-py36
- swift-tox-py39
+ - swift-tox-py310
- swift-tox-func-py27
- swift-tox-func-encryption-py27
- swift-tox-func-ec-py27