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
Enforce cpu explicitly for Mac devicelab test beds #101871
Enforce cpu explicitly for Mac devicelab test beds #101871
Conversation
|
Is there any way we can tag |
Gpu tag for arm Mac is blocked on: https://bugs.chromium.org/p/chromium/issues/detail?id=1109628 |
|
That issue says we can use |
Arm bots show |
Yes, that's the distinction we need! |
|
flutter/cocoon#1731 and https://flutter-review.googlesource.com/c/infra/+/29061 to support |
|
Updated all Mac builders to use But will land this PR after flutter/cocoon#1731 is pushed to latest cocoon version. |
All existing devicelab testbeds are
Macmini8,1now, but from tests config side, we are not enforcing the mac_model.On the other hand, we are enabling M1 tests and M1 bots in
prod, this will cause existing Mac devicelab tests to run against M1 bots. However, not all tests are supported on M1 bots.This PR tags
mac_model: Macmini8,1explicitly to avoid interaction between test beds. This will also help avoid potential breakage when model changes in the future.Context: #101861