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
#586 / #590 will add fast PHPUnit gates for MiniWebApp routes without TCP. Today script/ci-fast.sh does not document or enforce running them by default — contributors may land PATH_INFO regressions while full ci-local.sh is expensive.
#570 added PhpcLintProjectTest to ci-fast; VM route matrix should be the next progressive gate.
Problem
#586 / #590 will add fast PHPUnit gates for MiniWebApp routes without TCP. Today
script/ci-fast.shdoes not document or enforce running them by default — contributors may land PATH_INFO regressions while fullci-local.shis expensive.#570 added
PhpcLintProjectTestto ci-fast; VM route matrix should be the next progressive gate.Goal
phpunit.xml.dist(no@group llvm).script/ci-fast.shruns MiniWebApp VM CLI filters whenMINIWEBAPP_VM_CLI_GATE=1(default on once green, or always-on after flip).script/miniwebapp-gates.shprints stage for VM CLI gate.examples/003-MiniWebApp/README.mdand DevEx: MiniWebApp CI gate ladder (lint → serve → AOT → web-smoke) #472 ladder.Acceptance criteria
Docker:
Dependencies
Links