|
215 | 215 | "flutter/build/archives:archive_gen_snapshot", |
216 | 216 | "flutter/build/archives:artifacts", |
217 | 217 | "flutter/build/dart:copy_dart_sdk", |
218 | | - "flutter/impeller/golden_tests:impeller_golden_tests", |
219 | 218 | "flutter/shell/platform/darwin/macos:zip_macos_flutter_framework", |
220 | 219 | "flutter/tools/font_subset", |
221 | 220 | "flutter:unittests" |
|
249 | 248 | "--variant", |
250 | 249 | "ci/host_release", |
251 | 250 | "--type", |
252 | | - "dart,dart-host,engine,impeller-golden" |
| 251 | + "dart,dart-host,engine" |
253 | 252 | ] |
254 | 253 | } |
255 | 254 | ] |
|
405 | 404 | "drone_dimensions": [ |
406 | 405 | "device_type=none", |
407 | 406 | "os=Mac-13", |
408 | | - "cpu=x86" |
| 407 | + "cpu=arm64" |
409 | 408 | ], |
410 | 409 | "gclient_variables": { |
411 | 410 | "download_android_deps": false, |
|
423 | 422 | "--prebuilt-dart-sdk", |
424 | 423 | "--rbe", |
425 | 424 | "--no-goma", |
426 | | - "--xcode-symlinks" |
| 425 | + "--xcode-symlinks", |
| 426 | + "--use-glfw-swiftshader" |
427 | 427 | ], |
428 | 428 | "name": "ci/mac_release_arm64", |
429 | 429 | "description": "Produces release mode arm64 macOS host-side tooling.", |
430 | 430 | "ninja": { |
431 | 431 | "config": "ci/mac_release_arm64", |
432 | 432 | "targets": [ |
433 | | - "flutter/tools/font_subset", |
| 433 | + "flutter:unittests", |
| 434 | + "flutter/build/archives:archive_gen_snapshot", |
434 | 435 | "flutter/build/archives:artifacts", |
435 | | - "flutter/shell/platform/darwin/macos:zip_macos_flutter_framework" |
| 436 | + "flutter/build/dart:copy_dart_sdk", |
| 437 | + "flutter/impeller/golden_tests:impeller_golden_tests", |
| 438 | + "flutter/shell/platform/darwin/macos:zip_macos_flutter_framework", |
| 439 | + "flutter/tools/font_subset" |
436 | 440 | ] |
437 | 441 | }, |
438 | 442 | "postsubmit_overrides": { |
|
447 | 451 | "--no-lto", |
448 | 452 | "--prebuilt-dart-sdk", |
449 | 453 | "--no-rbe", |
450 | | - "--no-goma" |
| 454 | + "--no-goma", |
| 455 | + "--use-glfw-swiftshader" |
451 | 456 | ] |
452 | 457 | }, |
453 | 458 | "properties": { |
454 | 459 | "$flutter/osx_sdk": { |
455 | 460 | "sdk_version": "15a240d" |
456 | 461 | } |
457 | | - } |
| 462 | + }, |
| 463 | + "tests": [ |
| 464 | + { |
| 465 | + "language": "python3", |
| 466 | + "name": "Impeller-golden for host_release", |
| 467 | + "script": "flutter/testing/run_tests.py", |
| 468 | + "parameters": [ |
| 469 | + "--variant", |
| 470 | + "ci/mac_release_arm64", |
| 471 | + "--type", |
| 472 | + "impeller-golden" |
| 473 | + ] |
| 474 | + } |
| 475 | + ] |
458 | 476 | } |
459 | 477 | ], |
460 | 478 | "generators": { |
|
0 commit comments