Skip to content

QA: normalize versions to [lts,1] (drop pre)#69

Merged
ChrisRackauckas merged 2 commits into
SciML:mainfrom
ChrisRackauckas-Claude:qa-versions
Jun 15, 2026
Merged

QA: normalize versions to [lts,1] (drop pre)#69
ChrisRackauckas merged 2 commits into
SciML:mainfrom
ChrisRackauckas-Claude:qa-versions

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Contributor

Normalizes the root test/test_groups.toml [QA] group's versions to the canonical SciML set.

Change: [QA].versions ["1"] -> ["lts", "1"]

The [QA] group (Aqua / ExplicitImports / JET) previously ran on the latest stable channel only. The canonical fleet convention runs QA on both the LTS channel and the latest stable. This repo's [compat] julia floor is 1.10 (equal to current LTS), so the lts slot is used directly with no floor exception. pre is intentionally not included for QA.

Only [QA].versions is touched; [Core] and [LineSearchesJL] are unchanged. Verified the file still parses as valid TOML.

Ignore until reviewed by @ChrisRackauckas.

ChrisRackauckas and others added 2 commits June 13, 2026 06:49
The root test/test_groups.toml [QA] group ran Aqua/JET on the latest
stable channel only (["1"]). Normalize to the canonical set ["lts", "1"]
so QA also runs on the LTS (1.10) channel, matching the rest of the
SciML fleet. The repo's [compat] julia floor is 1.10 (== LTS), so the
lts slot is used directly (no floor exception).

Only [QA].versions is changed; other groups are untouched.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas marked this pull request as ready for review June 15, 2026 08:55
@ChrisRackauckas ChrisRackauckas merged commit ff63e53 into SciML:main Jun 15, 2026
13 checks passed
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.

2 participants