ci(compass): gate PRs on the dogfood e2e podman tier (SEA-1792) - #246
Closed
seal-agent wants to merge 1 commit into
Closed
ci(compass): gate PRs on the dogfood e2e podman tier (SEA-1792)#246seal-agent wants to merge 1 commit into
seal-agent wants to merge 1 commit into
Conversation
Wire the deterministic full-stack e2e suite (go/e2e, //go:build podman) into the GitHub Actions CI job as a required per-PR check, per the frozen design record docs/designs/platform/compass-dogfood-e2e/design.md H8 + Decision D2. Three steps after the pgtest guard: seed compass-agent:latest into local containers-storage from the public GHCR image (EnsureImage present-checks the local store, so no registry pull at test time; public per SEA-1690, no credential); run go test -tags podman ./e2e/... with the same capture-replay-exit shape as the pgtest step; then assert the suite ran rather than podmanUsable-skipped, reading the skip substring from harness_test.go so the guard can't drift vacuous. Landing this converts H3 (SEA-1787), H4 (the 5-leg capstone), and SEA-1359's non-Nix-host portability proof from code-complete-unproven to proven by an actual run on a Nix-free ubuntu-latest runner (podman 4.9.3). Both end-state blockers are cleared (SEA-1690 GHCR publish Done; SEA-1691 uid lift merged), so this wires the GA end state (required per-PR) directly. Refs SEA-1792 Co-authored-by: Matt Wilkinson <matt@sealedsecurity.com>
Contributor
Author
|
Superseded by #256, which re-authors this under compass ownership (compass CI moved into the compass agents' lane) and folds in the postgres-on-PATH fix (bare |
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.
Wire the deterministic full-stack e2e suite (go/e2e, //go:build podman) into
the GitHub Actions CI job as a required per-PR check, per the frozen design
record docs/designs/platform/compass-dogfood-e2e/design.md H8 + Decision D2.
Three steps after the pgtest guard: seed compass-agent:latest into local
containers-storage from the public GHCR image (EnsureImage present-checks the
local store, so no registry pull at test time; public per SEA-1690, no
credential); run go test -tags podman ./e2e/... with the same
capture-replay-exit shape as the pgtest step; then assert the suite ran rather
than podmanUsable-skipped, reading the skip substring from harness_test.go so
the guard can't drift vacuous. Landing this converts H3 (SEA-1787), H4 (the
5-leg capstone), and SEA-1359's non-Nix-host portability proof from
code-complete-unproven to proven by an actual run on a Nix-free ubuntu-latest
runner (podman 4.9.3).
Both end-state blockers are cleared (SEA-1690 GHCR publish Done; SEA-1691 uid
lift merged), so this wires the GA end state (required per-PR) directly.
Refs SEA-1792
Co-authored-by: Matt Wilkinson matt@sealedsecurity.com