mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
builders: Allow bringup workload on any worker, ignore filters
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
c91b43c415
commit
1f76afc03f
|
@ -144,7 +144,7 @@ def nextWorker(bldr, workers, buildrequest):
|
||||||
if '' in buildrequest.sources:
|
if '' in buildrequest.sources:
|
||||||
# Has to be a better way to do this
|
# Has to be a better way to do this
|
||||||
branch = buildrequest.sources[''].branch
|
branch = buildrequest.sources[''].branch
|
||||||
if branch and branch in config.workers_prev_releases:
|
if branch and branch in config.workers_prev_releases and "bringup" not in bldr.name:
|
||||||
possible_workers = []
|
possible_workers = []
|
||||||
for w in workers:
|
for w in workers:
|
||||||
if w.worker.workername.startswith(config.workers_prev_releases[branch]):
|
if w.worker.workername.startswith(config.workers_prev_releases[branch]):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user