ci: run apps/emqx tests in 8 groups

This commit is contained in:
zmstone 2024-05-22 23:45:54 +02:00
parent 625fcd5821
commit 63c34a4c40
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ matrix() {
fi fi
case "${app}" in case "${app}" in
apps/emqx) apps/emqx)
entries+=("$(format_app_entry "$app" 5 emqx "$runner")") entries+=("$(format_app_entry "$app" 8 emqx "$runner")")
entries+=("$(format_app_entry "$app" 5 emqx-enterprise "$runner")") entries+=("$(format_app_entry "$app" 8 emqx-enterprise "$runner")")
;; ;;
apps/emqx_bridge) apps/emqx_bridge)
entries+=("$(format_app_entry "$app" 1 emqx "$runner")") entries+=("$(format_app_entry "$app" 1 emqx "$runner")")