From 8ab3345e4dde2f5cee511f68b69eb12c3c2ad15e Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Wed, 15 Apr 2020 12:52:05 -0500 Subject: [PATCH] Add openstack-tox-functional-py38 job Change-Id: Ib369af65cd446ff6c7daca983cc52f6b4aa4b823 Signed-off-by: Sean McGinnis --- zuul.d/jobs.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 717bc5be..e3248418 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -341,6 +341,21 @@ tox_envlist: functional-py37 python_version: 3.7 +- job: + name: openstack-tox-functional-py38 + parent: openstack-tox + nodeset: ubuntu-bionic + description: | + Run tox-based functional tests for an OpenStack Python project + under cPython version 3.8. + + Uses tox with the ``functional-py38`` environment. + irrelevant-files: *common-irrelevant-files + vars: + tox_envlist: functional-py38 + bindep_profile: test py38 + python_version: 3.8 + - job: name: openstack-tox-validate parent: openstack-tox