Normalize nopre -> QA (+ split AD/Enzyme)#314
Merged
ChrisRackauckas merged 1 commit intoJun 15, 2026
Conversation
The NoPre group mixed standard QA tooling (JET) with functional SciMLSensitivity/Zygote/Tracker AD tests. Per the fleet rule, split them: - QA (standard checks): now also carries JET. jet_tests.jl moves into the new test/qa env (Aqua + JET) alongside qa.jl, and the QA dispatch activates that env and runs both files. QA is set to versions ["lts","1"], ubuntu-only. - AD (functional): the three SciMLSensitivity/Zygote/Tracker tests move from test/nopre into test/AD with their own env (the former nopre env minus JET). New [AD] group at versions ["lts","1"]; not run on prerelease. The old [NoPre] key, test/nopre dir, and NoPre dispatch are removed. Test file bodies are unchanged (moved verbatim); only config and dispatch were edited. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
df64f47 to
72ca967
Compare
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.
Part of the fleet-wide nopre/NoPre test-group normalization (policy: standard Aqua/JET/ExplicitImports checks live in the canonical
QAgroup at["lts","1"]; pre-incompatible functional/AD tests get their own content-named group).Survey result: the
NoPregroup was MIXED — JET (standard QA) plus SciMLSensitivity/Zygote/Tracker AD tests — so it is SPLIT:jet_tests.jlmoves into a newtest/qaenv (Aqua + JET) alongsideqa.jl; the QA dispatch activates that env and runs both. QA set toversions = ["lts","1"], ubuntu-only.integrating_sensitivity_tests.jl,integrating_sum_sensitivity_tests.jl,saving_tracker_tests.jlmove fromtest/nopreintotest/ADwith their own env (former nopre env minus JET).[AD]atversions = ["lts","1"]; not run on prerelease.The old
[NoPre]key,test/nopredir, and NoPre dispatch are removed. Test file bodies are unchanged (moved verbatim); only config/test-env and dispatch were edited.Static-verified locally:
test_groups.tomlparses (Core,QA,AD); both envProject.tomlfiles parse;runtests.jlpassesMeta.parseall.Ignore until reviewed by @ChrisRackauckas.
🤖 Generated with Claude Code