fedmsg-relay.ci.centos.org has been decommissionned

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-08-04 18:50:10 +02:00
parent cb22333aae
commit 36616fc521
2 changed files with 0 additions and 19 deletions

View file

@ -1,12 +0,0 @@
# This tells nodes to pull messages from ci.centos.org
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 %}
],
},
)

View file

@ -15,13 +15,6 @@ config = {
"endpoints": {
"loopback-from-production": [
"tcp://hub.fedoraproject.org:9940",
"tcp://fedmsg-relay.ci.centos.org:9940",
],
},
{% else %}
"endpoints": {
"centos_ci_relay": [
"tcp://fedmsg-relay.ci.centos.org:9940",
],
},
{% endif %}