mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
config.py: add ubuntu2204-arm-1 (the Ampere Altra) to workers_arm
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b46908300d
commit
91b05475ce
|
@ -144,7 +144,7 @@ workers_bringup = []
|
||||||
# workers with wine on them for meta-mingw
|
# workers with wine on them for meta-mingw
|
||||||
workers_wine = ["ubuntu1804-ty-3"]
|
workers_wine = ["ubuntu1804-ty-3"]
|
||||||
workers_buildperf = ["perf-ubuntu1604", "perf-centos7", "perf-debian11"]
|
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 which don't need buildtools for AUH and are able to send email to mailing lists
|
||||||
workers_auh = ["alma8-ty-1", "alma8-ty-2"]
|
workers_auh = ["alma8-ty-1", "alma8-ty-2"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user