From b024305d51f59964a3f1391fd85c81176cf96468 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 24 Jun 2020 21:09:28 +0200 Subject: [PATCH] toddlers: try declaring the routing_keys in the bindings to see if that changes anything Signed-off-by: Pierre-Yves Chibon --- .../toddlers/templates/fedora-messaging.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index 8886b30596..fdffa143ae 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -33,7 +33,14 @@ arguments = {} [[bindings]] queue = "toddlers{{ env_suffix }}" exchange = "amq.topic" -routing_keys = ["#"] # This is dynamically generated in the code +#routing_keys = ["#"] # This is dynamically generated in the code +routing_keys = [ + "org.centos.#.ci.dist-git-pr.test.error", + "org.centos.#.ci.dist-git-pr.test.complete", + "org.centos.#.ci.dist-git-pr.test.running", + "org.fedoraproject.#.buildsys.build.state.change", +] + [consumer_config] # Comment out or remove this line if you want to enable the debug toddler.