From baa89fb2f49d728111a024df70e6e6f1680f0c0d Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 15 Mar 2022 15:07:13 +0000 Subject: 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/ Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/ Change-Id: I2ae92713a304ba24157fe0b8580bed691f3811e5 Signed-off-by: Stephen Finucane --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 679a84c..c512f24 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,7 +3,7 @@ - check-requirements - lib-forward-testing-python3 - openstack-cover-jobs - - openstack-python3-xena-jobs + - openstack-python3-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 -- cgit v1.2.1