mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
config: Add ptest targets for arm/x86 64 to full builds
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
3efe9831ba
commit
61446e2b49
|
@ -66,7 +66,8 @@ trigger_builders_wait_quick = trigger_builders_wait_shared + [
|
|||
|
||||
trigger_builders_wait_full = trigger_builders_wait_shared + [
|
||||
"qemumips-lsb", "edgerouter-lsb", "mpc8315e-rdb-lsb", "qemuppc-lsb", "qemux86-world-lsb",
|
||||
"oe-selftest-ubuntu", "oe-selftest-debian", "oe-selftest-fedora", "oe-selftest-opensuse", "oe-selftest-centos"
|
||||
"oe-selftest-ubuntu", "oe-selftest-debian", "oe-selftest-fedora", "oe-selftest-opensuse", "oe-selftest-centos",
|
||||
"qemux86-64-ptest", "qemuarm64-ptest"
|
||||
]
|
||||
|
||||
subbuilders = list(set(trigger_builders_wait_quick + trigger_builders_wait_full + ["bringup"]))
|
||||
|
|
Loading…
Reference in New Issue
Block a user