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:
Alexander Kanavin 2022-03-03 09:27:36 +01:00 committed by Richard Purdie
parent c634385cb2
commit 6a8baf1221

View File

@ -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