Merge "CI: Add py310 unit test job"

This commit is contained in:
Zuul 2022-12-13 23:45:27 +00:00 committed by Gerrit Code Review
commit 9dc12a8902
1 changed files with 19 additions and 0 deletions

View File

@ -120,6 +120,22 @@
python_version: 3.9
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
@ -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