mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
scheulders: Add missing module name to avoid errors
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
8aaae51aa9
commit
8cc03a2819
|
@ -113,7 +113,7 @@ def builderNamesFromConfig(props):
|
|||
|
||||
# Only run performance runs on release builds
|
||||
if props.getProperty("is_release", False):
|
||||
builders = builders + trigger_builders_wait_perf
|
||||
builders = builders + config.trigger_builders_wait_perf
|
||||
|
||||
return builders
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user