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

ci: run e2etests in parallel #660

Merged
merged 1 commit into from
Apr 13, 2023
Merged

ci: run e2etests in parallel #660

merged 1 commit into from
Apr 13, 2023

Conversation

apricote
Copy link
Member

@apricote apricote commented Apr 13, 2023

Most of the time in e2etests is spent waiting for async actions in the Hetzner Cloud API. By running the tests in parallel we should be able to shave of most of that time.

Most of the time in e2etests is spent waiting for async actions
in the Hetzner Cloud API. By running the tests in parallel we should
be able to shave of most of that time.
@apricote apricote marked this pull request as ready for review April 13, 2023 11:16
@apricote apricote requested a review from samcday April 13, 2023 11:16
@apricote
Copy link
Member Author

This roughly halves the time spent on integration tests from ~20 minutes before down to ~10 minutes.

@apricote apricote merged commit dbb1728 into main Apr 13, 2023
@apricote apricote deleted the parallel-e2e-tests branch April 13, 2023 12:05
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 this pull request may close these issues.

2 participants