QA: run ubuntu-only (drop os matrix from the QA group)#312
Merged
ChrisRackauckas merged 2 commits intoJun 15, 2026
Conversation
Aqua/JET are platform-independent, so the windows/macos QA jobs were wasted CI. Remove the os axis from the [QA] group in test/test_groups.toml so QA runs only on the default ubuntu-latest. Core/functional groups keep their multi-OS coverage. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Set the [QA] group versions to the canonical set ["lts", "1"] so Aqua/JET run on LTS (1.10) and latest stable only (dropping "pre"). Core and NoPre groups are unchanged. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
d45c40c to
6f7f21c
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.
The
[QA]group intest/test_groups.tomlwas running on a multi-OS matrix (ubuntu/macos/windows). Aqua and JET are platform-independent quality-assurance checks, so the windows and macos QA jobs produced identical results to the ubuntu run — wasted CI.This drops the
os = [...]line from the[QA]group so QA runs only on the defaultubuntu-latest(across its existingversions). Core and the other functional test groups keep their full multi-OS coverage; this change touches only[QA].Ignore until reviewed by @ChrisRackauckas.