From 19f783b04bc923b26a53a07150941fe0e5949f55 Mon Sep 17 00:00:00 2001
From: Pierre Riteau <pierre@stackhpc.com>
Date: Wed, 18 May 2022 10:12:58 +0200
Subject: [PATCH] [CI] Move queue setting to project level

Per [1].

[1] http://lists.zuul-ci.org/pipermail/zuul-discuss/2022-May/001801.html

Change-Id: I9cab915803bab882a12841cd40ccc6af2a78dae2
---
 zuul.d/project.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index ba1dc470..7975ef3e 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -1,5 +1,6 @@
 ---
 - project:
+    queue: kayobe
     templates:
       - openstack-cover-jobs
       - openstack-python3-zed-jobs
@@ -33,7 +34,6 @@
         - kayobe-infra-vm-ubuntu-focal
 
     gate:
-      queue: kayobe
       jobs:
         - kayobe-tox-ansible-syntax
         - kayobe-tox-ansible
-- 
GitLab