Harden CI for Experiment development - #26
Merged
Merged
Conversation
xor-machine
force-pushed
the
experiment/ci-foundation
branch
from
August 2, 2026 02:46
1cf601c to
6f5a734
Compare
xormania
marked this pull request as ready for review
August 2, 2026 02: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.
What changed
Why
The fast gate previously bounded captured output but could wait indefinitely for a suite, and a marker substring printed before cleanup could satisfy the completion check. This hardens the existing harness before new suites are added.
TDD evidence
91cf4be4fa1107; focused contracts reached deadline and exact-marker assertions; rc 11cf601c; focused gate, concurrency, and Docker harness contracts; rc 0Validation
bash tests/dev/security-gate-cases.sh— passbash tests/dev/security-gate-concurrency-cases.sh— pass, including private-copy sensitivity mutationsbash tests/dev/docker-harness-cases.sh— pass./scripts/dev/lint-scripts— pass./scripts/dev/check default quick— pass in an isolated clone with pinned CUE/Cedar tools; 29/29 suites./tools/validate.sh— pass./tools/containment-lint.sh— passThe shared checkout replay correctly failed the Serena mount fixture because
.gitis exposed there as a child mount. The isolated committed-tree replay removed that environment artifact and passed. No Docker runtime suite or non-Linux platform claim is included.