ci(desktop): add advisory relay-backed integration e2e lane - #165
Merged
Conversation
Author
Integration lane first-run evidenceRun: https://github.com/Nuncio-hq/crew/actions/runs/31567147317 Infrastructure (both shards): green — docker compose (Postgres/Redis/MinIO),
Spec failures are pre-existing product/spec drift, not CI plumbing:
Gate: green (advisory lanes excluded by D-047 / D-032). Merging on Gate + documented pre-existing spec fails. |
oscarlehuu
force-pushed
the
ci/147-integration-lane
branch
from
August 12, 2026 06:05
73962f1 to
9ec3aa1
Compare
Restore playwright --project=integration against real Postgres/Redis/MinIO and buzz-relay in nuncio-crew-ci.yml as an advisory (continue-on-error) two-shard job, following D-032. Record D-047, drop stale tokens.spec.ts from the integration testMatch, and update CI/STATE/0011 docs. Fixes #147
oscarlehuu
force-pushed
the
ci/147-integration-lane
branch
from
August 12, 2026 06:17
9ec3aa1 to
1d96b1b
Compare
This was referenced Aug 12, 2026
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.
Problem
The Playwright
integrationproject is the only desktop e2e lane against a real relay (Postgres + Redis + MinIO +buzz-relay). It includes Crew’sevidence-reactions-relay.spec.ts(#133 / PR #146) and inherited Buzz relay-backed specs. That lane lived only in the disabled upstreamCIworkflow; activenuncio-crew-ci.ymlran--project=smokeonly. Relay-mode regressions (the D-042 class) were not exercised on PRs.Approach
.github/workflows/nuncio-crew-ci.yml: two shards, same desktop path filter as smoke, services + schema/community seed +setup-desktop-test-data.sh+BUZZ_RECONCILE_CHANNELS=true+playwright test --project=integration.buzz-relayinline (self-contained; never a Gate hard dependency). 30m timeout absorbs cold cargo build; two shards keep wall-clock near upstream’s ~6–7m/shard once warm.continue-on-error: true, not ingate.needs/JOB_RELEVANCE. Precedent: D-032 (Desktop Smoke E2E). Promotion to required is an explicit future founder decision.tokens.spec.tsfrom integrationtestMatch(file gone).DECISIONS.mdD-047,CI.md,STATE.md, verification 0011.Cost estimate
Upstream last run ~6m45s / ~6m17s per shard (pre-built relay). Crew shards also build relay → expect ~10–15m cold, closer to upstream with warm rust cache on
mainpushes. No secrets;ubuntu-latestonly.Verification
node --test desktop/src/testing/nuncio-crew-*.test.mjs(28 pass),actionlint, YAML parse.Risk
Advisory only — cannot block merge. Relay/service flakes surface as red checks without failing Gate.
Exclusions
CIworkflow.Fixes #147