diff mbox series

[yocto-autobuilder2] config.py: add ubuntu2204-arm-1 (the Ampere Altra) to workers_arm

Message ID 20220823164757.810836-1-ross.burton@arm.com
State New
Headers show
Series [yocto-autobuilder2] config.py: add ubuntu2204-arm-1 (the Ampere Altra) to workers_arm | expand

Commit Message

Ross Burton Aug. 23, 2022, 4:47 p.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.py b/config.py
index 00f7e70..5b4eccc 100644
--- a/config.py
+++ b/config.py
@@ -144,7 +144,7 @@  workers_bringup = []
 # workers with wine on them for meta-mingw
 workers_wine = ["ubuntu1804-ty-3"]
 workers_buildperf = ["perf-ubuntu1604", "perf-centos7", "perf-debian11"]
-workers_arm = ["ubuntu1804-arm-1", "ubuntu2004-arm-1"]
+workers_arm = ["ubuntu1804-arm-1", "ubuntu2004-arm-1", "ubuntu2204-arm-1"]
 # workers which don't need buildtools for AUH and are able to send email to mailing lists
 workers_auh = ["alma8-ty-1", "alma8-ty-2"]