mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
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:
parent
6fc8e7c3dc
commit
3df04cc44f
|
@ -76,17 +76,17 @@ trigger_builders_wait_shared = [
|
|||
"poky-tiny", "musl-qemux86", "musl-qemux86-64", "no-x11",
|
||||
"qa-extras", "qa-extras2",
|
||||
"check-layer", "meta-mingw",
|
||||
"reproducible",
|
||||
"qemuarm64-armhost"
|
||||
]
|
||||
|
||||
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 + [
|
||||
"qemumips-alt", "edgerouter-alt", "qemuppc-alt", "qemux86-world-alt",
|
||||
"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",
|
||||
"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_others = [
|
||||
"reproducible-ubuntu", "reproducible-debian", "reproducible-fedora", "reproducible-centos",
|
||||
"meta-oe", "meta-virt",
|
||||
"bringup",
|
||||
"qemuarm-armhost",
|
||||
|
|
Loading…
Reference in New Issue
Block a user