From 7af6c25aa5d4b078bdbf949ae4c4f1c909121926 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 6 May 2026 11:45:17 +0100 Subject: [PATCH] ci: cap native MiniMax release live gateway lane --- .github/workflows/openclaw-live-and-e2e-checks-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml b/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml index aef7da9f6e7..e389e5fef45 100644 --- a/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml +++ b/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml @@ -1910,7 +1910,7 @@ jobs: profiles: stable full - suite_id: native-live-src-gateway-profiles-minimax label: Native live gateway profiles MiniMax - command: OPENCLAW_LIVE_GATEWAY_PROVIDERS=minimax,minimax-portal node .release-harness/scripts/test-live-shard.mjs native-live-src-gateway-profiles + command: OPENCLAW_LIVE_GATEWAY_PROVIDERS=minimax,minimax-portal OPENCLAW_LIVE_GATEWAY_MAX_MODELS=2 node .release-harness/scripts/test-live-shard.mjs native-live-src-gateway-profiles timeout_minutes: 90 profile_env_only: false profiles: stable full