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] Integration tests: support for Linux/Mac #1989

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

Ifropc
Copy link
Contributor

@Ifropc Ifropc commented Mar 28, 2025

What

And ARM Linux and Mac support for integration tests

Why

#1941

Known limitations

Set threads to 1, this doesn't slow build too much.
Current main: ~10 minutes
Multiplatform multithread (using ubuntu-latest-16-cores): ~7 minutes -> making a lot of requests in multithreaded environment messes up the fees and leads to failures. This doesn't happen with smaller instance because it doesn't send as much requests (however, it still leads to flaky tests for the same reason -- fees)
Multiplatform singlethread: ~11 minutes

@Ifropc Ifropc linked an issue Mar 28, 2025 that may be closed by this pull request
@Ifropc Ifropc changed the title Multiplatform integration tests [ci] Integration tests: support for Linux/Mac Mar 28, 2025
@Ifropc Ifropc marked this pull request as ready for review March 29, 2025 18:33
@Ifropc Ifropc requested a review from a team March 29, 2025 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog (Not Ready)
Development

Successfully merging this pull request may close these issues.

Enable Integration tests for Mac and Linux
1 participant