Skip to content

CI: default-on INIT_FILEUPLOAD_PARITY_GATE in ci-fast (#2020)#2070

Merged
PurHur merged 1 commit into
masterfrom
issue-2020-init-fileupload-parity-gate-default
May 25, 2026
Merged

CI: default-on INIT_FILEUPLOAD_PARITY_GATE in ci-fast (#2020)#2070
PurHur merged 1 commit into
masterfrom
issue-2020-init-fileupload-parity-gate-default

Conversation

@PurHur
Copy link
Copy Markdown
Owner

@PurHur PurHur commented May 25, 2026

Summary

  • Flip INIT_FILEUPLOAD_PARITY_GATE default from 01 in script/ci-defaults.env and ci-common.sh fallback
  • Update docs/local-ci-matrix.md, template README, and examples/docs cross-links
  • Add CiScriptsTest assertions mirroring #2037 / APIJSON_INIT_PARITY_GATE precedent

Prerequisite #2004 ✅ (phpc init --profile fileupload + parity checker).

Test plan

  • Docker docker-ci-local.sh fast inventory: check-init-fileupload-parity: OK with default gate (no env override)
  • INIT_FILEUPLOAD_PARITY_GATE=0 still skips via ci_run_init_fileupload_parity_check early return
  • Full ./script/ci-local.sh on LLVM harness before merge (contributor machine)
make docker-build-22
./script/docker-ci-local.sh fast --filter PhpcInitFileUpload
INIT_FILEUPLOAD_PARITY_GATE=0 ./script/ci-fast.sh  # skips 006 parity only

Closes #2020

Made with Cursor

Flip init-fileupload template parity to default-on after #2004 landed,
matching INIT_SESSIONSWEB_PARITY_GATE and APIJSON_INIT_PARITY_GATE precedent.

Co-authored-by: Cursor <cursoragent@cursor.com>
@PurHur PurHur merged commit c85594a into master May 25, 2026
@PurHur PurHur deleted the issue-2020-init-fileupload-parity-gate-default branch May 25, 2026 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: INIT_FILEUPLOAD_PARITY_GATE default-on in ci-fast (prereq #2004 ✅)

1 participant