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

Commit b1572f3

Browse files
authored
Temporarily run Linux linux_web_engine Mac tests on Mac-13 only (#53318)
Temporary solution for flutter/flutter#150023 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent eead66c commit b1572f3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ci/builders/linux_web_engine.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@
11311131
"recipe": "engine_v2/tester_engine",
11321132
"drone_dimensions": [
11331133
"device_type=none",
1134-
"os=Mac-13|Mac-14",
1134+
"os=Mac-13",
11351135
"cpu=arm64"
11361136
],
11371137
"gclient_variables": {
@@ -1164,7 +1164,7 @@
11641164
"recipe": "engine_v2/tester_engine",
11651165
"drone_dimensions": [
11661166
"device_type=none",
1167-
"os=Mac-13|Mac-14",
1167+
"os=Mac-13",
11681168
"cpu=arm64"
11691169
],
11701170
"gclient_variables": {
@@ -1197,7 +1197,7 @@
11971197
"recipe": "engine_v2/tester_engine",
11981198
"drone_dimensions": [
11991199
"device_type=none",
1200-
"os=Mac-13|Mac-14",
1200+
"os=Mac-13",
12011201
"cpu=arm64"
12021202
],
12031203
"gclient_variables": {
@@ -1230,7 +1230,7 @@
12301230
"recipe": "engine_v2/tester_engine",
12311231
"drone_dimensions": [
12321232
"device_type=none",
1233-
"os=Mac-13|Mac-14",
1233+
"os=Mac-13",
12341234
"cpu=arm64"
12351235
],
12361236
"gclient_variables": {
@@ -1263,7 +1263,7 @@
12631263
"recipe": "engine_v2/tester_engine",
12641264
"drone_dimensions": [
12651265
"device_type=none",
1266-
"os=Mac-13|Mac-14",
1266+
"os=Mac-13",
12671267
"cpu=arm64"
12681268
],
12691269
"gclient_variables": {
@@ -1296,7 +1296,7 @@
12961296
"recipe": "engine_v2/tester_engine",
12971297
"drone_dimensions": [
12981298
"device_type=none",
1299-
"os=Mac-13|Mac-14",
1299+
"os=Mac-13",
13001300
"cpu=arm64"
13011301
],
13021302
"gclient_variables": {

lib/web_ui/dev/generate_builder_json.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Iterable<dynamic> _getAllTestSteps(List<TestSuite> suites) {
113113
suite.runConfig.browser == BrowserName.chrome ||
114114
suite.runConfig.browser == BrowserName.firefox
115115
),
116-
..._getTestStepsForPlatform(suites, 'Mac', specificOS: 'Mac-13|Mac-14', cpu: 'arm64', (TestSuite suite) =>
116+
..._getTestStepsForPlatform(suites, 'Mac', specificOS: 'Mac-13', cpu: 'arm64', (TestSuite suite) =>
117117
suite.runConfig.browser == BrowserName.safari
118118
),
119119
..._getTestStepsForPlatform(suites, 'Windows', (TestSuite suite) =>

0 commit comments

Comments
 (0)