Message ID | 20221205084127.364066-1-alex.kanavin@gmail.com |
---|---|
State | New |
Headers | show |
Series | [yocto-autobuilder2] config.py: add x86 (32 bit) ptests to builders_others | expand |
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" ]
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(+)