mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
schedulers: Add codebase on all forced builds
Adding the code base with no name and a label on sub-builders, so it adds the missing "yocto-autobuilder-helper" header on the build start pop-up. This mimic the behaviour we already have for the a-full/a-quick builds. Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
f6a7a67425
commit
15f37f7101
|
@ -386,6 +386,7 @@ for builder in config.subbuilders:
|
|||
schedulers.append(sched.ForceScheduler(
|
||||
name=builder,
|
||||
builderNames=[builder],
|
||||
codebases=[util.CodebaseParameter(codebase='', label="yocto-autobuilder-helper:", project=None)],
|
||||
reason=util.StringParameter(
|
||||
name="reason",
|
||||
label="""Reason (please note the reason for triggering the
|
||||
|
|
Loading…
Reference in New Issue
Block a user