config.py: Add meta-aws/meta-agl-core to a-full

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2021-07-26 23:13:44 +01:00
parent b8233ec109
commit d056a415ad

View File

@ -87,7 +87,8 @@ 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"
"qemux86-64-ptest", "qemux86-64-ltp", "qemuarm64-ptest", "qemuarm64-ltp",
"meta-intel", "meta-arm", "meta-aws", "meta-agl-core"
]
trigger_builders_wait_quick_releases = {
@ -110,8 +111,6 @@ builders_others = [
"meta-oe", "meta-virt",
"bringup",
"qemuarm-armhost",
"meta-agl-core",
"meta-aws",
"check-layer-nightly",
"auh"
]