From 2ae00de7761388af5dd1aaddb04c2a037b4506cd Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Tue, 11 Sep 2018 09:52:46 -0600 Subject: [PATCH] Add py36 test job Change-Id: Idb7d9b3bedefc5972b467cce8922e4a673b1cab2 --- .zuul.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 35bf7edd40..310da8ea7e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -41,6 +41,20 @@ tox_envlist: py35 bindep_profile: test py35 +- job: + name: swift-tox-py36 + parent: swift-tox-base + nodeset: ubuntu-bionic + description: | + Run unit-tests for swift under cPython version 3.6. + + Uses tox with the ``py36`` environment. + It sets TMPDIR to an XFS mount point created via + tools/test-setup.sh. + vars: + tox_envlist: py36 + bindep_profile: test py36 + - job: name: swift-tox-func parent: swift-tox-base @@ -180,6 +194,11 @@ irrelevant-files: - ^(api-ref|doc|releasenotes)/.*$ - ^test/(functional|probe)/.*$ + - swift-tox-py36: + irrelevant-files: + - ^(api-ref|doc|releasenotes)/.*$ + - ^test/(functional|probe)/.*$ + voting: false - swift-tox-func: irrelevant-files: - ^(api-ref|doc|releasenotes)/.*$