You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ci): Run E2E tests in a per-test matrix (#2398)
* Setup initial test matrix for test classes.
* Increase concurrency and move build to its own step.
* Add dynamic discovery of test classes to avoid duplication between pom.xml and GH actions script.
* output single-line JSON as multi-line is not supported with GITHUB_OUTPUT.
* increase degree of concurreny to max 25 (20 for e2e and 5 for e2e-graal).
* Update .github/workflows/check-e2e.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Address PR comments by Copilot.
* Update .github/workflows/check-e2e.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update .github/workflows/check-e2e.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fix syntax error caused by Copilot.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments