mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
config.py: run AUH only on alma8
According to halstead, only those workers are able to send mail so that it reaches the mailing lists. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
c634385cb2
commit
6a8baf1221
|
@ -143,8 +143,8 @@ workers_bringup = []
|
||||||
workers_wine = ["ubuntu1804-ty-3"]
|
workers_wine = ["ubuntu1804-ty-3"]
|
||||||
workers_buildperf = ["perf-ubuntu1604", "perf-centos7"]
|
workers_buildperf = ["perf-ubuntu1604", "perf-centos7"]
|
||||||
workers_arm = ["ubuntu1804-arm-1", "ubuntu2004-arm-1"]
|
workers_arm = ["ubuntu1804-arm-1", "ubuntu2004-arm-1"]
|
||||||
# workers which don't need buildtools for AUH
|
# workers which don't need buildtools for AUH and are able to send email to mailing lists
|
||||||
workers_auh = ["ubuntu1804-ty-3", "centos8-ty-1", "centos8-ty-2", "debian10-ty-1"]
|
workers_auh = ["alma8-ty-1", "alma8-ty-2"]
|
||||||
|
|
||||||
all_workers = workers + workers_bringup + workers_buildperf + workers_arm
|
all_workers = workers + workers_bringup + workers_buildperf + workers_arm
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user