Files
zuul/releasenotes/notes/queue-branch-007-92e47dd89ce05f6b.yaml
James E. Blair 6caba8e057 Allow duplicate queue definitions on same project branches
Just like secrets and semaphores, queues can be defined in-repo in
unstrusted projects with multiple branches.  To aid the branching
workflow in these cases, we will now ignore duplicate queue definitions
on multiple branches of the same project if they are identical.

Change-Id: Ib74e71f425f8e2835ac0000fd76fde478b9d1653
2023-03-09 15:29:15 -08:00

9 lines
324 B
YAML

---
fixes:
- |
Duplicate :attr:`queue` configuration items are now permitted on
multiple branches of the same project as long as their
configuration is identical. Similar to secrets and semaphores,
this can help avoid spurious configuration errors when branching a
project with in-repo configuration.