Fix allowed_users syntax in ODCS staging
This commit is contained in:
parent
887fbc3cbb
commit
0d715e7f5a
2 changed files with 3 additions and 13 deletions
|
@ -39,11 +39,7 @@ fedmsg_certs:
|
||||||
can_send:
|
can_send:
|
||||||
- odcs.compose.state-changed
|
- odcs.compose.state-changed
|
||||||
|
|
||||||
odcs_allowed_source_types: ["tag", "raw_config", "module"]
|
odcs_allowed_source_types: ["tag", "module"]
|
||||||
odcs_pungi_runroot_enabled: True
|
|
||||||
odcs_pungi_parent_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client", "intltool"]
|
|
||||||
odcs_pungi_parent_runroot_tag: f26-build
|
|
||||||
odcs_pungi_runroot_target_dir_url: http://kojipkgs.stg.fedoraproject.org/compose/odcs
|
|
||||||
|
|
||||||
odcs_raw_config_urls:
|
odcs_raw_config_urls:
|
||||||
mboddu_pungi_fedora: https://pagure.io/fork/mohanboddu/pungi-fedora/raw/%s/f/fedora.conf
|
mboddu_pungi_fedora: https://pagure.io/fork/mohanboddu/pungi-fedora/raw/%s/f/fedora.conf
|
||||||
|
|
|
@ -36,11 +36,7 @@ fedmsg_certs:
|
||||||
can_send:
|
can_send:
|
||||||
- odcs.compose.state-changed
|
- odcs.compose.state-changed
|
||||||
|
|
||||||
odcs_allowed_source_types: ["tag", "raw_config", "module"]
|
odcs_allowed_source_types: ["tag", "module"]
|
||||||
odcs_pungi_runroot_enabled: True
|
|
||||||
odcs_pungi_parent_runroot_packages: ["pungi", "fedora-packager", "python2-modulemd", "python2-pdc-client", "intltool"]
|
|
||||||
odcs_pungi_parent_runroot_tag: f26-build
|
|
||||||
odcs_pungi_runroot_target_dir_url: http://kojipkgs.stg.fedoraproject.org/compose/odcs
|
|
||||||
|
|
||||||
odcs_raw_config_urls:
|
odcs_raw_config_urls:
|
||||||
mboddu_pungi_fedora: https://pagure.io/fork/mohanboddu/pungi-fedora/raw/%s/f/fedora.conf
|
mboddu_pungi_fedora: https://pagure.io/fork/mohanboddu/pungi-fedora/raw/%s/f/fedora.conf
|
||||||
|
@ -51,9 +47,7 @@ odcs_target_dir_url: https://odcs.stg.fedoraproject.org/composes
|
||||||
# Give access to jscotka to be able to develop module testing integration
|
# Give access to jscotka to be able to develop module testing integration
|
||||||
# for taskotron.
|
# for taskotron.
|
||||||
odcs_allowed_clients_users:
|
odcs_allowed_clients_users:
|
||||||
- jscotka: ["tag", "module"]
|
jscotka: {}
|
||||||
- mohanboddu: ["tag", "module", "raw_config"]
|
|
||||||
- kellin: ["tag", "module", "raw_config"]
|
|
||||||
|
|
||||||
# For the MOTD
|
# For the MOTD
|
||||||
csi_security_category: Low
|
csi_security_category: Low
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue