config.py: Remove distro specific reproducible builds from a-full

The reproducible builds on each distro now show the same failures all the time
so their usefulness has reduced. They do add quite a load to the autobuilder
so reduce to a single random reproduicible build from a-full from now on
as we likely don't need it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2022-02-26 00:08:11 +00:00
parent 6fc8e7c3dc
commit 3df04cc44f

View File

@ -76,17 +76,17 @@ trigger_builders_wait_shared = [
"poky-tiny", "musl-qemux86", "musl-qemux86-64", "no-x11", "poky-tiny", "musl-qemux86", "musl-qemux86-64", "no-x11",
"qa-extras", "qa-extras2", "qa-extras", "qa-extras2",
"check-layer", "meta-mingw", "check-layer", "meta-mingw",
"reproducible",
"qemuarm64-armhost" "qemuarm64-armhost"
] ]
trigger_builders_wait_quick = trigger_builders_wait_shared + [ trigger_builders_wait_quick = trigger_builders_wait_shared + [
"oe-selftest", "reproducible", "qemux86-64-ptest-fast", "qemuarm64-ptest-fast" "oe-selftest", "qemux86-64-ptest-fast", "qemuarm64-ptest-fast"
] ]
trigger_builders_wait_full = trigger_builders_wait_shared + [ trigger_builders_wait_full = trigger_builders_wait_shared + [
"qemumips-alt", "edgerouter-alt", "qemuppc-alt", "qemux86-world-alt", "qemumips-alt", "edgerouter-alt", "qemuppc-alt", "qemux86-world-alt",
"oe-selftest-ubuntu", "oe-selftest-debian", "oe-selftest-fedora", "oe-selftest-centos", "oe-selftest-ubuntu", "oe-selftest-debian", "oe-selftest-fedora", "oe-selftest-centos",
"reproducible-ubuntu", "reproducible-debian", "reproducible-fedora", "reproducible-centos",
"qemux86-64-ptest", "qemux86-64-ltp", "qemuarm64-ptest", "qemuarm64-ltp", "qemux86-64-ptest", "qemux86-64-ltp", "qemuarm64-ptest", "qemuarm64-ltp",
"meta-intel", "meta-arm", "meta-aws", "meta-agl-core" "meta-intel", "meta-arm", "meta-aws", "meta-agl-core"
] ]
@ -108,6 +108,7 @@ trigger_builders_wait_perf = ["buildperf-ubuntu1604", "buildperf-centos7"]
# Builders which are individually triggered # Builders which are individually triggered
builders_others = [ builders_others = [
"reproducible-ubuntu", "reproducible-debian", "reproducible-fedora", "reproducible-centos",
"meta-oe", "meta-virt", "meta-oe", "meta-virt",
"bringup", "bringup",
"qemuarm-armhost", "qemuarm-armhost",