diff mbox series

[yocto-autobuilder2] config: Add musl ptest target

Message ID 20250326101243.712575-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder2] config: Add musl ptest target | expand

Commit Message

Richard Purdie March 26, 2025, 10:12 a.m. UTC
Add these for testing, unscheduled for now.

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

Patch

diff --git a/config.py b/config.py
index 74c7c0a4..aa5db9e2 100644
--- a/config.py
+++ b/config.py
@@ -144,6 +144,7 @@  builders_others = [
     "qemuriscv64", "qemuriscv64-ptest", "qemuriscv64-tc",
     "qemuppc64", "qemuppc64-tc",
     "qemux86-ptest", "qemux86-ptest-fast",
+    "qemux86-musl-ptest", "qemux86-64-musl-ptest", "qemuarm64-musl-ptest",
     "buildperf-debian11",
     "buildperf-alma8",
     "reproducible-meta-oe",
@@ -296,10 +297,13 @@  builder_tags = {
 
     "qemuarm64-ptest": ["ptest"],
     "qemuarm64-ptest-fast": ["ptest"],
+    "qemuarm64-musl-ptest": ["ptest"],
     "qemux86-64-ptest": ["ptest"],
     "qemux86-64-ptest-fast": ["ptest"],
+    "qemux86-64-musl-ptest": ["ptest"],
     "qemux86-ptest": ["ptest"],
     "qemux86-ptest-fast": ["ptest"],
+    "qemux86-musl-ptest": ["ptest"],
     "qemuriscv64-ptest": ["ptest"],
 
     "qemuarm64-ltp": ["ltp"],