Matrix GitHub Pages specimen catalog builds - #181
Merged
Conversation
Split the serial parch specimen loop into pages-plan + pages-specimen and gather shards in the pages deploy job. Co-authored-by: Joseph Chiocchi <joe@yolk.cc>
yyolk
marked this pull request as ready for review
September 6, 2026 06:00
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
Co-authored-by: Joseph Chiocchi <joe@yolk.cc>
Co-authored-by: Joseph Chiocchi <joe@yolk.cc>
This was referenced Sep 6, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On
masterpushes thepagesjob built every framed device serially (parch specimenin a loop). The last successful run spent ~19 minutes on Pages alone.This splits that work the same way
release-pdfs.ymlplans its matrix:pages-plan— emits sortedFRAME_DEVICE_IDSJSON andmax_parallel = len(ids)(19 today). Runs in parallel withtest.pages-specimen—needs: [test, pages-plan],fail-fast: false, full-width matrix. Each shard runsparch specimen $DEVICE -w out, assertslined-left/cover.svg, and uploadsout/specimens/$DEVICEasspecimen-$DEVICE. Contents-read only; nogithub-pagesenvironment.pages— downloadsspecimen-*, merges device folders underout/specimens/, regenerates the catalog root withwrite_catalog_index+listed_catalog_devices, keeps the existing smoke checks, then configure/upload/deploy Pages.Year PDFs stay off Pages.
release-pdfs.ymlandpublish.ymlare untouched.Expected wall-clock drop from ~19m serial to ~1–3m at full width; billable minutes may rise slightly due to per-shard setup.