ok, we do this in staging instead

This commit is contained in:
Tim Flink 2017-03-02 19:15:03 +00:00
parent 99ba027989
commit b79d9d9010
3 changed files with 1 additions and 7 deletions

View file

@ -11,9 +11,6 @@ deployment_type: dev
extra_enablerepos: 'infrastructure-testing' extra_enablerepos: 'infrastructure-testing'
# make sure we're talking to stg fedmsg
env: staging
############################################################ ############################################################
# resultsdb details # resultsdb details

View file

@ -14,9 +14,6 @@ robots_path: /var/www/html
# this enables extra repos during dnf operations # this enables extra repos during dnf operations
extra_enablerepos: 'infrastructure-testing' extra_enablerepos: 'infrastructure-testing'
# make sure we're listening to stg fedmsg
env: staging
############################################################ ############################################################
# task repo details # task repo details

View file

@ -6,7 +6,7 @@ SYSLOG_LOGGING = False
STREAM_LOGGING = True STREAM_LOGGING = True
{% if deployment_type in ['local']%} {% if deployment_type in ['local', 'dev']%}
MESSAGE_BUS_PUBLISH = False MESSAGE_BUS_PUBLISH = False
{% else %} {% else %}
MESSAGE_BUS_PUBLISH = True MESSAGE_BUS_PUBLISH = True