From e74107ebae76226c475c430ff373920c08b4ec78 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 4 Jan 2023 12:32:20 +0000 Subject: [PATCH] config.py: remove redundant oe-selftest-arm The oe-selftest-armhost builder exercises oe-sefltest with qemuarm64, so this builder is redundant. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/config.py b/config.py index b6609a7..f425057 100644 --- a/config.py +++ b/config.py @@ -116,7 +116,6 @@ builders_others = [ "bringup", "bringup-fast", "qemuarm-armhost", "check-layer-nightly", - "oe-selftest-arm", "metrics", "qemuriscv32", "qemuriscv64", "qemuriscv64-ptest", "qemuppc64", "qemux86-ptest", "qemux86-ptest-fast",