From 0fdfc8c0111b3eb823f1f73885e03bf47a6cd056 Mon Sep 17 00:00:00 2001 From: Marios Andreou Date: Fri, 25 Feb 2022 11:36:57 +0200 Subject: [PATCH] Adds openstack-py3-wallaby python jobs to template replace ussuri As commented in the parent patch [1] this updates the ussuri tox-py jobs to instead use the wallaby template. Switch out py37 for py38 in the dependencies since the template runs 6/8 (9 non voting) [2] [1] https://review.opendev.org/c/openstack/python-tripleoclient/+/830165/3#message-1f366e24c714cb70ce741f8c696acc834a9760b5 [2] https://opendev.org/openstack/openstack-zuul-jobs/src/commit/3f186b0b5bd6e87d8bff780c1fb47ea1e10ad0f0/zuul.d/project-templates.yaml#L796-L807 Change-Id: I62baa0a0c44dbfc869d332569165c1c780f64e9a --- zuul.d/layout.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index b9bf599d5..1919ed31a 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -2,7 +2,7 @@ templates: - check-requirements - openstackclient-plugin-jobs - - openstack-python3-ussuri-jobs + - openstack-python3-wallaby-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 - tripleo-buildimage-jobs @@ -17,5 +17,5 @@ dependencies: - openstack-tox-pep8 - openstack-tox-py36 - - openstack-tox-py37 + - openstack-tox-py38 - tripleo-ci-centos-9-content-provider: *content_provider_deps