phase1,phase2: shuffle order of builds
authorPetr Štetiar <ynezz@true.cz>
Mon, 15 Mar 2021 21:46:09 +0000 (22:46 +0100)
committerPetr Štetiar <ynezz@true.cz>
Mon, 15 Mar 2021 21:47:41 +0000 (22:47 +0100)
commit43086da8105097409b8bd42ea9e6c7107755c7a8
tree76da3b26b77bad08fd16c73a35272aec85e742ad
parentbf10f24b0909be86ff35fc1a342901bb22696a83
phase1,phase2: shuffle order of builds

It seems that once there are new commits, buildbot restarts building all
targets in alphabetical order. The current logic pretty much disables
the building of the alphabetically last targets, so until there is
proper solution just workaround it by randomly shuffling the builders
list.

References: https://github.com/buildbot/buildbot/issues/5193
Signed-off-by: Petr Štetiar <ynezz@true.cz>
phase1/master.cfg
phase2/master.cfg