fix(ci): select trusted release harness for Docker lanes#103494
Closed
vincentkoc wants to merge 1 commit into
Closed
fix(ci): select trusted release harness for Docker lanes#103494vincentkoc wants to merge 1 commit into
vincentkoc wants to merge 1 commit into
Conversation
vincentkoc
marked this pull request as ready for review
July 10, 2026 06:52
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.
Fixes #103451
What Problem This Solves
Fixes an issue where targeted Docker release lanes loaded from the trusted
.release-harnesscheckout would still execute the release candidate's stale harness scripts. This produced a false-negative Codex npm plugin gate after the provider preflight and all three live turns had passed.Why This Change Was Made
Correct the escaped path-component detector so a scenario catalog imported from
.release-harness/scripts/libdefaultsOPENCLAW_DOCKER_E2E_TRUSTED_HARNESS_DIRto.release-harness. Keep ordinary source-checkout planning on the existing.default.The regression test imports the real scenario catalog from a temporary nested
.release-harnesspath and inspects the exact generatedlive-codex-npm-plugincommand.User Impact
Release operators can apply harness-only fixes on trusted
mainwithout changing a frozen release candidate. Targeted Docker release lanes now execute those trusted scripts instead of silently falling back to candidate-side copies.Evidence
86302246029: Codex preflight and 3/3 live turns passed, then the candidate's stale assertion ran.tbx_01kx5cjs637xpcy29svc7b486r:pnpm test:serial test/scripts/docker-e2e-plan.test.ts- 33/33 passed.pnpm check:changed- tooling lane, Docker E2E catalog guard, lint, and repository guards passed..release-harnessmodule defaults to.release-harnessand invokesscripts/e2e/codex-npm-plugin-live-docker.sh.git diff --checkpassed.