mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
Use inner runroot again in ODCS. Grant raw_config source_type to mohanboddu and kellin.
This commit is contained in:
@@ -41,10 +41,13 @@ fedmsg_certs:
|
||||
|
||||
odcs_allowed_source_types: ["tag", "raw_config", "module"]
|
||||
odcs_pungi_runroot_enabled: True
|
||||
odcs_pungi_parent_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client", "lorax"]
|
||||
odcs_pungi_parent_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client"]
|
||||
odcs_pungi_parent_runroot_tag: f26-build
|
||||
odcs_pungi_runroot_target_dir_url: http://kojipkgs.stg.fedoraproject.org/compose/odcs
|
||||
|
||||
odcs_raw_config_urls:
|
||||
mboddu_pungi_fedora: https://pagure.io/fork/mohanboddu/pungi-fedora/raw/%s/f/fedora.conf
|
||||
|
||||
odcs_target_dir_url: https://odcs.stg.fedoraproject.org/composes
|
||||
|
||||
# For the MOTD
|
||||
|
||||
@@ -38,7 +38,7 @@ fedmsg_certs:
|
||||
|
||||
odcs_allowed_source_types: ["tag", "raw_config", "module"]
|
||||
odcs_pungi_runroot_enabled: True
|
||||
odcs_pungi_parent_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client", "lorax"]
|
||||
odcs_pungi_parent_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client"]
|
||||
odcs_pungi_parent_runroot_tag: f26-build
|
||||
odcs_pungi_runroot_target_dir_url: http://kojipkgs.stg.fedoraproject.org/compose/odcs
|
||||
|
||||
@@ -46,7 +46,10 @@ odcs_target_dir_url: https://odcs.stg.fedoraproject.org/composes
|
||||
|
||||
# Give access to jscotka to be able to develop module testing integration
|
||||
# for taskotron.
|
||||
odcs_allowed_clients_users: [{"jscotka": ["tag", "module"]}]
|
||||
odcs_allowed_clients_users:
|
||||
- jscotka: ["tag", "module"]
|
||||
- mohanboddu: ["tag", "module", "raw_config"]
|
||||
- kellin: ["tag", "module", "raw_config"]
|
||||
|
||||
# For the MOTD
|
||||
csi_security_category: Low
|
||||
|
||||
Reference in New Issue
Block a user