From e552b81adee9e78615775e02bb7979da288d161c Mon Sep 17 00:00:00 2001 From: zmstone Date: Wed, 22 May 2024 23:45:54 +0200 Subject: [PATCH] ci: run apps/emqx tests in 8 groups --- scripts/find-apps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/find-apps.sh b/scripts/find-apps.sh index 42c2d7b69..a64c3519f 100755 --- a/scripts/find-apps.sh +++ b/scripts/find-apps.sh @@ -82,8 +82,8 @@ matrix() { fi case "${app}" in apps/emqx) - entries+=("$(format_app_entry "$app" 5 emqx "$runner")") - entries+=("$(format_app_entry "$app" 5 emqx-enterprise "$runner")") + entries+=("$(format_app_entry "$app" 8 emqx "$runner")") + entries+=("$(format_app_entry "$app" 8 emqx-enterprise "$runner")") ;; apps/emqx_bridge) entries+=("$(format_app_entry "$app" 1 emqx "$runner")")