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

Github actions has max matrix size of 256 which will soon be a limiting factor #201

Closed
danielbraun89 opened this issue Dec 15, 2022 · 1 comment · Fixed by #356
Closed
Assignees

Comments

@danielbraun89
Copy link
Member

Currently each feature test is being run in its own action runner which is limited by github to 256 (https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs)

Possible solution is to run the tests in a single runner

Must ensure:

  • it is highly parallel in order to decrease run time
  • can print logs of all tests in a structured and easily read order
@danielbraun89 danielbraun89 self-assigned this Dec 15, 2022
@jcbhmr
Copy link
Contributor

jcbhmr commented Jan 2, 2023

it is highly parallel in order to decrease run time

A comment: I think this should be secondary. First up on the docket is to get it working.


Does devcontainer features test work with the current repo layout? That would seem like the ideal way to go about this. Maybe with a loop that does each one individually?

@danielbraun89 danielbraun89 linked a pull request Apr 3, 2023 that will close this issue
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 a pull request may close this issue.

2 participants