Merge "Add non-voting py37 unit test job"

This commit is contained in:
Zuul
2019年03月19日 11:02:35 +00:00
committed by Gerrit Code Review

View File

@@ -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)/.*$

View File

@@ -96,6 +96,9 @@ commands =
[testenv:py36]
commands = {[testenv:py35]commands}
[testenv:py37]
commands = {[testenv:py35]commands}
[testenv:pep8]
basepython = python2.7
commands =
Reference in New Issue
openstack/swift
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.

The note is not visible to the blocked user.