Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

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
Owner

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
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants