From 26380f48f857045097efddfc75a3f8de032bc2a8 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Thu, 2 Nov 2023 15:41:18 +0100 Subject: [PATCH] ci: split emqx_bridge_kafka test in 3 groups --- scripts/find-apps.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/find-apps.sh b/scripts/find-apps.sh index 05c942421..1a751eb73 100755 --- a/scripts/find-apps.sh +++ b/scripts/find-apps.sh @@ -91,6 +91,10 @@ matrix() { entries+=("$(format_app_entry "$app" 1 emqx "$runner")") entries+=("$(format_app_entry "$app" 1 emqx-enterprise "$runner")") ;; + apps/emqx_bridge_kafka) + entries+=("$(format_app_entry "$app" 1 emqx "$runner")") + entries+=("$(format_app_entry "$app" 3 emqx-enterprise "$runner")") + ;; apps/emqx_connector) entries+=("$(format_app_entry "$app" 1 emqx "$runner")") entries+=("$(format_app_entry "$app" 1 emqx-enterprise "$runner")")