Skip to content

[codex] Parallelize slow checks#169

Draft
tkilias wants to merge 1 commit into
pr1/fix-failing-tests-and-timeoutsfrom
pr2/parallel-slow-tests
Draft

[codex] Parallelize slow checks#169
tkilias wants to merge 1 commit into
pr1/fix-failing-tests-and-timeoutsfrom
pr2/parallel-slow-tests

Conversation

@tkilias

@tkilias tkilias commented Jun 27, 2026

Copy link
Copy Markdown
Collaborator

What changed

This PR adds the dynamic slow-test matrix workflow on top of PR 1.

It includes only:

  • .github/workflows/matrix-slow.yml
  • .github/workflows/slow-checks.yml
  • noxfile.py support for generating the slow-test matrix

Why it changed

The slow integration checks were previously bundled into a single job. This splits them into a generated matrix so they can run in parallel without mixing in functional API changes.

Impact

Slow checks should complete faster and each slow integration target becomes independently visible in CI.

Validation

  • poetry run nox -s matrix:slow
  • poetry run nox -s format:check
  • poetry run nox -s lint:typing

@tkilias tkilias force-pushed the pr2/parallel-slow-tests branch from 43a8c18 to 3ac383f Compare June 27, 2026 15:20
@tkilias tkilias temporarily deployed to manual-approval June 27, 2026 15:20 — with GitHub Actions Inactive
@sonarqubecloud

Copy link
Copy Markdown

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.

1 participant