Add CentOS CI Staging relay to the stg.fp.o bus, fixes: #6417

This commit is contained in:
Brian Stinson 2017-10-04 23:43:00 -05:00 committed by Pierre-Yves Chibon
parent a8217487d4
commit 405922121f

View file

@ -4,6 +4,9 @@ config = dict(
endpoints={
"centos-ci-public-relay": [
"tcp://fedmsg-relay.ci.centos.org:9940",
{% if env == 'staging' %}
"tcp://fedmsg-relay-stg.ci.centos.org:9942",
{% endif %}
],
},
)