From 8d12ee480dbf87c31a32883a7d0e9b0b9c0702e7 Mon Sep 17 00:00:00 2001 From: geargyri <georgios.argyriou@cern.ch> Date: Thu, 17 Nov 2022 11:06:02 +0100 Subject: [PATCH] Number of untouchables lowered. Max actions adapted accordingly for this run. --- prod.variables.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prod.variables.sh b/prod.variables.sh index 3bc9a18..398cd12 100755 --- a/prod.variables.sh +++ b/prod.variables.sh @@ -1,9 +1,9 @@ SCHEDULE="0 8 * * *" ADMIN_EMAIL="koji-admins@cern.ch" KOJI_SERVER="https://kojihub.cern.ch/kojihub" -THE_UNTOUCHABLES="host/koji.cern.ch, kojigc, kojira, slc-team, lcgdm-team, ai-team, procurement-team, mig-team, castor-team, it-db-nile-developers, wlcg-mw-readiness-software, tape-operations, dblogs, acckoji, jaroslaw.polok" +THE_UNTOUCHABLES="host/koji.cern.ch, kojigc, kojira" LDAPHOST="xldap.cern.ch" EGROUP_USERS="koji-users" EGROUP_ADMINS="koji-admins" -MAX_ACTIONS=5 +MAX_ACTIONS=13 NO_ACTION=False -- GitLab