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