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

Give mac_host_engine tests a longer timeout and allow to run on Mac-14 #53355

Merged
merged 3 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ targets:
"sdk_version": "15a240d"
}
drone_dimensions:
- os=Mac-13
- os=Mac-13|Mac-14

- name: Linux mac_clangd
recipe: engine_v2/engine_v2
Expand Down
30 changes: 18 additions & 12 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-13",
"os=Mac-13|Mac-14",
"cpu=x86",
"mac_model=Macmini8,1"
],
Expand Down Expand Up @@ -84,7 +84,8 @@
"--engine-capture-core-dump"
]
}
]
],
"timeout": 90
},
{
"archives": [
Expand All @@ -100,7 +101,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-13",
"os=Mac-13|Mac-14",
"cpu=x86",
"mac_model=Macmini8,1"
],
Expand Down Expand Up @@ -163,7 +164,8 @@
"--engine-capture-core-dump"
]
}
]
],
"timeout": 90
},
{
"archives": [
Expand All @@ -180,7 +182,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-13",
"os=Mac-13|Mac-14",
"cpu=x86",
"mac_model=Macmini8,1"
],
Expand Down Expand Up @@ -251,7 +253,8 @@
"dart,dart-host,engine"
]
}
]
],
"timeout": 90
},
{
"archives": [
Expand All @@ -268,7 +271,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-13",
"os=Mac-13|Mac-14",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -321,7 +324,8 @@
"$flutter/osx_sdk": {
"sdk_version": "15a240d"
}
}
},
"timeout": 90
},
{
"archives": [
Expand All @@ -337,7 +341,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-13",
"os=Mac-13|Mac-14",
"cpu=x86"
],
"gclient_variables": {
Expand Down Expand Up @@ -386,7 +390,8 @@
"$flutter/osx_sdk": {
"sdk_version": "15a240d"
}
}
},
"timeout": 90
},
{
"archives": [
Expand All @@ -409,7 +414,7 @@
],
"drone_dimensions": [
"device_type=none",
"os=Mac-13",
"os=Mac-13|Mac-14",
"cpu=arm64"
],
"gclient_variables": {
Expand Down Expand Up @@ -478,7 +483,8 @@
"impeller-golden"
]
}
]
],
"timeout": 90
}
],
"generators": {
Expand Down