[yocto-autobuilder2] config.py: run AUH only on alma8

Message ID 20220303082736.357836-1-alex.kanavin@gmail.com
State New
Headers show
Series [yocto-autobuilder2] config.py: run AUH only on alma8 | expand

Commit Message

Alexander Kanavin March 3, 2022, 8:27 a.m. UTC
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>
---
 config.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch

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