From d5d09d205f990aaf7593b340c12b9c3288dff991 Mon Sep 17 00:00:00 2001 From: Sairam Vengala Date: Wed, 27 Sep 2023 10:55:01 +0530 Subject: [PATCH] Use generic testing template Change If402f9ae0ca06fec0 replaced cycle-specific testing templates that had to be changed in each project's zuul config file with a generic template that only needs to be updated in one place, namely, in the openstack-zuul-jobs repo. Apparently python-blazarclient didn't get the memo, so we fix that now. Change-Id: I8a3ea54a4fb89564f446d2d0882c5822719e10f9 (cherry picked from commit c3e038854333373ecfec79a75f5f8db2ad63aa07) --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 0c42f7c..abd40ce 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,6 +1,6 @@ - project: templates: - check-requirements - - openstack-python3-antelope-jobs + - openstack-python3-jobs - release-notes-jobs-python3 - openstack-cover-jobs