Files
zuul/releasenotes/notes/change-queue-project-790553bd212b50eb.yaml
Tobias Henkel 263998a7e4 Move queue from pipeline to project
Referring to a queue makes more sense in the project where it has more
use such as allowing circular dependencies later. This makes it
possible to refer to the queue on project level which takes precedence
over referring queues in the pipeline config. We'll also deprecate
referring to the queue in the pipeline config and remove this in a
later release.

Change-Id: I14533ae57cfe688b55c26a1e17ab38e133180b28
2021-02-03 13:04:20 +01:00

7 lines
212 B
YAML

---
deprecations:
- |
Shared ``queues`` should be configured per project now instead per
pipeline. Specifying :attr:`project.<pipeline>.queue` is deprecated
and will be removed in a future release.