forked from firka/flutter
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user