From e085fa1a3ffd32d0ea6917e1e6fb4ecbffbb77d2 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 29 Jun 2026 19:00:39 -0700 Subject: [PATCH] ci(release): stabilize anthropic live smoke selection --- .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 9dda4357a19..c8bb3fda23c 100644 --- a/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml +++ b/.github/workflows/openclaw-live-and-e2e-checks-reusable.yml @@ -1973,7 +1973,7 @@ jobs: - suite_id: native-live-src-gateway-profiles-anthropic-smoke suite_group: native-live-src-gateway-profiles-anthropic label: Native live gateway profiles Anthropic smoke - command: OPENCLAW_LIVE_GATEWAY_PROVIDERS=anthropic OPENCLAW_LIVE_GATEWAY_SMOKE=1 OPENCLAW_LIVE_GATEWAY_MAX_MODELS=1 node .release-harness/scripts/test-live-shard.mjs native-live-src-gateway-profiles + command: OPENCLAW_LIVE_GATEWAY_PROVIDERS=anthropic OPENCLAW_LIVE_GATEWAY_MODELS=anthropic/claude-sonnet-4-6,anthropic/claude-haiku-4-5 OPENCLAW_LIVE_GATEWAY_SMOKE=1 OPENCLAW_LIVE_GATEWAY_MAX_MODELS=2 node .release-harness/scripts/test-live-shard.mjs native-live-src-gateway-profiles timeout_minutes: 45 profile_env_only: false profiles: stable