@@ -626,7 +626,6 @@ jobs:
626626 add_profile_suite native-live-src-gateway-profiles-opencode-go-smoke "stable"
627627 add_profile_suite native-live-src-gateway-profiles-openrouter "full"
628628 add_profile_suite native-live-src-gateway-profiles-xai "full"
629- add_profile_suite native-live-src-gateway-profiles-zai "full"
630629 add_profile_suite native-live-src-gateway-backends "stable full"
631630 add_profile_suite native-live-src-infra "stable full"
632631 add_profile_suite native-live-test "stable full"
@@ -644,7 +643,7 @@ jobs:
644643 add_profile_suite live-gateway-advisory-docker "full"
645644 add_profile_suite live-gateway-advisory-docker-deepseek-fireworks "full"
646645 add_profile_suite live-gateway-advisory-docker-opencode-openrouter "full"
647- add_profile_suite live-gateway-advisory-docker-xai-zai "full"
646+ add_profile_suite live-gateway-advisory-docker-xai "full"
648647 add_profile_suite live-cli-backend-docker "stable full"
649648 add_profile_suite live-acp-bind-docker "stable full"
650649 add_profile_suite live-codex-harness-docker "stable full"
@@ -707,6 +706,17 @@ jobs:
707706 RELEASE_TEST_PROFILE : ${{ inputs.release_test_profile }}
708707 run : node scripts/plan-release-workflow-matrix.mjs >> "$GITHUB_OUTPUT"
709708
709+ - name : Record temporary Z.AI API Platform omission
710+ if : inputs.include_live_suites
711+ shell : bash
712+ run : |
713+ {
714+ echo
715+ echo "### Temporary provider omission"
716+ echo
717+ echo "Z.AI API Platform validation is temporarily disabled while its CI account is unavailable. Z.AI Coding Plan validation remains enabled."
718+ } >> "$GITHUB_STEP_SUMMARY"
719+
710720 validate_release_live_cache :
711721 needs : validate_selected_ref
712722 if : inputs.include_live_suites && !inputs.live_models_only && (inputs.live_suite_filter == '' || inputs.live_suite_filter == 'live-cache')
@@ -2827,7 +2837,9 @@ jobs:
28272837 include :
28282838 - suite_id : native-live-src-agents
28292839 label : Native live agents
2830- command : node .release-harness/scripts/test-live-shard.mjs native-live-src-agents
2840+ # Keep the dedicated Coding Plan suite below while temporarily omitting
2841+ # API Platform calls from the broad agents shard.
2842+ command : ZAI_API_KEY= Z_AI_API_KEY= node .release-harness/scripts/test-live-shard.mjs native-live-src-agents
28312843 timeout_minutes : 60
28322844 profile_env_only : false
28332845 profiles : stable full
@@ -2962,13 +2974,6 @@ jobs:
29622974 profile_env_only : false
29632975 advisory : true
29642976 profiles : full
2965- - suite_id : native-live-src-gateway-profiles-zai
2966- label : Native live gateway profiles Z.ai
2967- command : OPENCLAW_LIVE_GATEWAY_PROVIDERS=zai node .release-harness/scripts/test-live-shard.mjs native-live-src-gateway-profiles
2968- timeout_minutes : 30
2969- profile_env_only : false
2970- advisory : true
2971- profiles : full
29722977 - suite_id : native-live-src-gateway-backends
29732978 label : Native live gateway backends
29742979 command : OPENCLAW_LIVE_CODEX_HARNESS=1 OPENCLAW_LIVE_CODEX_HARNESS_AUTH=api-key node .release-harness/scripts/test-live-shard.mjs native-live-src-gateway-backends
@@ -3226,10 +3231,10 @@ jobs:
32263231 profile_env_only : false
32273232 advisory : true
32283233 profiles : full
3229- - suite_id : live-gateway-advisory-docker-xai-zai
3234+ - suite_id : live-gateway-advisory-docker-xai
32303235 suite_group : live-gateway-advisory-docker
3231- label : Docker live gateway advisory xAI/Z.ai
3232- command : OPENCLAW_LIVE_GATEWAY_PROVIDERS=xai,zai OPENCLAW_LIVE_GATEWAY_MAX_MODELS=2 OPENCLAW_LIVE_GATEWAY_STEP_TIMEOUT_MS=90000 OPENCLAW_LIVE_GATEWAY_MODEL_TIMEOUT_MS=180000 OPENCLAW_LIVE_DOCKER_REPO_ROOT="$GITHUB_WORKSPACE" timeout --foreground --kill-after=30s 35m bash .release-harness/scripts/test-live-gateway-models-docker.sh
3236+ label : Docker live gateway advisory xAI
3237+ command : OPENCLAW_LIVE_GATEWAY_PROVIDERS=xai OPENCLAW_LIVE_GATEWAY_MAX_MODELS=2 OPENCLAW_LIVE_GATEWAY_STEP_TIMEOUT_MS=90000 OPENCLAW_LIVE_GATEWAY_MODEL_TIMEOUT_MS=180000 OPENCLAW_LIVE_DOCKER_REPO_ROOT="$GITHUB_WORKSPACE" timeout --foreground --kill-after=30s 35m bash .release-harness/scripts/test-live-gateway-models-docker.sh
32333238 timeout_minutes : 40
32343239 profile_env_only : false
32353240 advisory : true
0 commit comments