@@ -153,6 +153,7 @@ builders_others = [
"buildperf-debian11",
"buildperf-alma8",
"reproducible-meta-oe",
+ "reproducible-arm", "reproducible-cross", "reproducible-arm-cross",
"patchtest-selftest",
"toaster",
"patchtest",
@@ -243,6 +244,8 @@ builder_to_workers = {
"qemuarm64-musl-ptest": workers_arm,
"qemuarm64-ltp": workers_arm,
"qemuarm64-armhost": workers_arm,
+ "reproducible-arm": workers_arm,
+ "reproducible-arm-cross": workers_arm,
"auh" : workers_auh,
"auh-meta-oe" : workers_auh,
"metrics": workers_centos + workers_debian + workers_opensuse,
Now that we have arm workers, we can benefit from wider reproduciblity testing. Add some arm and cross builders to verify reproducibility on different architectures/machines. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- config.py | 3 +++ 1 file changed, 3 insertions(+)