diff mbox series

[yocto-autobuilder2] config.py: run oe-selftest-armhost in a-quick and a-full

Message ID 20220823165408.811027-1-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder2] config.py: run oe-selftest-armhost in a-quick and a-full | expand

Commit Message

Ross Burton Aug. 23, 2022, 4:54 p.m. UTC
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>
---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.py b/config.py
index 5b4eccc..042a1ec 100644
--- a/config.py
+++ b/config.py
@@ -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"