Merge "Remove py35 unit test job"
This commit is contained in:
commit
de7c7f1007
23
.zuul.yaml
23
.zuul.yaml
@ -32,24 +32,6 @@
|
|||||||
parent: swift-tox-py27
|
parent: swift-tox-py27
|
||||||
nodeset: centos-7
|
nodeset: centos-7
|
||||||
|
|
||||||
- job:
|
|
||||||
name: swift-tox-py35
|
|
||||||
parent: swift-tox-base
|
|
||||||
nodeset: ubuntu-xenial
|
|
||||||
description: |
|
|
||||||
Run unit-tests for swift under cPython version 3.5.
|
|
||||||
|
|
||||||
Uses tox with the ``py35`` environment.
|
|
||||||
It sets TMPDIR to an XFS mount point created via
|
|
||||||
tools/test-setup.sh.
|
|
||||||
vars:
|
|
||||||
tox_envlist: py35
|
|
||||||
bindep_profile: test py35
|
|
||||||
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-py36
|
name: swift-tox-py36
|
||||||
parent: swift-tox-base
|
parent: swift-tox-base
|
||||||
@ -323,11 +305,6 @@
|
|||||||
irrelevant-files:
|
irrelevant-files:
|
||||||
- ^(api-ref|doc|releasenotes)/.*$
|
- ^(api-ref|doc|releasenotes)/.*$
|
||||||
- ^test/(functional|probe)/.*$
|
- ^test/(functional|probe)/.*$
|
||||||
- swift-tox-py35:
|
|
||||||
irrelevant-files:
|
|
||||||
- ^(api-ref|doc|releasenotes)/.*$
|
|
||||||
- ^test/(functional|probe)/.*$
|
|
||||||
voting: false
|
|
||||||
- swift-tox-py36:
|
- swift-tox-py36:
|
||||||
irrelevant-files:
|
irrelevant-files:
|
||||||
- ^(api-ref|doc|releasenotes)/.*$
|
- ^(api-ref|doc|releasenotes)/.*$
|
||||||
|
3
tox.ini
3
tox.ini
@ -103,9 +103,6 @@ commands =
|
|||||||
[testenv:py36]
|
[testenv:py36]
|
||||||
commands = {[testenv:py37]commands}
|
commands = {[testenv:py37]commands}
|
||||||
|
|
||||||
[testenv:py35]
|
|
||||||
commands = {[testenv:py37]commands}
|
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user