You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1887 defines VM web-smoke + ExamplesCompileTest coverage for 005-SessionsWeb behind SESSIONS_WEB_SMOKE_GATE=0 today. Without a follow-up gate issue, the ladder stays opt-in forever (same pattern as #1888 for nested return / #1869 for MiniWebApp JIT).
Problem
#1887 defines VM web-smoke +
ExamplesCompileTestcoverage for 005-SessionsWeb behindSESSIONS_WEB_SMOKE_GATE=0today. Without a follow-up gate issue, the ladder stays opt-in forever (same pattern as #1888 for nested return / #1869 for MiniWebApp JIT).Goal
When #1887 curls are green on harness
master:SESSIONS_WEB_SMOKE_GATE="${SESSIONS_WEB_SMOKE_GATE:-1}"inscript/ci-defaults.envscript/ci-fast.shafter existingexamples-web-smoke(DevEx: script/examples-web-smoke.sh — curl harness for shipped web examples #298)docs/local-ci-matrix.mdandphpc doctor --gates(DevEx: phpc doctor --gates lists north-star1-verify presenter steps (#1845 phase 2) #1857 pattern)Acceptance criteria
Verification (local / Docker only)
docker run --rm -v "$(pwd):/compiler" -w /compiler php-compiler:22.04-dev ./script/ci-fast.shDependencies
Links