fix(release): repair frozen validation compatibility#109272
Merged
Merged
Conversation
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jul 17, 2026
RomneyDa
added a commit
that referenced
this pull request
Jul 17, 2026
* test(ci): temporarily omit Z.AI API Platform validation (#109246) * test(ci): temporarily omit Z.AI API Platform validation * test(ci): align disabled provider count (cherry picked from commit 954c77d) * fix(release): keep waived Z.AI probe out of broad shard Adapt the Z.AI shard portion of upstream c4b2183 (#109272). Exclude the waived API Platform file from the broad agents shard while retaining the dedicated Coding Plan proof. (cherry picked from commit c4b2183)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Problem This Solves
Full Release Validation for the exact OpenClaw 2026.6.33 candidate failed in two trusted-workflow compatibility paths:
:wear-shared:testDebugUnitTest, but the frozen v6.11 Android project has nowear-sharedmodule;src/agents/zai.live.test.tsskip inside the broad agents shard, then the shard evidence verifier correctly rejected that selected file for having no passing assertion.Failures:
Why This Change Was Made
Keep the compatibility decisions in the trusted current workflow and harness:
test-play-compatfor frozen targets that predate the current Android CI contract; it runs the target-owned Play app tests without importing the newer Wear module;zai.live.test.tsfrom the broad agents shard while API Platform validation is waived;Current targets retain the full Play plus Wear test task. No Android or provider runtime code changes.
User Impact
No product behavior change. Frozen release candidates can be validated by current trusted workflows without importing newer Android modules, and the temporary Z.AI waiver no longer violates live-shard evidence requirements. Z.AI Coding Plan validation remains enabled.
Evidence
actionlint .github/workflows/ci.yml .github/workflows/openclaw-live-and-e2e-checks-reusable.ymlnative-live-src-agentslist excludessrc/agents/zai.live.test.ts.native-live-src-agents-zai-codinglist equalssrc/agents/zai.live.test.ts.git diff --checktest/scripts/ci-workflow-guards.test.ts,test/scripts/test-live-shard.test.ts, and the package workflow contract suite.