mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
config.py: Drop *-tc targets from a-quick
These were mostly skipped for a-quick anyway, simplify the code to allow easier standalone triggering of the builds. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
0e5934dda8
commit
f072fe7a28
17
config.py
17
config.py
|
@ -74,13 +74,13 @@ repos = {
|
||||||
}
|
}
|
||||||
|
|
||||||
trigger_builders_wait_shared = [
|
trigger_builders_wait_shared = [
|
||||||
"qemuarm", "qemuarm-alt", "qemuarm-tc",
|
"qemuarm", "qemuarm-alt",
|
||||||
"qemuarm64", "qemuarm64-alt", "qemuarm64-tc",
|
"qemuarm64", "qemuarm64-alt",
|
||||||
"qemumips", "qemumips-tc",
|
"qemumips",
|
||||||
"qemumips64", "qemumips64-tc",
|
"qemumips64",
|
||||||
"qemuppc", "qemuppc-tc",
|
"qemuppc",
|
||||||
"qemux86", "qemux86-alt", "qemux86-tc",
|
"qemux86", "qemux86-alt",
|
||||||
"qemux86-64", "qemux86-64-alt", "qemux86-64-tc",
|
"qemux86-64", "qemux86-64-alt",
|
||||||
"qemuarm-oecore",
|
"qemuarm-oecore",
|
||||||
"qemux86-64-x32", "qemux86-world",
|
"qemux86-64-x32", "qemux86-world",
|
||||||
"multilib",
|
"multilib",
|
||||||
|
@ -109,7 +109,8 @@ 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",
|
||||||
"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-virt", "qemuarmv5"
|
"meta-intel", "meta-arm", "meta-aws", "meta-agl-core", "meta-virt", "qemuarmv5",
|
||||||
|
"qemuarm-tc", "qemuarm64-tc", "qemumips-tc", "qemumips64-tc", "qemuppc-tc", "qemux86-tc", "qemux86-64-tc"
|
||||||
]
|
]
|
||||||
|
|
||||||
trigger_builders_wait_quick_releases = {
|
trigger_builders_wait_quick_releases = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user