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
9 lines
324 B
YAML
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.
|