Skip to content

Parallelize slow integration checks with a dynamic matrix #173

Description

@tkilias

Summary

Parallelize the slow integration checks using a generated workflow matrix.

Problem

The slow integration checks currently run as a single unit, which makes CI slower and reduces visibility into which specific slow test target failed.

Proposed change

  • add a dedicated matrix workflow for slow checks
  • generate the matrix from noxfile.py
  • run the slow-check job against that matrix so the test targets execute independently

Impact

This should reduce wall-clock time for slow checks and make failures easier to isolate in CI.

Related PR

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactoringCode improvement without behavior change

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions