Skip to content

Commit

Permalink
Renable macOS 13 tests (#48418)
Browse files Browse the repository at this point in the history
A workaround was added for flutter/flutter#138238, so let's re-enable macOS 13 tests

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
  • Loading branch information
vashworth committed Dec 1, 2023
1 parent 95995c4 commit 00316e4
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 42 deletions.
6 changes: 3 additions & 3 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ platform_properties:
]
device_type: none
cpu: x86
os: Mac-12
os: Mac-12|Mac-13
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
$flutter/osx_sdk : >-
{
Expand Down Expand Up @@ -465,7 +465,7 @@ targets:
"toolchain_ver_intel": "Zp2HmSx7_-pu-yHqYqzoEpo0JRwNZGGwSj5V1SnLFmoC"
}
drone_dimensions:
- os=Mac-12
- os=Mac-12|Mac-13

- name: Linux mac_unopt
recipe: engine_v2/engine_v2
Expand All @@ -489,7 +489,7 @@ targets:
"toolchain_ver_intel": "Zp2HmSx7_-pu-yHqYqzoEpo0JRwNZGGwSj5V1SnLFmoC"
}
drone_dimensions:
- os=Mac-12
- os=Mac-12|Mac-13
- cpu=x86

- name: Mac impeller-cmake-example
Expand Down
12 changes: 6 additions & 6 deletions ci/builders/mac_android_aot_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -55,7 +55,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -97,7 +97,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -139,7 +139,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -180,7 +180,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -222,7 +222,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down
14 changes: 7 additions & 7 deletions ci/builders/mac_clang_tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand All @@ -24,7 +24,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand All @@ -50,7 +50,7 @@
"recipe": "engine_v2/tester_engine",
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down Expand Up @@ -82,7 +82,7 @@
"recipe": "engine_v2/tester_engine",
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down Expand Up @@ -114,7 +114,7 @@
"recipe": "engine_v2/tester_engine",
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down Expand Up @@ -146,7 +146,7 @@
"recipe": "engine_v2/tester_engine",
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down Expand Up @@ -178,7 +178,7 @@
"recipe": "engine_v2/tester_engine",
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down
8 changes: 4 additions & 4 deletions ci/builders/mac_clang_tidy_presubmit.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand All @@ -24,7 +24,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand All @@ -50,7 +50,7 @@
"recipe": "engine_v2/tester_engine",
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down Expand Up @@ -82,7 +82,7 @@
"recipe": "engine_v2/tester_engine",
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down
12 changes: 6 additions & 6 deletions ci/builders/mac_host_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86",
"mac_model=Macmini8,1"
],
Expand Down Expand Up @@ -81,7 +81,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86",
"mac_model=Macmini8,1"
],
Expand Down Expand Up @@ -143,7 +143,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86",
"mac_model=Macmini8,1"
],
Expand Down Expand Up @@ -214,7 +214,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -263,7 +263,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -309,7 +309,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down
2 changes: 1 addition & 1 deletion ci/builders/mac_impeller_cmake_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"archives": [],
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down
20 changes: 10 additions & 10 deletions ci/builders/mac_ios_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gn": [
Expand All @@ -28,7 +28,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gn": [
Expand All @@ -54,7 +54,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gn": [
Expand All @@ -80,7 +80,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gn": [
Expand All @@ -107,7 +107,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gn": [
Expand All @@ -134,7 +134,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gn": [
Expand All @@ -160,7 +160,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gn": [
Expand All @@ -187,7 +187,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gn": [
Expand All @@ -214,7 +214,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gn": [
Expand Down Expand Up @@ -242,7 +242,7 @@
{
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gn": [
Expand Down
10 changes: 5 additions & 5 deletions ci/builders/mac_unopt.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86",
"mac_model=Macmini8,1"
],
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -132,7 +132,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down Expand Up @@ -185,7 +185,7 @@
},
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down Expand Up @@ -257,7 +257,7 @@
},
"drone_dimensions": [
"device_type=none",
"os=Mac-12",
"os=Mac-12|Mac-13",
"cpu=arm64"
],
"gclient_variables": {
Expand Down

0 comments on commit 00316e4

Please sign in to comment.