From 5222f6ef87b2340384b0af983e8ee19d0772968a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 15 May 2023 15:07:12 +0200 Subject: [PATCH] Set the 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/rabbitmq_cluster/tasks/apps.yml b/roles/rabbitmq_cluster/tasks/apps.yml index efdbe12961..e210a49f4e 100644 --- a/roles/rabbitmq_cluster/tasks/apps.yml +++ b/roles/rabbitmq_cluster/tasks/apps.yml @@ -33,6 +33,7 @@ username: osci-pipelines{{ env_suffix }} queue_name: "{{ osci_pipeline_queue }}{{ env_suffix }}" message_ttl: 864000000 + sent_topics: ^org\.fedoraproject\.{{ env_short }}\.ci\..* loop: - "osci-pipelines{{ env_suffix }}-queue-0" - "osci-pipelines{{ env_suffix }}-queue-1"