Run Mac intel only targets on both intel and arm (#127230)
The slowness issue was resolved with latest xcode: https://github.com/flutter/flutter/issues/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: https://github.com/flutter/flutter/issues/119764 - Mac build_tests: https://github.com/flutter/flutter/pull/120620 - Mac plugin_test: https://github.com/flutter/flutter/pull/120714 - Mac plugin_test_macos: https://github.com/flutter/flutter/pull/122212 - Mac framework_tests_misc: https://github.com/flutter/flutter/pull/122618
This commit is contained in:
parent
ce61eda70c
commit
784ebdf2a3
8
.ci.yaml
8
.ci.yaml
@ -2575,7 +2575,6 @@ targets:
|
|||||||
timeout: 60
|
timeout: 60
|
||||||
properties:
|
properties:
|
||||||
add_recipes_cq: "true"
|
add_recipes_cq: "true"
|
||||||
cpu: x86 # https://github.com/flutter/flutter/issues/120292
|
|
||||||
dependencies: >-
|
dependencies: >-
|
||||||
[
|
[
|
||||||
{"dependency": "android_sdk", "version": "version:33v6"},
|
{"dependency": "android_sdk", "version": "version:33v6"},
|
||||||
@ -2595,7 +2594,6 @@ targets:
|
|||||||
timeout: 60
|
timeout: 60
|
||||||
properties:
|
properties:
|
||||||
add_recipes_cq: "true"
|
add_recipes_cq: "true"
|
||||||
cpu: x86 # https://github.com/flutter/flutter/issues/120292
|
|
||||||
dependencies: >-
|
dependencies: >-
|
||||||
[
|
[
|
||||||
{"dependency": "android_sdk", "version": "version:33v6"},
|
{"dependency": "android_sdk", "version": "version:33v6"},
|
||||||
@ -2615,7 +2613,6 @@ targets:
|
|||||||
timeout: 60
|
timeout: 60
|
||||||
properties:
|
properties:
|
||||||
add_recipes_cq: "true"
|
add_recipes_cq: "true"
|
||||||
cpu: x86 # https://github.com/flutter/flutter/issues/120292
|
|
||||||
dependencies: >-
|
dependencies: >-
|
||||||
[
|
[
|
||||||
{"dependency": "android_sdk", "version": "version:33v6"},
|
{"dependency": "android_sdk", "version": "version:33v6"},
|
||||||
@ -2635,7 +2632,6 @@ targets:
|
|||||||
timeout: 60
|
timeout: 60
|
||||||
properties:
|
properties:
|
||||||
add_recipes_cq: "true"
|
add_recipes_cq: "true"
|
||||||
cpu: x86 # https://github.com/flutter/flutter/issues/120292
|
|
||||||
dependencies: >-
|
dependencies: >-
|
||||||
[
|
[
|
||||||
{"dependency": "android_sdk", "version": "version:33v6"},
|
{"dependency": "android_sdk", "version": "version:33v6"},
|
||||||
@ -2792,7 +2788,6 @@ targets:
|
|||||||
recipe: flutter/flutter_drone
|
recipe: flutter/flutter_drone
|
||||||
timeout: 60
|
timeout: 60
|
||||||
properties:
|
properties:
|
||||||
cpu: x86 # https://github.com/flutter/flutter/issues/119880
|
|
||||||
dependencies: >-
|
dependencies: >-
|
||||||
[
|
[
|
||||||
{"dependency": "goldctl", "version": "git_revision:f808dcff91b221ae313e540c09d79696cd08b8de"},
|
{"dependency": "goldctl", "version": "git_revision:f808dcff91b221ae313e540c09d79696cd08b8de"},
|
||||||
@ -3055,7 +3050,6 @@ targets:
|
|||||||
recipe: devicelab/devicelab_drone
|
recipe: devicelab/devicelab_drone
|
||||||
timeout: 60
|
timeout: 60
|
||||||
properties:
|
properties:
|
||||||
cpu: x86 # https://github.com/flutter/flutter/issues/119750
|
|
||||||
dependencies: >-
|
dependencies: >-
|
||||||
[
|
[
|
||||||
{"dependency": "android_sdk", "version": "version:33v6"},
|
{"dependency": "android_sdk", "version": "version:33v6"},
|
||||||
@ -3074,7 +3068,6 @@ targets:
|
|||||||
recipe: devicelab/devicelab_drone
|
recipe: devicelab/devicelab_drone
|
||||||
timeout: 60
|
timeout: 60
|
||||||
properties:
|
properties:
|
||||||
cpu: x86 # https://github.com/flutter/flutter/issues/119750
|
|
||||||
dependencies: >-
|
dependencies: >-
|
||||||
[
|
[
|
||||||
{"dependency": "xcode", "version": "14e222b"},
|
{"dependency": "xcode", "version": "14e222b"},
|
||||||
@ -3093,7 +3086,6 @@ targets:
|
|||||||
recipe: devicelab/devicelab_drone
|
recipe: devicelab/devicelab_drone
|
||||||
timeout: 60
|
timeout: 60
|
||||||
properties:
|
properties:
|
||||||
cpu: x86 # https://github.com/flutter/flutter/issues/119750
|
|
||||||
dependencies: >-
|
dependencies: >-
|
||||||
[
|
[
|
||||||
{"dependency": "xcode", "version": "14e222b"},
|
{"dependency": "xcode", "version": "14e222b"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user