From f46a8bfa3f808e86e0564518d6d112f901b9b8bf Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Wed, 21 Oct 2020 13:27:14 +0200 Subject: [PATCH] ODCS: Allow jwboyer to do test ELN composes from his pungi-fedora fork. Signed-off-by: Jan Kaluza --- inventory/group_vars/odcs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/inventory/group_vars/odcs b/inventory/group_vars/odcs index 8bb1089585..e0764f7e89 100644 --- a/inventory/group_vars/odcs +++ b/inventory/group_vars/odcs @@ -9,6 +9,9 @@ odcs_raw_config_urls: eln: url: https://pagure.io/pungi-fedora.git config_filename: eln.conf + eln_jwboyer: + url: https://pagure.io/forks/jwboyer/pungi-fedora.git + config_filename: eln.conf cccc: url: https://pagure.io/fedora-ci/cccc-merged-configs.git config_filename: cccc.conf @@ -48,5 +51,5 @@ odcs_allowed_clients_groups: sysadmin-odcs: {} pungi-devel: {} packager: {"source_types": ["module"]} - eln-sig: {"source_types": ["tag", "module", "build", "raw_config"], "raw_config_keys": ["eln", "cccc"]} + eln-sig: {"source_types": ["tag", "module", "build", "raw_config"], "raw_config_keys": ["eln", "cccc", "eln_jwboyer"]}