diff mbox series

[yocto-autobuilder2,2/2] config: Allow selftest to run on all arm workers

Message ID 20260729170737.3034315-2-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder2,1/2] config: Add reproducible-arm, reproducible-cross and reproducible-arm-cross builders | expand

Commit Message

Richard Purdie July 29, 2026, 5:07 p.m. UTC
The 20.04 worker is gone, we can relax the restrictions, as per the comment.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/config.py b/config.py
index 0f72f1ef..c571abe1 100644
--- a/config.py
+++ b/config.py
@@ -234,7 +234,7 @@  builder_to_workers = {
     "oe-selftest-ubuntu": workers_ubuntu,
     "oe-selftest-opensuse": workers_opensuse,
     "oe-selftest-centos": workers_centos,
-    "oe-selftest-armhost": ["ubuntu2204-vk-arm1", "ubuntu2204-vk-arm2", "ubuntu2404-vk-arm1", "ubuntu2404-vk-arm2", "ubuntu2604-vk-arm1"],
+    "oe-selftest-armhost": workers_arm,
     "meta-mingw": workers_wine,
     "buildperf-debian11": ["perf-debian12-vk"],
     "buildperf-alma8": ["perf-alma8-vk"],
@@ -254,7 +254,6 @@  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"],