From d14b09d51638d9a6d80c3547d8e56bdb127bd1f5 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 15 Mar 2022 15:06:44 +0000 Subject: [PATCH] Update CI to use unversioned jobs template As part of the migration of this project to the independent release model, we failed to notice that the job template was still tied to a specific release. We've now introduced a new unversioned job template, 'openstack-python3-jobs' [1], which was can and should use. Do this. [1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/ Change-Id: If74666468cebc05e3089d0ea3fb864ffe7f35f1b Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/ Signed-off-by: Stephen Finucane --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 6ec71c35..73efed8c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,5 +2,5 @@ templates: - check-requirements - release-notes-jobs-python3 - - openstack-python3-victoria-jobs + - openstack-python3-jobs - publish-openstack-docs-pti