Add non-voting py37 unit test job
Change-Id: I83f8f59023eabc97386481c18ed8bbf8fab64fa8
This commit is contained in:
parent
95da1d97b1
commit
c9773bfd26
24
.zuul.yaml
24
.zuul.yaml
@ -68,6 +68,25 @@
|
|||||||
NOSE_COVER_HTML_DIR: '{toxinidir}/cover'
|
NOSE_COVER_HTML_DIR: '{toxinidir}/cover'
|
||||||
post-run: tools/playbooks/common/cover-post.yaml
|
post-run: tools/playbooks/common/cover-post.yaml
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: swift-tox-py37
|
||||||
|
parent: swift-tox-base
|
||||||
|
nodeset: ubuntu-bionic
|
||||||
|
description: |
|
||||||
|
Run unit-tests for swift under cPython version 3.7.
|
||||||
|
|
||||||
|
Uses tox with the ``py37`` environment.
|
||||||
|
It sets TMPDIR to an XFS mount point created via
|
||||||
|
tools/test-setup.sh.
|
||||||
|
vars:
|
||||||
|
tox_envlist: py37
|
||||||
|
bindep_profile: test py37
|
||||||
|
python_version: 3.7
|
||||||
|
tox_environment:
|
||||||
|
NOSE_COVER_HTML: 1
|
||||||
|
NOSE_COVER_HTML_DIR: '{toxinidir}/cover'
|
||||||
|
post-run: tools/playbooks/common/cover-post.yaml
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: swift-tox-func
|
name: swift-tox-func
|
||||||
parent: swift-tox-base
|
parent: swift-tox-base
|
||||||
@ -313,6 +332,11 @@
|
|||||||
- ^(api-ref|doc|releasenotes)/.*$
|
- ^(api-ref|doc|releasenotes)/.*$
|
||||||
- ^test/(functional|probe)/.*$
|
- ^test/(functional|probe)/.*$
|
||||||
voting: false
|
voting: false
|
||||||
|
- swift-tox-py37:
|
||||||
|
irrelevant-files:
|
||||||
|
- ^(api-ref|doc|releasenotes)/.*$
|
||||||
|
- ^test/(functional|probe)/.*$
|
||||||
|
voting: false
|
||||||
- swift-tox-func:
|
- swift-tox-func:
|
||||||
irrelevant-files:
|
irrelevant-files:
|
||||||
- ^(api-ref|doc|releasenotes)/.*$
|
- ^(api-ref|doc|releasenotes)/.*$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user