mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
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:
committed by
jkaluza
parent
7f6cdda0b2
commit
836b63d1ec
@@ -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"]}
|
||||
|
||||
|
||||
@@ -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"]
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"]}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user