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: refactor run-integration-tests to use larger runners #705

Merged
merged 5 commits into from
Aug 1, 2023

Conversation

lavarou
Copy link
Member

@lavarou lavarou commented Jul 28, 2023

Refactor run-integration-tests workflow into reusable workflows to allow fine tuning which runners to use for which job depending on architecture. Experiments showed that building on default runner but using larger runner (4cores) for running integration tests on arm64 achieves best time/cost results. I.e. using larger runners to build on arm64 cuts the workflow runtime from about 30 minutes to about 20 minutes and therefore does not seem necessary. However, using larger runners to run test on arm64 is necessary not as much for time savings but for performance - without larger runners, tests run too slow and more spans are captured which causes actual results not to match test expectations.

@lavarou lavarou force-pushed the ci/large-runners-experiment branch from 4d57318 to ac91e97 Compare July 28, 2023 17:22
@lavarou lavarou self-assigned this Jul 28, 2023
@lavarou lavarou merged commit 5436577 into dev Aug 1, 2023
57 checks passed
@lavarou lavarou deleted the ci/large-runners-experiment branch August 1, 2023 20:08
@lavarou lavarou modified the milestones: next, next-release Aug 29, 2023
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.

4 participants