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:
Dan Field 2023-04-13 10:45:41 -07:00 committed by GitHub
parent be80920d7f
commit 0b76c9b463
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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