summaryrefslogtreecommitdiffstats
path: root/roles/taskotron/taskotron-trigger
diff options
context:
space:
mode:
authorKamil Páral <kparal@redhat.com>2017-08-04 17:57:51 +0200
committerKamil Páral <kparal@redhat.com>2017-08-04 17:57:51 +0200
commit0aa24161cb98cfc0f2a64589cbffdf997a02eb9d (patch)
treebe3c8d0d2d48d130f237fd08a383cb2023580096 /roles/taskotron/taskotron-trigger
parent9b7f1e9f8ca26ff5484c64faa69af45bcba9342e (diff)
downloadansible-0aa24161cb98cfc0f2a64589cbffdf997a02eb9d.tar.gz
ansible-0aa24161cb98cfc0f2a64589cbffdf997a02eb9d.tar.xz
ansible-0aa24161cb98cfc0f2a64589cbffdf997a02eb9d.zip
taskotron-stg: switch over to production message bus
Also sync configs with dev.
Diffstat (limited to 'roles/taskotron/taskotron-trigger')
-rw-r--r--roles/taskotron/taskotron-trigger/templates/trigger.cfg.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 b/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2
index 814b15efc..5e3a0ab8d 100644
--- a/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2
+++ b/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2
@@ -12,9 +12,11 @@ joblog_file = {{ trigger_joblog_file }}
fuse_delay = 900 ; 15 minutes in seconds
git_cache_dir = {{ trigger_cache_dir }}
rules_template = {{ trigger_rules_template_path }}
+{# enable this if you want taskotron-stg to react to just stg fedmsgs
{% if deployment_type in ['stg'] %}
deployment_type = stg
{% endif%}
+#}
[koji_build_completed]
critpath_filepath = {{ trigger_critpath_file }}