ODCS: Add 'eln' raw_config compose and allow eln-sig group to run it.
This commit is contained in:
parent
b5df4690c1
commit
4ddd100f98
3 changed files with 13 additions and 1 deletions
|
@ -6,6 +6,9 @@ odcs_raw_config_urls:
|
||||||
releng_jkaluza_test_config:
|
releng_jkaluza_test_config:
|
||||||
url: https://pagure.io/jkaluza-test-compose.git
|
url: https://pagure.io/jkaluza-test-compose.git
|
||||||
config_filename: test.conf
|
config_filename: test.conf
|
||||||
|
eln:
|
||||||
|
url: https://pagure.io/pungi-fedora.git
|
||||||
|
config_filename: eln.conf
|
||||||
|
|
||||||
# Default queues for general ODCS backends.
|
# Default queues for general ODCS backends.
|
||||||
odcs_celery_queues:
|
odcs_celery_queues:
|
||||||
|
@ -18,6 +21,9 @@ odcs_celery_router_config:
|
||||||
releng_raw_pungi_composes:
|
releng_raw_pungi_composes:
|
||||||
source_type: 5 # "raw_config"
|
source_type: 5 # "raw_config"
|
||||||
source: "releng_.*"
|
source: "releng_.*"
|
||||||
|
eln_raw_pungi_composes:
|
||||||
|
source_type: 5 # "raw_config"
|
||||||
|
source: "eln.*"
|
||||||
releng_pungi_composes:
|
releng_pungi_composes:
|
||||||
source_type: [1, 2, 6, 7] # "tag", "module", "build", "pungi_compose"
|
source_type: [1, 2, 6, 7] # "tag", "module", "build", "pungi_compose"
|
||||||
owner: ["jkaluza", "mohanboddu", "humaton"]
|
owner: ["jkaluza", "mohanboddu", "humaton"]
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
odcs_celery_queues: ["releng_raw_pungi_composes", "releng_pungi_composes", "cleanup"]
|
odcs_celery_queues: ["releng_raw_pungi_composes", "releng_pungi_composes", "cleanup", "eln_raw_pungi_composes"]
|
||||||
|
|
||||||
|
|
|
@ -41,6 +41,12 @@ odcs_allowed_clients_users:
|
||||||
humaton: {"source_types": ["tag", "module", "build", "raw_config"], "target_dirs": ["private"]}
|
humaton: {"source_types": ["tag", "module", "build", "raw_config"], "target_dirs": ["private"]}
|
||||||
mohanboddu: {"source_types": ["tag", "module", "build", "raw_config"], "target_dirs": ["private"]}
|
mohanboddu: {"source_types": ["tag", "module", "build", "raw_config"], "target_dirs": ["private"]}
|
||||||
jkaluza: {"source_types": ["tag", "module", "build", "raw_config"], "target_dirs": ["private"]}
|
jkaluza: {"source_types": ["tag", "module", "build", "raw_config"], "target_dirs": ["private"]}
|
||||||
|
osbs@service: {}
|
||||||
|
odcs_allowed_clients_groups:
|
||||||
|
sysadmin-odcs: {},
|
||||||
|
pungi-devel: {}
|
||||||
|
packager: {"source_types": ["module"]}
|
||||||
|
eln-sig: {"source_types": ["tag", "module", "build", "raw_config"]}
|
||||||
|
|
||||||
virt_install_command: "{{ virt_install_command_two_nic }}"
|
virt_install_command: "{{ virt_install_command_two_nic }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue