Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit c52215e

Browse files
authored
Run Mac hostonly tests on any available arch (#119884)
* Run Mac hostonly tests on any available arch * Exception for framework tests
1 parent 3f02d4b commit c52215e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.ci.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ platform_properties:
7878
]
7979
os: Mac-12
8080
device_type: none
81-
cpu: x86 # TODO(jmagman): https://github.com/flutter/flutter/issues/112130
8281
xcode: 14a5294e # xcode 14.0 beta 5
8382
mac_arm64:
8483
properties:
@@ -2707,8 +2706,6 @@ targets:
27072706
task_name: flutter_packaging
27082707
tags: >
27092708
["framework", "hostonly", "shard", "mac"]
2710-
dimensions:
2711-
cpu: "arm64"
27122709
27132710
- name: Mac_benchmark flutter_view_macos__start_up
27142711
bringup: true # https://github.com/flutter/flutter/pull/119871
@@ -2726,6 +2723,7 @@ targets:
27262723
recipe: flutter/flutter_drone
27272724
timeout: 60
27282725
properties:
2726+
cpu: x86 # https://github.com/flutter/flutter/issues/119880
27292727
dependencies: >-
27302728
[
27312729
{"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"}
@@ -2751,6 +2749,7 @@ targets:
27512749
recipe: flutter/flutter_drone
27522750
timeout: 60
27532751
properties:
2752+
cpu: x86 # https://github.com/flutter/flutter/issues/119880
27542753
dependencies: >-
27552754
[
27562755
{"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"},
@@ -2780,6 +2779,7 @@ targets:
27802779
recipe: flutter/flutter_drone
27812780
timeout: 60
27822781
properties:
2782+
cpu: x86 # https://github.com/flutter/flutter/issues/119880
27832783
dependencies: >-
27842784
[
27852785
{"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"}
@@ -3019,6 +3019,7 @@ targets:
30193019
recipe: devicelab/devicelab_drone
30203020
timeout: 60
30213021
properties:
3022+
cpu: x86 # https://github.com/flutter/flutter/issues/119750
30223023
dependencies: >-
30233024
[
30243025
{"dependency": "xcode", "version": "14a5294e"},
@@ -3074,7 +3075,6 @@ targets:
30743075
recipe: flutter/flutter_drone
30753076
timeout: 60
30763077
properties:
3077-
cpu: arm64
30783078
dependencies: >-
30793079
[
30803080
{"dependency": "xcode", "version": "14a5294e"},
@@ -4915,8 +4915,6 @@ targets:
49154915
task_name: flutter_packaging
49164916
tags: >
49174917
["framework", "hostonly", "shard", "mac"]
4918-
dimensions:
4919-
cpu: "arm64"
49204918
49214919
- name: Windows flutter_packaging
49224920
recipe: packaging_v2/packaging_v2

0 commit comments

Comments
 (0)