CI: Add py310 unit test job
Change-Id: Ib90ebfefb387779c376249aa834f843dfc3d71a1
This commit is contained in:
parent
ef155bd74a
commit
2d0fea6a57
19
.zuul.yaml
19
.zuul.yaml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user