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
#2028 adds deploy-smoke.sh --example 006 for multipart CGI behind PHPC_DEPLOY_ROOT. There is no ci-local hook yet — same gap #1967 had for 005 before #1974 default-on flip.
Problem
#2028 adds
deploy-smoke.sh --example 006for multipart CGI behindPHPC_DEPLOY_ROOT. There is no ci-local hook yet — same gap #1967 had for 005 before #1974 default-on flip.Goal
When #2028 is green on
php-compiler:22.04-dev:FILE_UPLOAD_WEB_DEPLOY_SMOKE_GATE="${FILE_UPLOAD_WEB_DEPLOY_SMOKE_GATE:-0}"inscript/ci-defaults.envci_run_file_upload_web_deploy_smoke()inscript/ci-common.sh(llvm tail only; skip exit 0 when LLVM missing)script/ci-local.shafterdeploy-smoke/ examples smokesdocs/local-ci-matrix.mdandlib/Doctor.php(DevEx: phpc doctor --gates lists 006-FileUploadWeb ladder (#1999–#2012) #2010 ladder)Follow-up (separate issue): default
=1in ci-local after stable (mirror #1974 for sessions).Implementation hints
Mirror
SESSIONS_WEB_DEPLOY_SMOKE_GATEwiring:script/deploy-smoke.shsmoke_006_fileuploadweb()from #2028script/ci-common.sh1and LLVM readytest/unit/CiScriptsTest.phpAcceptance criteria
FILE_UPLOAD_WEB_DEPLOY_SMOKE_GATE=1 ./script/ci-local.sh docker run --rm -v "$(pwd):/compiler" -w /compiler php-compiler:22.04-dev \ FILE_UPLOAD_WEB_DEPLOY_SMOKE_GATE=1 ./script/deploy-smoke.sh --example 006Dependencies
Links