From 3cd439d34ccd28ce730f89859e913ac8284de2b7 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Thu, 19 May 2022 16:13:39 +0000 Subject: Update zuul queue configuration Zuul is changing how queues are declared[1]. This patch updates Designate client for the new way to define the queue. This change also drops the `lower-constraints` job. [1] https://lists.zuul-ci.org/pipermail/zuul-discuss/2022-May/001801.html Change-Id: Ibf3bab374ec3a5bec842051c29d18864d42c02b8 (cherry picked from commit ef2098e6543019e0dc41344d704f56b6957e88b6) --- .zuul.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 8b1bb22..a50b397 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,10 +3,8 @@ - check-requirements - designate-devstack-jobs - openstack-cover-jobs - - openstack-lower-constraints-jobs - openstack-python3-ussuri-jobs - openstackclient-plugin-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 - gate: - queue: designate + queue: designate -- cgit v1.2.1