Message ID | 20230104123221.3321427-1-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [yocto-autobuilder2,1/2] config.py: remove redundant oe-selftest-arm | expand |
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",
The oe-selftest-armhost builder exercises oe-sefltest with qemuarm64, so this builder is redundant. Signed-off-by: Ross Burton <ross.burton@arm.com> --- config.py | 1 - 1 file changed, 1 deletion(-)