|
1 | 1 | {
|
2 | 2 | "builds": [
|
3 | 3 | {
|
4 |
| - "archives": [], |
5 | 4 | "drone_dimensions": [
|
6 | 5 | "device_type=none",
|
7 | 6 | "os=Linux"
|
|
25 | 24 | }
|
26 | 25 | },
|
27 | 26 | {
|
28 |
| - "archives": [], |
| 27 | + "cas_archive": false, |
| 28 | + "drone_dimensions": [ |
| 29 | + "device_type=none", |
| 30 | + "kvm=1", |
| 31 | + "os=Linux" |
| 32 | + ], |
| 33 | + "gclient_variables": { |
| 34 | + "download_android_deps": false, |
| 35 | + "run_fuchsia_emu": true |
| 36 | + }, |
| 37 | + "gn": [ |
| 38 | + "--fuchsia", |
| 39 | + "--fuchsia-cpu", |
| 40 | + "arm64", |
| 41 | + "--runtime-mode", |
| 42 | + "profile", |
| 43 | + "--no-lto" |
| 44 | + ], |
| 45 | + "name": "fuchsia_profile_arm64_tester", |
| 46 | + "ninja": { |
| 47 | + "config": "fuchsia_profile_arm64", |
| 48 | + "targets": [ |
| 49 | + "flutter/shell/platform/fuchsia:fuchsia", |
| 50 | + "flutter/shell/platform/fuchsia/dart_runner:dart_runner_tests", |
| 51 | + "fuchsia_tests" |
| 52 | + ] |
| 53 | + }, |
| 54 | + "tests": [ |
| 55 | + { |
| 56 | + "name": "arm64 emulator based profile / aot tests", |
| 57 | + "language": "python3", |
| 58 | + "script": "flutter/tools/fuchsia/with_envs.py", |
| 59 | + "parameters": [ |
| 60 | + "testing/fuchsia/run_tests.py", |
| 61 | + "fuchsia_profile_arm64" |
| 62 | + ] |
| 63 | + } |
| 64 | + ] |
| 65 | + }, |
| 66 | + { |
29 | 67 | "drone_dimensions": [
|
30 | 68 | "device_type=none",
|
31 | 69 | "os=Linux"
|
|
49 | 87 | }
|
50 | 88 | },
|
51 | 89 | {
|
52 |
| - "archives": [], |
| 90 | + "cas_archive": false, |
53 | 91 | "drone_dimensions": [
|
54 | 92 | "device_type=none",
|
55 | 93 | "kvm=1",
|
|
64 | 102 | "--fuchsia-cpu",
|
65 | 103 | "arm64",
|
66 | 104 | "--runtime-mode",
|
67 |
| - "debug", |
| 105 | + "release", |
68 | 106 | "--no-lto"
|
69 | 107 | ],
|
70 |
| - "name": "fuchsia_debug_arm64", |
| 108 | + "name": "fuchsia_release_arm64_tester", |
71 | 109 | "ninja": {
|
72 |
| - "config": "fuchsia_debug_arm64", |
| 110 | + "config": "fuchsia_release_arm64", |
73 | 111 | "targets": [
|
74 | 112 | "flutter/shell/platform/fuchsia:fuchsia",
|
75 | 113 | "flutter/shell/platform/fuchsia/dart_runner:dart_runner_tests",
|
76 | 114 | "fuchsia_tests"
|
77 | 115 | ]
|
78 | 116 | },
|
| 117 | + "tests": [ |
| 118 | + { |
| 119 | + "name": "arm64 emulator based release tests", |
| 120 | + "language": "python3", |
| 121 | + "script": "flutter/tools/fuchsia/with_envs.py", |
| 122 | + "parameters": [ |
| 123 | + "testing/fuchsia/run_tests.py", |
| 124 | + "fuchsia_release_arm64" |
| 125 | + ] |
| 126 | + } |
| 127 | + ] |
| 128 | + }, |
| 129 | + { |
| 130 | + "drone_dimensions": [ |
| 131 | + "device_type=none", |
| 132 | + "os=Linux" |
| 133 | + ], |
| 134 | + "gclient_variables": { |
| 135 | + "download_android_deps": false |
| 136 | + }, |
| 137 | + "gn": [ |
| 138 | + "--fuchsia", |
| 139 | + "--fuchsia-cpu", |
| 140 | + "arm64", |
| 141 | + "--runtime-mode", |
| 142 | + "debug", |
| 143 | + "--no-lto" |
| 144 | + ], |
| 145 | + "name": "fuchsia_debug_arm64", |
| 146 | + "ninja": { |
| 147 | + "config": "fuchsia_debug_arm64", |
| 148 | + "targets": [ |
| 149 | + "flutter/shell/platform/fuchsia:fuchsia" |
| 150 | + ] |
| 151 | + }, |
79 | 152 | "tests": [
|
80 | 153 | {
|
81 | 154 | "name": "Upload to Symbol Server for arch: arm64",
|
|
89 | 162 | "${REVISION}",
|
90 | 163 | "--upload"
|
91 | 164 | ]
|
92 |
| - }, |
| 165 | + } |
| 166 | + ] |
| 167 | + }, |
| 168 | + { |
| 169 | + "cas_archive": false, |
| 170 | + "drone_dimensions": [ |
| 171 | + "device_type=none", |
| 172 | + "kvm=1", |
| 173 | + "os=Linux" |
| 174 | + ], |
| 175 | + "gclient_variables": { |
| 176 | + "download_android_deps": false, |
| 177 | + "run_fuchsia_emu": true |
| 178 | + }, |
| 179 | + "gn": [ |
| 180 | + "--fuchsia", |
| 181 | + "--fuchsia-cpu", |
| 182 | + "arm64", |
| 183 | + "--runtime-mode", |
| 184 | + "debug", |
| 185 | + "--no-lto" |
| 186 | + ], |
| 187 | + "name": "fuchsia_debug_arm64_tester", |
| 188 | + "ninja": { |
| 189 | + "config": "fuchsia_debug_arm64", |
| 190 | + "targets": [ |
| 191 | + "flutter/shell/platform/fuchsia:fuchsia", |
| 192 | + "flutter/shell/platform/fuchsia/dart_runner:dart_runner_tests", |
| 193 | + "fuchsia_tests" |
| 194 | + ] |
| 195 | + }, |
| 196 | + "tests": [ |
93 | 197 | {
|
94 | 198 | "name": "arm64 emulator based debug tests",
|
95 | 199 | "language": "python3",
|
|
102 | 206 | ]
|
103 | 207 | },
|
104 | 208 | {
|
| 209 | + "drone_dimensions": [ |
| 210 | + "device_type=none", |
| 211 | + "os=Linux" |
| 212 | + ], |
| 213 | + "gclient_variables": { |
| 214 | + "download_android_deps": false |
| 215 | + }, |
| 216 | + "gn": [ |
| 217 | + "--fuchsia", |
| 218 | + "--fuchsia-cpu", |
| 219 | + "x64", |
| 220 | + "--runtime-mode", |
| 221 | + "profile" |
| 222 | + ], |
| 223 | + "name": "fuchsia_profile_x64", |
| 224 | + "ninja": { |
| 225 | + "config": "fuchsia_profile_x64", |
| 226 | + "targets": [ |
| 227 | + "flutter/shell/platform/fuchsia:fuchsia" |
| 228 | + ] |
| 229 | + } |
| 230 | + }, |
| 231 | + { |
| 232 | + "cas_archive": false, |
105 | 233 | "drone_dimensions": [
|
106 | 234 | "device_type=none",
|
107 | 235 | "kvm=1",
|
|
119 | 247 | "profile",
|
120 | 248 | "--no-lto"
|
121 | 249 | ],
|
122 |
| - "name": "fuchsia_profile_x64", |
| 250 | + "name": "fuchsia_profile_x64_tester", |
123 | 251 | "ninja": {
|
124 | 252 | "config": "fuchsia_profile_x64",
|
125 | 253 | "targets": [
|
|
141 | 269 | ]
|
142 | 270 | },
|
143 | 271 | {
|
| 272 | + "drone_dimensions": [ |
| 273 | + "device_type=none", |
| 274 | + "os=Linux" |
| 275 | + ], |
| 276 | + "gclient_variables": { |
| 277 | + "download_android_deps": false, |
| 278 | + "run_fuchsia_emu": true |
| 279 | + }, |
| 280 | + "gn": [ |
| 281 | + "--fuchsia", |
| 282 | + "--fuchsia-cpu", |
| 283 | + "x64", |
| 284 | + "--runtime-mode", |
| 285 | + "release" |
| 286 | + ], |
| 287 | + "name": "fuchsia_release_x64", |
| 288 | + "ninja": { |
| 289 | + "config": "fuchsia_release_x64", |
| 290 | + "targets": [ |
| 291 | + "flutter/shell/platform/fuchsia:fuchsia" |
| 292 | + ] |
| 293 | + } |
| 294 | + }, |
| 295 | + { |
| 296 | + "cas_archive": false, |
144 | 297 | "drone_dimensions": [
|
145 | 298 | "device_type=none",
|
146 | 299 | "kvm=1",
|
|
158 | 311 | "release",
|
159 | 312 | "--no-lto"
|
160 | 313 | ],
|
161 |
| - "name": "fuchsia_release_x64", |
| 314 | + "name": "fuchsia_release_x64_tester", |
162 | 315 | "ninja": {
|
163 | 316 | "config": "fuchsia_release_x64",
|
164 | 317 | "targets": [
|
|
182 | 335 | {
|
183 | 336 | "drone_dimensions": [
|
184 | 337 | "device_type=none",
|
185 |
| - "kvm=1", |
186 | 338 | "os=Linux"
|
187 | 339 | ],
|
188 | 340 | "gclient_variables": {
|
|
201 | 353 | "ninja": {
|
202 | 354 | "config": "fuchsia_debug_x64",
|
203 | 355 | "targets": [
|
204 |
| - "flutter/shell/platform/fuchsia:fuchsia", |
205 |
| - "flutter/shell/platform/fuchsia/dart_runner:dart_runner_tests", |
206 |
| - "fuchsia_tests" |
| 356 | + "flutter/shell/platform/fuchsia:fuchsia" |
207 | 357 | ]
|
208 | 358 | },
|
209 | 359 | "tests": [
|
|
219 | 369 | "${REVISION}",
|
220 | 370 | "--upload"
|
221 | 371 | ]
|
222 |
| - }, |
| 372 | + } |
| 373 | + ] |
| 374 | + }, |
| 375 | + { |
| 376 | + "cas_archive": false, |
| 377 | + "drone_dimensions": [ |
| 378 | + "device_type=none", |
| 379 | + "kvm=1", |
| 380 | + "os=Linux" |
| 381 | + ], |
| 382 | + "gclient_variables": { |
| 383 | + "download_android_deps": false, |
| 384 | + "run_fuchsia_emu": true |
| 385 | + }, |
| 386 | + "gn": [ |
| 387 | + "--fuchsia", |
| 388 | + "--fuchsia-cpu", |
| 389 | + "x64", |
| 390 | + "--runtime-mode", |
| 391 | + "debug", |
| 392 | + "--no-lto" |
| 393 | + ], |
| 394 | + "name": "fuchsia_debug_x64_tester", |
| 395 | + "ninja": { |
| 396 | + "config": "fuchsia_debug_x64", |
| 397 | + "targets": [ |
| 398 | + "flutter/shell/platform/fuchsia:fuchsia", |
| 399 | + "flutter/shell/platform/fuchsia/dart_runner:dart_runner_tests", |
| 400 | + "fuchsia_tests" |
| 401 | + ] |
| 402 | + }, |
| 403 | + "tests": [ |
223 | 404 | {
|
224 | 405 | "name": "run_tests test",
|
225 | 406 | "script": "flutter/testing/fuchsia/run_tests_test.py"
|
|
0 commit comments