Run execution lifecycle checks in CI#824
Draft
ghostwriternr wants to merge 1 commit into
Draft
Conversation
This was referenced Jul 15, 2026
e02ec6e to
9539b23
Compare
ea9b344 to
3efd75b
Compare
9539b23 to
99ac257
Compare
3efd75b to
d8b02f0
Compare
|
99ac257 to
a6c8993
Compare
d8b02f0 to
3c57d9f
Compare
a6c8993 to
af08c09
Compare
3c57d9f to
c9d0e3e
Compare
af08c09 to
eed124b
Compare
c9d0e3e to
843f7ed
Compare
eed124b to
4cf7bd9
Compare
843f7ed to
1bb6182
Compare
Route execution-substrate changes through the container-backed quality job and run the Docker/Tini lifecycle suite there. Include the harness files in Turbo inputs so lifecycle changes cannot reuse stale results. Extend the configuration guard to prove the process tests remain active and correctly wired.
1bb6182 to
604d6a2
Compare
4cf7bd9 to
fb00048
Compare
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.
Run the Docker-backed
@repo/sandbox-executionprocess-lifecycle suite in CI so the supervisor's process-group and orphan-reaping guarantees are enforced, not just asserted once by hand.Process-tree supervision and Tini-backed reaping are exactly the kind of guarantee that rots silently: a regression would not surface until a real sandbox leaked zombies in production. This wires the lifecycle suite into the reusable quality workflow, extends the path filters so it triggers on execution-substrate changes, declares its inputs in
turbo.jsonfor correct caching, and — because the guarding config is only useful if it stays correct — extends the quality-config guard to assert the new wiring.Depends on the SDK process PR (its actual parent) and builds on the config guarded by
naresh/quality-config-guard. No source overlap with the other migration PRs; retarget tonextonce the core stack merges.Part of the unified process-execution stack.
Core stack — each builds on the previous:
nextMigrations — each builds on 5 #819: