|
14 | 14 | }, |
15 | 15 | "gn": [ |
16 | 16 | "--target-dir", |
17 | | - "ci/host_debug_tests", |
| 17 | + "ci/host_debug_arm64_tests", |
18 | 18 | "--runtime-mode", |
19 | 19 | "debug", |
20 | 20 | "--mac-cpu", |
|
27 | 27 | "--no-goma", |
28 | 28 | "--xcode-symlinks" |
29 | 29 | ], |
30 | | - "name": "ci/host_debug_tests", |
| 30 | + "name": "ci/host_debug_arm64_tests", |
31 | 31 | "description": "Produces debug mode arm64 macOS host-side tooling and builds host-side unit tests for arm64 macOS.", |
32 | 32 | "ninja": { |
33 | | - "config": "ci/host_debug_tests", |
| 33 | + "config": "ci/host_debug_arm64_tests", |
34 | 34 | "targets": [] |
35 | 35 | }, |
36 | 36 | "properties": { |
|
46 | 46 | "parameters": [ |
47 | 47 | "--quiet", |
48 | 48 | "--variant", |
49 | | - "ci/host_debug_tests", |
| 49 | + "ci/host_debug_arm64_tests", |
50 | 50 | "--type", |
51 | 51 | "dart,dart-host,engine", |
52 | 52 | "--engine-capture-core-dump" |
|
67 | 67 | }, |
68 | 68 | "gn": [ |
69 | 69 | "--target-dir", |
70 | | - "ci/host_profile_tests", |
| 70 | + "ci/host_profile_arm64_tests", |
71 | 71 | "--runtime-mode", |
72 | 72 | "profile", |
73 | 73 | "--mac-cpu", |
|
79 | 79 | "--no-goma", |
80 | 80 | "--xcode-symlinks" |
81 | 81 | ], |
82 | | - "name": "ci/host_profile_tests", |
| 82 | + "name": "ci/host_profile_arm64_tests", |
83 | 83 | "description": "Produces profile mode arm64 macOS host-side tooling and builds host-side unit tests for arm64 macOS.", |
84 | 84 | "ninja": { |
85 | | - "config": "ci/host_profile_tests", |
| 85 | + "config": "ci/host_profile_arm64_tests", |
86 | 86 | "targets": [] |
87 | 87 | }, |
88 | 88 | "properties": { |
|
98 | 98 | "parameters": [ |
99 | 99 | "--quiet", |
100 | 100 | "--variant", |
101 | | - "ci/host_profile_tests", |
| 101 | + "ci/host_profile_arm64_tests", |
102 | 102 | "--type", |
103 | 103 | "dart,dart-host,engine", |
104 | 104 | "--engine-capture-core-dump" |
|
119 | 119 | }, |
120 | 120 | "gn": [ |
121 | 121 | "--target-dir", |
122 | | - "ci/host_release_tests", |
| 122 | + "ci/host_release_arm64_tests", |
123 | 123 | "--runtime-mode", |
124 | 124 | "release", |
125 | 125 | "--mac-cpu", |
|
132 | 132 | "--no-goma", |
133 | 133 | "--xcode-symlinks" |
134 | 134 | ], |
135 | | - "name": "ci/host_release_tests", |
| 135 | + "name": "ci/host_release_arm64_tests", |
136 | 136 | "description": "Produces release mode arm64 macOS host-side tooling and builds host-side unit tests for arm64 macOS.", |
137 | 137 | "ninja": { |
138 | | - "config": "ci/host_release_tests", |
| 138 | + "config": "ci/host_release_arm64_tests", |
139 | 139 | "targets": [] |
140 | 140 | }, |
141 | 141 | "properties": { |
|
151 | 151 | "parameters": [ |
152 | 152 | "--quiet", |
153 | 153 | "--variant", |
154 | | - "ci/host_release_tests", |
| 154 | + "ci/host_release_arm64_tests", |
155 | 155 | "--type", |
156 | 156 | "dart,dart-host,engine" |
157 | 157 | ] |
|
216 | 216 | } |
217 | 217 | ] |
218 | 218 | }, |
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 | | - }, |
277 | 219 | { |
278 | 220 | "cas_archive": false, |
279 | 221 | "properties": { |
|
361 | 303 | "--prebuilt-dart-sdk", |
362 | 304 | "--mac-cpu", |
363 | 305 | "arm64", |
| 306 | + "--enable-impeller-3d", |
364 | 307 | "--rbe", |
365 | 308 | "--no-goma", |
366 | 309 | "--xcode-symlinks", |
|
392 | 335 | "--engine-capture-core-dump", |
393 | 336 | "--no-skia-gold" |
394 | 337 | ] |
| 338 | + }, |
| 339 | + { |
| 340 | + "name": "Tests of tools/gn", |
| 341 | + "language": "python3", |
| 342 | + "script": "flutter/tools/gn_test.py" |
395 | 343 | } |
396 | 344 | ] |
397 | 345 | }, |
|
0 commit comments