config: Tweak ptest builders mapping to catch more ptest builders

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2023-03-25 00:22:14 +00:00
parent 2eb0365c64
commit bf7e22b4a6

View File

@ -240,7 +240,9 @@ builder_tags = {
"musl-qemux86-64": ["musl"], "musl-qemux86-64": ["musl"],
"qemuarm64-ptest": ["ptest"], "qemuarm64-ptest": ["ptest"],
"qemuarm64-ptest-fast": ["ptest"],
"qemux86-64-ptest": ["ptest"], "qemux86-64-ptest": ["ptest"],
"qemux86-64-ptest-fast": ["ptest"],
"qemuarm64-ltp": ["ltp"], "qemuarm64-ltp": ["ltp"],
"qemux86-64-ltp": ["ltp"], "qemux86-64-ltp": ["ltp"],