mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 01:07:46 +00:00
T16 closure-roadmap Priority 3
(`2026-05-07-cross-stack-interop-ci-gating.md`).
Reverses commits `6829ab72` ("drop hang-interop job") and `b94737de`
("drop hang-interop + browser-interop jobs") with the path tweak
that the browser harness moved from `nestsClient-browser-interop/`
to `nestsClient/tests/browser-interop/` (commit `bd7b166f`).
Both jobs gated on `lint`, run `ubuntu-latest`, 30 min timeout each.
Linux-only — the cargo install of `moq-relay` 0.10.x has nontrivial
native deps (aws-lc-sys, ring) that take ~6 min cold + ~30 s warm;
caching is keyed on `Cargo.lock + REV`. Browser job adds bun 1.3.11
+ Playwright Chromium caches.
Stability bar:
- 5/5 sweep on HangInteropTest + BrowserInteropTest with hardened
assertions = 110/110 pass (commit `f6894792` summary).
- A second 5x sweep is in flight (target: 10/10 per plan).