mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:19:02 +02:00
config: Add musl ptest target
Add these for testing, unscheduled for now. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
a70b65bcc2
commit
a0bec61201
|
@ -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",
|
||||
|
@ -228,6 +229,7 @@ builder_to_workers = {
|
|||
"qemuarm-armhost": workers_arm,
|
||||
"qemuarm64-ptest": workers_arm,
|
||||
"qemuarm64-ptest-fast": workers_arm,
|
||||
"qemuarm64-musl-ptest": workers_arm,
|
||||
"qemuarm64-ltp": workers_arm,
|
||||
"qemuarm64-armhost": workers_arm,
|
||||
"auh" : workers_auh,
|
||||
|
@ -296,10 +298,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"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user