Skip to content

Commit

Permalink
Run Mac hostonly tests on any available arch (#119762)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jmagman committed Feb 2, 2023
1 parent ca7b7e3 commit 475fc4a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ platform_properties:
]
os: Mac-12
device_type: none
cpu: x86 # TODO(jmagman): https://github.com/flutter/flutter/issues/112130
xcode: 14a5294e # xcode 14.0 beta 5
mac_arm64:
properties:
Expand Down Expand Up @@ -2697,8 +2696,6 @@ targets:
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "mac"]
dimensions:
cpu: "arm64"
- name: Mac flutter_view_macos__start_up
presubmit: false
Expand Down Expand Up @@ -3012,6 +3009,7 @@ targets:
recipe: devicelab/devicelab_drone
timeout: 60
properties:
cpu: x86 # https://github.com/flutter/flutter/issues/119750
dependencies: >-
[
{"dependency": "xcode", "version": "14a5294e"},
Expand Down Expand Up @@ -3067,7 +3065,6 @@ targets:
recipe: flutter/flutter_drone
timeout: 60
properties:
cpu: arm64
dependencies: >-
[
{"dependency": "xcode", "version": "14a5294e"},
Expand Down Expand Up @@ -4914,8 +4911,6 @@ targets:
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "mac"]
dimensions:
cpu: "arm64"
- name: Windows flutter_packaging
recipe: packaging_v2/packaging_v2
Expand Down

0 comments on commit 475fc4a

Please sign in to comment.