enabling the last bits of exexdb on taskotron stg

This commit is contained in:
Tim Flink 2015-04-23 14:36:04 +00:00
parent d6a23ffe2a
commit f77abb46e8
2 changed files with 2 additions and 1 deletions

View file

@ -33,3 +33,4 @@ taskotron_docs_url: https://docs.qadevel.cloud.fedoraproject.org/libtaskotron/la
freezes: false
public_artifacts_dir: /srv/taskotron/artifacts
execdb_server: http://resultsdb-stg01.qa.fedoraproject.org/execdb
execdb_statuspush: http://resultsdb-stg01.qa.fedoraproject.org/execdb/buildbottest

View file

@ -363,7 +363,7 @@ mn = MailNotifier(fromaddr='taskotron@fedoraproject.org',
c['status'].append(mn)
{% if deployment_type == 'dev' %}
{% if deployment_type in ['dev', 'stg'] %}
# ExecDB's push-notifications:
import buildbot.status.status_push
sp = buildbot.status.status_push.HttpStatusPush(