Merge "Add non-voting py37 unit test job"
This commit is contained in:
2 changed files with 27 additions and 0 deletions
24
.zuul.yaml
24
.zuul.yaml
@@ -68,6 +68,25 @@
NOSE_COVER_HTML_DIR:'{toxinidir}/cover'
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:
name:swift-tox-func
parent:swift-tox-base
@@ -313,6 +332,11 @@
- ^(api-ref|doc|releasenotes)/.*$
- ^test/(functional|probe)/.*$
voting:false
- swift-tox-py37:
irrelevant-files:
- ^(api-ref|doc|releasenotes)/.*$
- ^test/(functional|probe)/.*$
voting:false
- swift-tox-func:
irrelevant-files:
- ^(api-ref|doc|releasenotes)/.*$
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.