Skip to content

Commit edf2b9d

Browse files
committed
Update mac_unopt.json
1 parent b61a8ed commit edf2b9d

1 file changed

Lines changed: 18 additions & 70 deletions

File tree

ci/builders/mac_unopt.json

Lines changed: 18 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"gn": [
1616
"--target-dir",
17-
"ci/host_debug_tests",
17+
"ci/host_debug_arm64_tests",
1818
"--runtime-mode",
1919
"debug",
2020
"--mac-cpu",
@@ -27,10 +27,10 @@
2727
"--no-goma",
2828
"--xcode-symlinks"
2929
],
30-
"name": "ci/host_debug_tests",
30+
"name": "ci/host_debug_arm64_tests",
3131
"description": "Produces debug mode arm64 macOS host-side tooling and builds host-side unit tests for arm64 macOS.",
3232
"ninja": {
33-
"config": "ci/host_debug_tests",
33+
"config": "ci/host_debug_arm64_tests",
3434
"targets": []
3535
},
3636
"properties": {
@@ -46,7 +46,7 @@
4646
"parameters": [
4747
"--quiet",
4848
"--variant",
49-
"ci/host_debug_tests",
49+
"ci/host_debug_arm64_tests",
5050
"--type",
5151
"dart,dart-host,engine",
5252
"--engine-capture-core-dump"
@@ -67,7 +67,7 @@
6767
},
6868
"gn": [
6969
"--target-dir",
70-
"ci/host_profile_tests",
70+
"ci/host_profile_arm64_tests",
7171
"--runtime-mode",
7272
"profile",
7373
"--mac-cpu",
@@ -79,10 +79,10 @@
7979
"--no-goma",
8080
"--xcode-symlinks"
8181
],
82-
"name": "ci/host_profile_tests",
82+
"name": "ci/host_profile_arm64_tests",
8383
"description": "Produces profile mode arm64 macOS host-side tooling and builds host-side unit tests for arm64 macOS.",
8484
"ninja": {
85-
"config": "ci/host_profile_tests",
85+
"config": "ci/host_profile_arm64_tests",
8686
"targets": []
8787
},
8888
"properties": {
@@ -98,7 +98,7 @@
9898
"parameters": [
9999
"--quiet",
100100
"--variant",
101-
"ci/host_profile_tests",
101+
"ci/host_profile_arm64_tests",
102102
"--type",
103103
"dart,dart-host,engine",
104104
"--engine-capture-core-dump"
@@ -119,7 +119,7 @@
119119
},
120120
"gn": [
121121
"--target-dir",
122-
"ci/host_release_tests",
122+
"ci/host_release_arm64_tests",
123123
"--runtime-mode",
124124
"release",
125125
"--mac-cpu",
@@ -132,10 +132,10 @@
132132
"--no-goma",
133133
"--xcode-symlinks"
134134
],
135-
"name": "ci/host_release_tests",
135+
"name": "ci/host_release_arm64_tests",
136136
"description": "Produces release mode arm64 macOS host-side tooling and builds host-side unit tests for arm64 macOS.",
137137
"ninja": {
138-
"config": "ci/host_release_tests",
138+
"config": "ci/host_release_arm64_tests",
139139
"targets": []
140140
},
141141
"properties": {
@@ -151,7 +151,7 @@
151151
"parameters": [
152152
"--quiet",
153153
"--variant",
154-
"ci/host_release_tests",
154+
"ci/host_release_arm64_tests",
155155
"--type",
156156
"dart,dart-host,engine"
157157
]
@@ -216,64 +216,6 @@
216216
}
217217
]
218218
},
219-
{
220-
"cas_archive": false,
221-
"drone_dimensions": [
222-
"device_type=none",
223-
"os=Mac-13|Mac-14",
224-
"cpu=arm64"
225-
],
226-
"gclient_variables": {
227-
"download_android_deps": false,
228-
"use_rbe": true
229-
},
230-
"gn": [
231-
"--target-dir",
232-
"ci/host_debug_unopt",
233-
"--runtime-mode",
234-
"debug",
235-
"--mac-cpu",
236-
"arm64",
237-
"--unoptimized",
238-
"--no-lto",
239-
"--prebuilt-dart-sdk",
240-
"--enable-impeller-3d",
241-
"--rbe",
242-
"--no-goma",
243-
"--xcode-symlinks"
244-
],
245-
"name": "ci/host_debug_unopt",
246-
"description": "Builds a debug mode unopt arm64 macOS engine and runs host-side tests.",
247-
"ninja": {
248-
"config": "ci/host_debug_unopt",
249-
"targets": []
250-
},
251-
"properties": {
252-
"$flutter/osx_sdk": {
253-
"sdk_version": "15a240d"
254-
}
255-
},
256-
"tests": [
257-
{
258-
"language": "python3",
259-
"name": "Host Tests for host_debug_unopt",
260-
"script": "flutter/testing/run_tests.py",
261-
"parameters": [
262-
"--quiet",
263-
"--variant",
264-
"ci/host_debug_unopt",
265-
"--type",
266-
"dart,dart-host,engine",
267-
"--engine-capture-core-dump"
268-
]
269-
},
270-
{
271-
"name": "Tests of tools/gn",
272-
"language": "python3",
273-
"script": "flutter/tools/gn_test.py"
274-
}
275-
]
276-
},
277219
{
278220
"cas_archive": false,
279221
"properties": {
@@ -361,6 +303,7 @@
361303
"--prebuilt-dart-sdk",
362304
"--mac-cpu",
363305
"arm64",
306+
"--enable-impeller-3d",
364307
"--rbe",
365308
"--no-goma",
366309
"--xcode-symlinks",
@@ -392,6 +335,11 @@
392335
"--engine-capture-core-dump",
393336
"--no-skia-gold"
394337
]
338+
},
339+
{
340+
"name": "Tests of tools/gn",
341+
"language": "python3",
342+
"script": "flutter/tools/gn_test.py"
395343
}
396344
]
397345
},

0 commit comments

Comments
 (0)