mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
config.py: run oe-selftest-armhost in a-quick and a-full
Now that the selftest passes on Arm hosts, add it to the shared worker builder list so that it is executed by a-full and a-quick builds. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
91b05475ce
commit
27a0ec825e
|
@ -77,6 +77,7 @@ trigger_builders_wait_shared = [
|
|||
"qa-extras", "qa-extras2",
|
||||
"check-layer", "meta-mingw",
|
||||
"reproducible",
|
||||
"oe-selftest-armhost",
|
||||
"qemuarm64-armhost"
|
||||
]
|
||||
|
||||
|
@ -114,7 +115,6 @@ builders_others = [
|
|||
"qemuarm-armhost",
|
||||
"check-layer-nightly",
|
||||
"oe-selftest-arm",
|
||||
"oe-selftest-armhost",
|
||||
"metrics",
|
||||
"qemuriscv32", "qemuriscv64", "qemuriscv64-ptest", "qemuppc64",
|
||||
"auh"
|
||||
|
|
Loading…
Reference in New Issue
Block a user