Adjust the endpoint config for fedmsg on simple-koji-ci stg vs prod
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
25c384d744
commit
148696bd80
1 changed files with 4 additions and 7 deletions
|
@ -25,15 +25,12 @@ config = dict(
|
||||||
# These are here so your local box can listen to the upstream
|
# These are here so your local box can listen to the upstream
|
||||||
# infrastructure's bus. Cool, right? :)
|
# infrastructure's bus. Cool, right? :)
|
||||||
"fedora-infrastructure": [
|
"fedora-infrastructure": [
|
||||||
#"tcp://hub.fedoraproject.org:9940",
|
{% if env == 'staging' %}
|
||||||
"tcp://stg.fedoraproject.org:9940",
|
"tcp://stg.fedoraproject.org:9940",
|
||||||
|
{% else %}
|
||||||
|
"tcp://hub.fedoraproject.org:9940",
|
||||||
|
{% endif %}
|
||||||
],
|
],
|
||||||
# "debian-infrastructure": [
|
|
||||||
# "tcp://fedmsg.olasd.eu:9940",
|
|
||||||
# ],
|
|
||||||
# "anitya-public-relay": [
|
|
||||||
# "tcp://release-monitoring.org:9940",
|
|
||||||
# ],
|
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue