diff mbox series

[yocto-autobuilder2] config: Stop oe-selftest-armhost from running on 20.04

Message ID 20250621140625.2658721-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder2] config: Stop oe-selftest-armhost from running on 20.04 | expand

Commit Message

Richard Purdie June 21, 2025, 2:06 p.m. UTC
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.py b/config.py
index a6555555..1070fa8d 100644
--- a/config.py
+++ b/config.py
@@ -230,7 +230,7 @@  builder_to_workers = {
     "oe-selftest-ubuntu": workers_ubuntu,
     "oe-selftest-opensuse": workers_opensuse,
     "oe-selftest-centos": workers_centos,
-    "oe-selftest-armhost": workers_arm,
+    "oe-selftest-armhost": ["ubuntu2204-vk-arm1", "ubuntu2204-vk-arm2", "ubuntu2404-vk-arm1", "ubuntu2404-vk-arm2", "ubuntu2410-vk-arm1"],
     "meta-mingw": workers_wine,
     "buildperf-debian11": ["perf-debian12-vk"],
     "buildperf-alma8": ["perf-alma8-vk"],
@@ -248,6 +248,7 @@  builder_to_workers = {
     "toaster": workers_toaster,
     "default": workers
 }
+# oe-selftest-armhost doesn't work with 20.04, can change back to workers_arm instead of the list when that is decommissioned
 
 builder_tags = {
     "qemuarm":  ["qemu"],