Skip to content

Commit

Permalink
Fix deprecated zuul queue syntax
Browse files Browse the repository at this point in the history
Zuul deprecated (and now removed) declaring shared queues at a pipeline
level [1]. This patch fixes the syntax to make the gate work for
adjutant.

[1] https://lists.openstack.org/pipermail/openstack-discuss/2022-May/028603.html

Change-Id: I1420f59cc5a315a47f7a4bfe0ac2a9761d06e11d
  • Loading branch information
osfrickler committed Jun 6, 2023
1 parent 2a94779 commit acc4a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@


- project:
queue: adjutant
templates:
- publish-openstack-docs-pti
- build-release-notes-jobs-python3
Expand All @@ -20,6 +21,5 @@
jobs:
- adjutant-black-style-check
gate:
queue: adjutant
jobs:
- adjutant-black-style-check
- adjutant-black-style-check

0 comments on commit acc4a44

Please sign in to comment.