From 7f8ff210143e45716b5aaf9d1898908d3fc16192 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 21 May 2020 09:34:03 +1000 Subject: [PATCH] Add openstack-python38-* templates Add templates for Python 3.8 similar to the other older versions. Change-Id: Ia7576012e75844e010c851211bbe5b664f2b0f0e --- zuul.d/project-templates.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index b5f5182d..3aaf47b3 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -1025,6 +1025,30 @@ - openstack-tox-py37: voting: false +- project-template: + name: openstack-python38-jobs + description: | + Runs unit tests for an OpenStack Python project under cPython + version 3.8. + check: + jobs: + - openstack-tox-py38 + gate: + jobs: + - openstack-tox-py38 + +- project-template: + name: openstack-python38-jobs-nonvoting + description: | + Runs unit tests for an OpenStack Python project under cPython + version 3.8. + + The job is non-voting. + check: + jobs: + - openstack-tox-py38: + voting: false + - project-template: name: openstack-python-jobs-no-constraints description: |