Pin Mac tool_integration_test shards to arm64 (#157760)

Using `Mac_arm64` would require these to go through a `bringup: true`
dance, which would require not running in presubmit. Instead, this PR
just adds the `cpu` property to pin to `arm64` without changing the task
name.

Towards https://github.com/flutter/flutter/issues/157758
This commit is contained in:
Zachary Anderson 2024-10-28 19:32:32 -07:00 committed by GitHub
parent 749c2368d2
commit 1ab3c57ea4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4317,9 +4317,8 @@ targets:
- name: Mac tool_integration_tests_1_5
recipe: flutter/flutter_drone
timeout: 60
# Flake rate of >2.5% in presubmit
presubmit: false # https://github.com/flutter/flutter/issues/150642
properties:
cpu: arm64
add_recipes_cq: "true"
dependencies: >-
[
@ -4344,6 +4343,7 @@ targets:
recipe: flutter/flutter_drone
timeout: 60
properties:
cpu: arm64
add_recipes_cq: "true"
dependencies: >-
[
@ -4368,6 +4368,7 @@ targets:
recipe: flutter/flutter_drone
timeout: 60
properties:
cpu: arm64
add_recipes_cq: "true"
dependencies: >-
[
@ -4392,6 +4393,7 @@ targets:
recipe: flutter/flutter_drone
timeout: 60
properties:
cpu: arm64
add_recipes_cq: "true"
dependencies: >-
[
@ -4416,6 +4418,7 @@ targets:
recipe: flutter/flutter_drone
timeout: 60
properties:
cpu: arm64
add_recipes_cq: "true"
dependencies: >-
[