From 5b014685ac4d7e18d984cc8fe075a0ba905919f9 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Thu, 19 May 2022 16:10:12 +0000 Subject: Update zuul queue configuration Zuul is changing how queues are declared[1]. This patch updates Designate for the new way to define the queue. [1] https://lists.zuul-ci.org/pipermail/zuul-discuss/2022-May/001801.html Change-Id: I94324104a7ed89e757d48bb250d8b1132026ce46 (cherry picked from commit fe9fb45c21a7be2f88600e1f29fd37f56244cc1a) --- .zuul.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 90e555a1..6c027da4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -184,9 +184,8 @@ - designate-grenade-pdns4 - designate-ipv6-only-pdns4 - designate-ipv6-only-bind9 - + queue: designate gate: - queue: designate jobs: - designate-bind9 - designate-bind9-scoped-tokens @@ -210,8 +209,8 @@ - neutron-tempest-plugin-designate-scenario - designate-tox-dnspython-latest: voting: false + queue: designate gate: - queue: designate jobs: - neutron-tempest-plugin-designate-scenario experimental: -- cgit v1.2.1