Skip to content

Commit 1aa2ddc

Browse files
committed
[CI] Move queue setting to project level
Per [1]. [1] http://lists.zuul-ci.org/pipermail/zuul-discuss/2022-May/001801.html Change-Id: I46f03329853a2025bff20b7b60e35c06aba619eb (cherry picked from commit 3967e5c)
1 parent 5056b65 commit 1aa2ddc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.zuul.d/base.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
- project:
3+
queue: kolla
4+
25
- secret:
36
name: kolla_dockerhub_creds
47
data:

.zuul.d/centos.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
jobs:
1212
- kolla-build-centos8s-source-aarch64
1313
gate:
14-
queue: kolla
1514
jobs:
1615
- kolla-build-centos8s-source
1716
- kolla-ansible-centos8s-source

.zuul.d/ubuntu.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
jobs:
1212
- kolla-build-ubuntu-source-aarch64
1313
gate:
14-
queue: kolla
1514
jobs:
1615
- kolla-build-ubuntu-source
1716
- kolla-ansible-ubuntu-source

0 commit comments

Comments
 (0)