From 7ef7b3c7e545578e2058e918a2226b07ccd8203b Mon Sep 17 00:00:00 2001 From: Jan Kaluža Date: Apr 24 2020 19:34:26 +0000 Subject: ODCS: Allow humaton, mohanboddu and jkaluza to run any type of compose. --- diff --git a/inventory/group_vars/odcs_frontend_stg b/inventory/group_vars/odcs_frontend_stg index f60f721..e913478 100644 --- a/inventory/group_vars/odcs_frontend_stg +++ b/inventory/group_vars/odcs_frontend_stg @@ -36,6 +36,9 @@ odcs_target_dir_url: https://odcs.stg.fedoraproject.org/composes # for taskotron. odcs_allowed_clients_users: jscotka: {} + humaton: {"source_types": ["tag", "module", "build", "raw_config"]} + mohanboddu: {"source_types": ["tag", "module", "build", "raw_config"]} + jkaluza: {"source_types": ["tag", "module", "build", "raw_config"]} nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3"