config.py: add x86 (32 bit) ptests to builders_others

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin 2022-12-05 09:41:27 +01:00 committed by Richard Purdie
parent 4b45f0511d
commit ef71fe1e18

View File

@ -117,6 +117,7 @@ builders_others = [
"oe-selftest-arm",
"metrics",
"qemuriscv32", "qemuriscv64", "qemuriscv64-ptest", "qemuppc64",
"qemux86-ptest", "qemux86-ptest-fast",
"auh"
]