pcbjam/.github/workflows
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Istvan Matejcsok 6dfa6ebd15 tests: move screenshot baselines from git to R2 (content-addressed manifest v2)
Baseline PNGs (492, 35 MB) leave git: they now live in the private R2 bucket
pcbjam-ci-screenshots as immutable sha256/<hex>.png objects, pinned by the
committed screenshot-manifest.json (v2: name, engine, sha256, bytes, dims).
tests/baseline-screenshots/ becomes a gitignored cache materialized by the new
`npm run screenshots:fetch` (r2-sync.ts + aws4fetch r2-store.ts).

- promote.ts: requires the RW keypair (shell env or gitignored tests/.env),
  syncs the cache, uploads new hashes BEFORE rewriting the manifest; the
  manifest diff is the only git-visible output. --prune only edits the
  manifest — R2 objects are never deleted, old commits still resolve.
- compare.ts: skips the gate (exit 0, no report.json) when the manifest
  expects baselines but the cache is empty (secretless callers).
- changelog.ts: diffs the manifest between revs and fetches bytes from R2;
  guards against the migration commit (base manifest not v2 → skip).
- gen-manifest --check: v2 schema + resurrection guard (fails if baseline
  PNGs are ever re-committed); credential-free so every caller can gate.
- wasm-build.yml: declares optional read-only S3 secrets, caches + fetches
  baselines before the lint gate; release.yml/deploy-staging.yml pass them.
- screenshot-changelog.yml: triggers on the manifest path instead of PNGs.

All 492 objects are seeded and hash-verified in the bucket; fetch/compare
degrade to a warn-and-skip without credentials.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-19 09:21:28 +02:00
..
ci-ubicloud.yml jspi: retire the asyncify pipeline — knob, post-link tail, binaryen hooks 2026-08-13 08:39:12 +02:00
deploy-demo.yml feat(editor): report uncaught errors to Better Stack 2026-08-03 12:24:30 +02:00
deploy-site.yml chore(deploy/site): retire the migration scaffolding, keep the health check 2026-07-27 15:08:56 +02:00
deploy-staging.yml tests: move screenshot baselines from git to R2 (content-addressed manifest v2) 2026-08-19 09:21:28 +02:00
publish-libs.yml feat(deploy): publish-libs CI + full clone (C1.3) 2026-06-20 12:47:38 +02:00
release.yml tests: move screenshot baselines from git to R2 (content-addressed manifest v2) 2026-08-19 09:21:28 +02:00
screenshot-changelog.yml tests: move screenshot baselines from git to R2 (content-addressed manifest v2) 2026-08-19 09:21:28 +02:00
wasm-build.yml tests: move screenshot baselines from git to R2 (content-addressed manifest v2) 2026-08-19 09:21:28 +02:00