odcs: add "cccc" raw_config compose that can be run by the "eln-sig" group

Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
Merlin Mathesius
2020-05-26 16:14:20 -05:00
committed by jkaluza
parent 7f6cdda0b2
commit 836b63d1ec
4 changed files with 16 additions and 4 deletions

View File

@@ -9,6 +9,9 @@ odcs_raw_config_urls:
eln:
url: https://pagure.io/pungi-fedora.git
config_filename: eln.conf
cccc:
url: https://pagure.io/fedora-ci/cccc-merged-configs.git
config_filename: cccc.conf
# Default queues for general ODCS backends.
odcs_celery_queues:
@@ -24,6 +27,9 @@ odcs_celery_router_config:
eln_raw_pungi_composes:
source_type: 5 # "raw_config"
source: "eln.*"
cccc_raw_pungi_composes:
source_type: 5 # "raw_config"
source: "cccc.*"
releng_pungi_composes:
source_type: [1, 2, 6, 7] # "tag", "module", "build", "pungi_compose"
owner: ["jkaluza", "mohanboddu", "humaton"]
@@ -40,5 +46,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"]}
eln-sig: {"source_types": ["tag", "module", "build", "raw_config"], "raw_config_keys": ["eln", "cccc"]}

View File

@@ -1,2 +1,2 @@
odcs_celery_queues: ["releng_raw_pungi_composes", "releng_pungi_composes", "cleanup", "eln_raw_pungi_composes"]
odcs_celery_queues: ["releng_raw_pungi_composes", "releng_pungi_composes", "cleanup", "eln_raw_pungi_composes", "cccc_raw_pungi_composes"]

View File

@@ -42,7 +42,7 @@ odcs_allowed_source_types: ["tag", "module"]
odcs_target_dir_url: https://odcs.stg.fedoraproject.org/composes
# Handle all Celery queues on single staging backend.
odcs_celery_queues: ["releng_raw_pungi_composes", "releng_pungi_composes", "cleanup", "eln_raw_pungi_composes", "pungi_composes"]
odcs_celery_queues: ["releng_raw_pungi_composes", "releng_pungi_composes", "cleanup", "eln_raw_pungi_composes", "pungi_composes", "cccc_raw_pungi_composes"]
# For the MOTD
csi_security_category: Low

View File

@@ -9,6 +9,9 @@ odcs_raw_config_urls:
eln:
url: https://pagure.io/pungi-fedora.git
config_filename: eln.conf
cccc:
url: https://pagure.io/fedora-ci/cccc-merged-configs.git
config_filename: cccc.conf
# Default queues for general ODCS backends.
odcs_celery_queues:
@@ -24,6 +27,9 @@ odcs_celery_router_config:
eln_raw_pungi_composes:
source_type: 5 # "raw_config"
source: "eln.*"
cccc_raw_pungi_composes:
source_type: 5 # "raw_config"
source: "cccc.*"
releng_pungi_composes:
source_type: [1, 2, 6, 7] # "tag", "module", "build", "pungi_compose"
owner: ["jkaluza", "mohanboddu", "humaton"]
@@ -39,5 +45,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"]}
eln-sig: {"source_types": ["tag", "module", "build", "raw_config"], "raw_config_keys": ["eln", "cccc"]}