ODCS: Allow jwboyer to do test ELN composes from his pungi-fedora fork.

Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This commit is contained in:
Jan Kaluza 2020-10-21 13:27:14 +02:00
parent a2f74a447e
commit f46a8bfa3f

View file

@ -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"]}