Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically build the test matrix #5307

Merged
merged 1 commit into from
Feb 20, 2024
Merged

Dynamically build the test matrix #5307

merged 1 commit into from
Feb 20, 2024

Conversation

ferrarimarco
Copy link
Collaborator

@ferrarimarco ferrarimarco commented Feb 19, 2024

Proposed changes

Dynamically build the matrix of tests to run so we can have each test in its own step without having to manually maintain the test matrix.

This makes the test suite more manageable, so we don't have to parse a gigantic log to troubleshoot CI failures.

Readiness checklist

In order to have this pull request merged, complete the following tasks.

Pull request author tasks

  • I included all the needed documentation for this change.
  • I provided the necessary tests.
  • I squashed all the commits into a single commit.
  • I followed the Conventional Commit v1.0.0 spec.
  • I wrote the necessary upgrade instructions in the upgrade guide.
  • If this pull request is about and existing issue,
    I added the Fix #ISSUE_NUMBER label to the description of the pull request.

Super-linter maintainer tasks

  • Label as breaking if this change breaks compatibility with the previous released version.
  • Label as either: automation, bug, documentation, enhancement, infrastructure.

@ferrarimarco ferrarimarco added automation related to helping the project operate more efficiently O: backlog 🤖 Backlog, stale ignores this label labels Feb 19, 2024
@ferrarimarco ferrarimarco self-assigned this Feb 19, 2024
@ferrarimarco ferrarimarco force-pushed the dynamic-test-matrix branch 15 times, most recently from eb27aec to 5fb7687 Compare February 20, 2024 10:09
@ferrarimarco ferrarimarco marked this pull request as ready for review February 20, 2024 10:22
Dynamically build the matrix of tests to run so we can have each test in
its own step without having to manually maintain the test matrix.
.github/workflows/ci.yml Show resolved Hide resolved
@Hanse00 Hanse00 added this pull request to the merge queue Feb 20, 2024
Merged via the queue into main with commit 0938895 Feb 20, 2024
67 checks passed
@Hanse00 Hanse00 deleted the dynamic-test-matrix branch February 20, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation related to helping the project operate more efficiently O: backlog 🤖 Backlog, stale ignores this label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants