From 91817a5ede21e4e28004c5805e6d0eafe212b3d2 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 24 Jun 2020 21:25:48 +0200 Subject: [PATCH] toddlers: adjusting the routing keys: # == multiple words, * == 1 word Signed-off-by: Pierre-Yves Chibon --- playbooks/openshift-apps/toddlers.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/openshift-apps/toddlers.yml b/playbooks/openshift-apps/toddlers.yml index 16c524a9fb..1edda5265a 100644 --- a/playbooks/openshift-apps/toddlers.yml +++ b/playbooks/openshift-apps/toddlers.yml @@ -23,10 +23,10 @@ username: toddlers{{ env_suffix }} queue_name: toddlers{{ env_suffix }} 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" + - "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" thresholds: warning: 10 critical: 100