From 1558875ee2e1ea4b96f5ef85fbf744034c6b6d87 Mon Sep 17 00:00:00 2001 From: confi-surya Date: Tue, 26 Feb 2019 15:50:55 +0530 Subject: [PATCH] add python 3.7 unit test job in Kolla deliverable This is a mechanically generated patch to add a unit test job running under Python 3.7. See ML discussion here [1] for context. [1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html Story: #2004073 Task: #27423 Change-Id: Iecc87e88b06b27aa845030406ec4da18e6c23bee --- .zuul.d/project.yaml | 1 + .zuul.d/ubuntu.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index 2e7b57c2cc..31b0d1b4f1 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -3,3 +3,4 @@ templates: - openstack-lower-constraints-jobs - openstack-python36-jobs + - openstack-python37-jobs diff --git a/.zuul.d/ubuntu.yaml b/.zuul.d/ubuntu.yaml index 73f7be4842..4f6e47cb1b 100644 --- a/.zuul.d/ubuntu.yaml +++ b/.zuul.d/ubuntu.yaml @@ -4,6 +4,7 @@ - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs + - openstack-python37-jobs - check-requirements - publish-openstack-docs-pti - release-notes-jobs-python3