Skip to content

Commit 475fc4a

Browse files
authored
Run Mac hostonly tests on any available arch (#119762)
* Run Mac hostonly presubmit tests on any available arch * Force all Mac tests to run on arm64 to validate in presubmit * Go back to web tests on x64 * Run plugin_test_ios on x64 * Try Chrome 110 on arm * Revert chrome bump, remove forcing arm64 * Update issue number
1 parent ca7b7e3 commit 475fc4a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.ci.yaml

Lines changed: 1 addition & 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:
@@ -2697,8 +2696,6 @@ targets:
26972696
task_name: flutter_packaging
26982697
tags: >
26992698
["framework", "hostonly", "shard", "mac"]
2700-
dimensions:
2701-
cpu: "arm64"
27022699
27032700
- name: Mac flutter_view_macos__start_up
27042701
presubmit: false
@@ -3012,6 +3009,7 @@ targets:
30123009
recipe: devicelab/devicelab_drone
30133010
timeout: 60
30143011
properties:
3012+
cpu: x86 # https://github.com/flutter/flutter/issues/119750
30153013
dependencies: >-
30163014
[
30173015
{"dependency": "xcode", "version": "14a5294e"},
@@ -3067,7 +3065,6 @@ targets:
30673065
recipe: flutter/flutter_drone
30683066
timeout: 60
30693067
properties:
3070-
cpu: arm64
30713068
dependencies: >-
30723069
[
30733070
{"dependency": "xcode", "version": "14a5294e"},
@@ -4914,8 +4911,6 @@ targets:
49144911
task_name: flutter_packaging
49154912
tags: >
49164913
["framework", "hostonly", "shard", "mac"]
4917-
dimensions:
4918-
cpu: "arm64"
49194914
49204915
- name: Windows flutter_packaging
49214916
recipe: packaging_v2/packaging_v2

0 commit comments

Comments
 (0)