From 86557d28560189d98be7966d6978874045b47a86 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 22 May 2022 23:24:04 +0900 Subject: Yoga-only: Fix wrong python job template used We should use the template corresponding to the release. This change replaces the wrong template(xena template) by the appropriate one(yoga template). Change-Id: I6e1330491bd67759f02231a244661628832b88d6 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 05db30ae8..bb16d309f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -203,7 +203,7 @@ - project: templates: - openstack-cover-jobs - - openstack-python3-xena-jobs + - openstack-python3-yoga-jobs - publish-openstack-docs-pti - periodic-stable-jobs - check-requirements -- cgit v1.2.1