* [yocto-autobuilder2][PATCH] config.py: add x86 (32 bit) ptests to builders_others
@ 2022-12-05 8:41 Alexander Kanavin
0 siblings, 0 replies; only message in thread
From: Alexander Kanavin @ 2022-12-05 8:41 UTC (permalink / raw)
To: yocto; +Cc: Alexander Kanavin
Once those are confirmed to not fail, and their execution times on the
AB are known, they can be added to standard test sets.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
config.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/config.py b/config.py
index de9356a..3767c9f 100644
--- a/config.py
+++ b/config.py
@@ -117,6 +117,7 @@ builders_others = [
"oe-selftest-arm",
"metrics",
"qemuriscv32", "qemuriscv64", "qemuriscv64-ptest", "qemuppc64",
+ "qemux86-ptest", "qemux86-ptest-fast",
"auh"
]
--
2.38.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-12-05 8:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-05 8:41 [yocto-autobuilder2][PATCH] config.py: add x86 (32 bit) ptests to builders_others Alexander Kanavin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.