config.py: add new meta-webosose builder

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2024-01-30 14:03:46 +00:00 committed by Richard Purdie
parent 0ab85784be
commit 35b8aa38ce

View File

@ -142,7 +142,8 @@ builders_others = [
"patchtest",
"yocto-mirror",
"meta-oe-mirror",
"auh", "auh-meta-oe"
"auh", "auh-meta-oe",
"meta-webosose"
]
subbuilders = list(set(trigger_builders_wait_quick + trigger_builders_wait_full + trigger_builders_wait_perf + builders_others))