ci: uniformize onto centralized CI (project-model SublibraryCI + cleanup) - #499
Merged
ChrisRackauckas merged 6 commits intoJun 5, 2026
Conversation
The previous SublibraryCI called sublibrary-tests.yml@v1 (GROUP-dispatch), which needs a root runtests.jl that activates lib/<GROUP> — this repo has no such dispatcher, so it tested nothing useful. Switch to the project model: list lib/* and run each as a tests.yml@v1 caller with project: lib/X. The reusable workflow git-develops the sublibrary's in-repo [sources] deps transitively, so no per-repo dispatcher is needed. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Drop coverage: false (cargo-culted from OrdinaryDiffEq, which disables it only to avoid Codecov flooding at 56-sublibrary scale). For this repo the sublib tests are the only thing covering the sublib's src, so collect it -- with coverage-directories pointed at the sublibrary (lib/X/src,ext) rather than the repo-root default (src,ext). Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Don't assume python3 is on the runner. jq is preinstalled on GitHub-hosted ubuntu runners (where the list-sublibraries job runs) and builds the JSON array directly. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
jq isn't guaranteed on self-hosted runners any more than python3 is. lib/* directory names have no JSON-special characters, so build the array with plain shell quoting and depend on neither. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The list-lib/*-and-matrix logic moved into the reusable sublibrary-project-tests.yml in SciML/.github, so this caller collapses to just the branch triggers, concurrency, and a single `uses:`. No duplicated detection logic per repo. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Benchmark Results (Julia v1.11)Time benchmarks
Memory benchmarks
|
Part of bringing this repo onto the full centralized CI setup (SciML/.github @v1): remove retired CompatHelper (Dependabot drives [compat]) and/or add the centralized Documenter preview cleanup. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ChrisRackauckas
marked this pull request as ready for review
June 5, 2026 13:52
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.
Uniformizes this repo onto the centralized CI setup released in SciML/.github
@v1:sublibrary-project-tests.yml@v1DocPreviewCleanup.yml→docs-preview-cleanup.yml@v1Deliberately excluded: TagBot centralization (the reusable
tagbot.ymlonly wrapsJuliaRegistries/TagBot@v1, which already floats — near-zero value, and rewriting the sublib matrix risks silently dropping a package from registration);dependabot-automerge/runic-suggestions(opt-in behavior changes).🤖 Generated with Claude Code