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

Commit

Permalink
Revert "Run Mac hostonly tests on any available arch (#119762)" (#119…
Browse files Browse the repository at this point in the history
…784)

This reverts commit 475fc4a.
  • Loading branch information
jmagman authored Feb 2, 2023
1 parent f767f86 commit 34730c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ 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 @@ -2696,6 +2697,8 @@ 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 @@ -3009,7 +3012,6 @@ 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 @@ -3065,6 +3067,7 @@ targets:
recipe: flutter/flutter_drone
timeout: 60
properties:
cpu: arm64
dependencies: >-
[
{"dependency": "xcode", "version": "14a5294e"},
Expand Down Expand Up @@ -4911,6 +4914,8 @@ 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 34730c7

Please sign in to comment.