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

Run e2e tests in parallel #10759

Closed
danjm opened this issue Mar 29, 2021 · 1 comment
Closed

Run e2e tests in parallel #10759

danjm opened this issue Mar 29, 2021 · 1 comment
Labels
area-testSuite contributor experience An issue that impacts, or planned improvement to, the contributor experience.

Comments

@danjm
Copy link
Contributor

danjm commented Mar 29, 2021

To speed up our e2e tests, we want them running in parallel on CI.

Each e2e test suite can be run independently. We'll need to decide how to group them together (e.g. 1 test suite per job, multiple per job, etc.)

We should probably use separate jobs for each run, to avoid running out of memory (unless we can demonstrate that this is not likely to be a problem).

@Gudahtt Gudahtt changed the title Have our e2e tests run in parallel Run e2e tests in parallel Mar 29, 2021
@danjm danjm added this to the e2e Test Improvement Sprint milestone Oct 25, 2021
@brad-decker brad-decker added the contributor experience An issue that impacts, or planned improvement to, the contributor experience. label Sep 27, 2022
@PeterYinusa
Copy link
Contributor

Fixed in #16417

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-testSuite contributor experience An issue that impacts, or planned improvement to, the contributor experience.
Projects
None yet
Development

No branches or pull requests

3 participants