Add CentOS CI Staging relay to the stg.fp.o bus, fixes: #6417
This commit is contained in:
parent
a8217487d4
commit
405922121f
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ config = dict(
|
||||||
endpoints={
|
endpoints={
|
||||||
"centos-ci-public-relay": [
|
"centos-ci-public-relay": [
|
||||||
"tcp://fedmsg-relay.ci.centos.org:9940",
|
"tcp://fedmsg-relay.ci.centos.org:9940",
|
||||||
|
{% if env == 'staging' %}
|
||||||
|
"tcp://fedmsg-relay-stg.ci.centos.org:9942",
|
||||||
|
{% endif %}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue