Skip to content

Commit

Permalink
Run Mac intel only targets on both intel and arm (flutter#127230)
Browse files Browse the repository at this point in the history
The slowness issue was resolved with latest xcode: flutter#119750, and all these targets should resume on both platforms as before. This will help mitigate high queue time on intel bots.

This PR updates these targets:

- Mac plugin_test_ios: flutter#119764
- Mac build_tests: flutter#120620
- Mac plugin_test: flutter#120714
- Mac plugin_test_macos: flutter#122212
- Mac framework_tests_misc: flutter#122618
  • Loading branch information
keyonghan authored May 19, 2023
1 parent ce61eda commit 784ebdf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2575,7 +2575,6 @@ targets:
timeout: 60
properties:
add_recipes_cq: "true"
cpu: x86 # https://github.com/flutter/flutter/issues/120292
dependencies: >-
[
{"dependency": "android_sdk", "version": "version:33v6"},
Expand All @@ -2595,7 +2594,6 @@ targets:
timeout: 60
properties:
add_recipes_cq: "true"
cpu: x86 # https://github.com/flutter/flutter/issues/120292
dependencies: >-
[
{"dependency": "android_sdk", "version": "version:33v6"},
Expand All @@ -2615,7 +2613,6 @@ targets:
timeout: 60
properties:
add_recipes_cq: "true"
cpu: x86 # https://github.com/flutter/flutter/issues/120292
dependencies: >-
[
{"dependency": "android_sdk", "version": "version:33v6"},
Expand All @@ -2635,7 +2632,6 @@ targets:
timeout: 60
properties:
add_recipes_cq: "true"
cpu: x86 # https://github.com/flutter/flutter/issues/120292
dependencies: >-
[
{"dependency": "android_sdk", "version": "version:33v6"},
Expand Down Expand Up @@ -2792,7 +2788,6 @@ targets:
recipe: flutter/flutter_drone
timeout: 60
properties:
cpu: x86 # https://github.com/flutter/flutter/issues/119880
dependencies: >-
[
{"dependency": "goldctl", "version": "git_revision:f808dcff91b221ae313e540c09d79696cd08b8de"},
Expand Down Expand Up @@ -3055,7 +3050,6 @@ targets:
recipe: devicelab/devicelab_drone
timeout: 60
properties:
cpu: x86 # https://github.com/flutter/flutter/issues/119750
dependencies: >-
[
{"dependency": "android_sdk", "version": "version:33v6"},
Expand All @@ -3074,7 +3068,6 @@ targets:
recipe: devicelab/devicelab_drone
timeout: 60
properties:
cpu: x86 # https://github.com/flutter/flutter/issues/119750
dependencies: >-
[
{"dependency": "xcode", "version": "14e222b"},
Expand All @@ -3093,7 +3086,6 @@ targets:
recipe: devicelab/devicelab_drone
timeout: 60
properties:
cpu: x86 # https://github.com/flutter/flutter/issues/119750
dependencies: >-
[
{"dependency": "xcode", "version": "14e222b"},
Expand Down

0 comments on commit 784ebdf

Please sign in to comment.