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] Replace reactivecircus/android-emulator-runner | Resolve flaking timeout #1108

Open
AlexV525 opened this issue Jan 5, 2024 · 1 comment

Comments

@AlexV525
Copy link
Contributor

AlexV525 commented Jan 5, 2024

During the development of #1104, the test frequently fails without showing an obvious reason, which makes it hard to track the root cause.
We should find a more stable solution or find the root cause of the timeout.

@dnys1
Copy link

dnys1 commented Jan 12, 2024

I ran into the same issue working on Amplify Flutter and rewrote reactivecircus's GH action in Dart to try and resolve the flakiness.

The main insight I gathered was the overwhelming performance and stability gained from hardware acceleration, which is only available on macos-xl runners and GitHub's large runners. Using those, hardware acceleration can be enabled relatively easily and the reactivecircus action should be sufficient.

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

No branches or pull requests

2 participants