From 284f3c3396632b6825f70a5f062ae13cc066a893 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Tue, 9 Oct 2018 13:37:11 -0400 Subject: [PATCH] Create openstack-tox-py37 job Add a centralized job for running unit tests under Python 3.7. Change-Id: I7840899db4aa6295a09afc0470fe32c02b6a072c --- zuul.d/jobs.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 9212204a..b928e5c4 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -383,6 +383,26 @@ tox_envlist: py36 bindep_profile: test py36 +- job: + name: openstack-tox-py37 + parent: openstack-tox + nodeset: ubuntu-bionic + timeout: 2400 + description: | + + Run unit tests for an OpenStack Python project under cPython + version 3.7. + + Uses tox with the ``py37`` environment. + irrelevant-files: + - ^.*\.rst$ + - ^api-ref/.*$ + - ^doc/.*$ + - ^releasenotes/.*$ + vars: + tox_envlist: py37 + bindep_profile: test py37 + - job: name: openstack-tox-pypy parent: openstack-tox