[yocto-autobuilder2] config.py: add qemuarm64-alt to a-quick and a-full

Message ID 20220112182031.4091860-1-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder2] config.py: add qemuarm64-alt to a-quick and a-full | expand

Commit Message

Ross Burton Jan. 12, 2022, 6:20 p.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/config.py b/config.py
index 6da8d58..4c0b83b 100644
--- a/config.py
+++ b/config.py
@@ -58,7 +58,7 @@  repos = {
 }
 
 trigger_builders_wait_shared = [
-    "qemuarm", "qemuarm-alt", "qemuarm64", "qemuarm-oecore",
+    "qemuarm", "qemuarm-alt", "qemuarm64", "qemuarm64-alt", "qemuarm-oecore",
     "qemumips", "qemumips64",
     "multilib",
     "qemuppc",