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@...>
---
config.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.py b/config.py
index a25dfa0..7e15105 100644
--- a/config.py
+++ b/config.py
@@ -143,8 +143,8 @@ workers_bringup = []
workers_wine = ["ubuntu1804-ty-3"]
workers_buildperf = ["perf-ubuntu1604", "perf-centos7"]
workers_arm = ["ubuntu1804-arm-1", "ubuntu2004-arm-1"]
-# workers which don't need buildtools for AUH
-workers_auh = ["ubuntu1804-ty-3", "centos8-ty-1", "centos8-ty-2", "debian10-ty-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"]
all_workers = workers + workers_bringup + workers_buildperf + workers_arm
--
2.35.1