From f167b89b88f4429279b231116999c38cfe574739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kalu=C5=BEa?= Date: Mon, 20 Apr 2020 05:37:23 +0000 Subject: [PATCH] ODCS: Handle all Celery queues on staging backend so we can test all pungi configs there. --- inventory/group_vars/odcs_backend_stg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/group_vars/odcs_backend_stg b/inventory/group_vars/odcs_backend_stg index 8621e07d9d..6a0af204af 100644 --- a/inventory/group_vars/odcs_backend_stg +++ b/inventory/group_vars/odcs_backend_stg @@ -41,6 +41,8 @@ odcs_allowed_source_types: ["tag", "module"] odcs_target_dir_url: https://odcs.stg.fedoraproject.org/composes +# Handle all Celery queues on single staging backend. +odcs_celery_queues: ["releng_raw_pungi_composes", "releng_pungi_composes", "cleanup", "eln_raw_pungi_composes"] # For the MOTD csi_security_category: Low