From bbe5f2d6c69813e73b83e3ec1b3025d83daa31b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 10 Jul 2023 16:09:32 +0200 Subject: [PATCH] Fix sent_topics for osci-pipelines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/rabbitmq_cluster/tasks/apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/rabbitmq_cluster/tasks/apps.yml b/roles/rabbitmq_cluster/tasks/apps.yml index 5b38d53ccb..cde3411856 100644 --- a/roles/rabbitmq_cluster/tasks/apps.yml +++ b/roles/rabbitmq_cluster/tasks/apps.yml @@ -33,7 +33,7 @@ username: osci-pipelines{{ env_suffix }} queue_name: "{{ osci_pipeline_queue }}{{ env_suffix }}" message_ttl: 864000000 - sent_topics: ^org\.fedoraproject\.{{ env_short }}\.ci\..* + sent_topics: ^org\.(fedoraproject|centos)\.{{ env_short }}\.ci\..* loop: - "osci-pipelines{{ env_suffix }}-queue-0" - "osci-pipelines{{ env_suffix }}-queue-1"