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:
Ross Burton 2022-08-23 17:54:08 +01:00 committed by Richard Purdie
parent 91b05475ce
commit 27a0ec825e

View File

@ -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"