mts: enable dry_run in prod

Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This commit is contained in:
Chenxiong Qi 2019-09-20 11:11:36 +08:00 committed by Pierre-Yves Chibon
parent 421f758968
commit 2ee277f6c2

View file

@ -21,7 +21,8 @@ class BaseConfiguration:
{% else %}
dry_run = False
# Disable dry_run when enable MTS
dry_run = True
rules_file_url = ('https://infrastructure.fedoraproject.org/cgit/ansible.git/tree/'
'roles/openshift-apps/message-tagging-service/files/mts-rules.yml')
mbs_api_url = 'https://mbs.fedoraproject.org/module-build-service/1/'