Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 391e38a

Browse files
committed
Fix deprecated zuul queue syntax
Zuul deprecated (and now removed) declaring shared queues at a pipeline level [1]. This patch fixes the syntax to make the gate work again for solum stable branches. [1] https://lists.openstack.org/pipermail/openstack-discuss/2022-May/028603.html Change-Id: I7727f3d19e0b40e7faacc14677d3815839df4600
1 parent 54e88e4 commit 391e38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.zuul.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- project:
2+
queue: solum
23
templates:
34
- openstack-cover-jobs
45
- openstack-python3-yoga-jobs
@@ -14,7 +15,6 @@
1415
- solum-tox-bandit-baseline:
1516
voting: false
1617
gate:
17-
queue: solum
1818
jobs:
1919
- solum-devstack
2020
- solum-tempest-ipv6-only

0 commit comments

Comments
 (0)