mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Do not use Macmini7,1 for host tests (flutter/engine#41159)
fixes https://github.com/flutter/flutter/issues/124678 those machines do not support compute subgroups. They make up only a relatively small fraction of the pool. This does not restrict the arm machines, as they're already restricted by the cpu architecture dimension.
This commit is contained in:
parent
be80920d7f
commit
0b76c9b463
@ -16,7 +16,8 @@
|
||||
"drone_dimensions": [
|
||||
"device_type=none",
|
||||
"os=Mac-12",
|
||||
"cpu=x86"
|
||||
"cpu=x86",
|
||||
"mac_model=Macmini8,1"
|
||||
],
|
||||
"gclient_custom_vars": {
|
||||
"download_android_deps": false
|
||||
@ -72,7 +73,8 @@
|
||||
"drone_dimensions": [
|
||||
"device_type=none",
|
||||
"os=Mac-12",
|
||||
"cpu=x86"
|
||||
"cpu=x86",
|
||||
"mac_model=Macmini8,1"
|
||||
],
|
||||
"gclient_custom_vars": {
|
||||
"download_android_deps": false
|
||||
|
||||
@ -13,7 +13,8 @@
|
||||
"drone_dimensions": [
|
||||
"device_type=none",
|
||||
"os=Mac-12",
|
||||
"cpu=x86"
|
||||
"cpu=x86",
|
||||
"mac_model=Macmini8,1"
|
||||
],
|
||||
"gclient_custom_vars": {
|
||||
"download_android_deps": false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user