zuul/tests/fixtures/config/change-queues/git
Tobias Henkel e5ba72f778
Support per branch change queues
We have several large projects with most of the time long gate
queues. Those projects typically work on master and few release
branches where the changes in the release branches are more important
to the changes for master. Currently all of those changes are queued
up in a shared gate queue which makes the process of getting changes
into the release branches very slow especially if occasional gate
resets are involved. In order to improve this allow specifying the
change queues per branch so we can queue up the changes for each
release branch in a separate queue.

This is done by adding a new config element 'queue' which can be
configured to work on a per branch level.

Change-Id: Ie5c1a2b8f413fd595dbaaeba67251da14c6b4b36
2021-02-03 13:04:20 +01:00
..
common-config Support per branch change queues 2021-02-03 13:04:20 +01:00
org_project Support per branch change queues 2021-02-03 13:04:20 +01:00
org_project2 Support per branch change queues 2021-02-03 13:04:20 +01:00
org_project3/zuul.d Support per branch change queues 2021-02-03 13:04:20 +01:00