enabling the last bits of exexdb on taskotron stg
This commit is contained in:
parent
d6a23ffe2a
commit
f77abb46e8
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue