| { |
| "builds": [ |
| { |
| "archives": [], |
| "drone_dimensions": [ |
| "device_type=none", |
| "os=Linux" |
| ], |
| "gclient_custom_vars": { |
| "download_android_deps": false |
| }, |
| "gn": [ |
| "--runtime-mode", |
| "debug", |
| "--unoptimized", |
| "--prebuilt-dart-sdk" |
| ], |
| "name": "host_debug_unopt", |
| "ninja": { |
| "config": "host_debug_unopt", |
| "targets": [ |
| "flutter", |
| "flutter/sky/packages" |
| ] |
| }, |
| "tests": [] |
| }, |
| { |
| "archives": [ |
| { |
| "name": "host_debug", |
| "base_path": "out/host_debug/zip_archives/", |
| "type": "gcs", |
| "include_paths": [ |
| "out/host_debug/zip_archives/linux-x64/artifacts.zip", |
| "out/host_debug/zip_archives/linux-x64/linux-x64-embedder.zip", |
| "out/host_debug/zip_archives/linux-x64/font-subset.zip", |
| "out/host_debug/zip_archives/flutter_patched_sdk.zip", |
| "out/host_debug/zip_archives/dart-sdk-linux-x64.zip", |
| "out/host_debug/zip_archives/flutter-web-sdk-linux-x64.zip", |
| "out/host_debug/zip_archives/linux-x64/linux-x64-flutter-gtk.zip" |
| ] |
| } |
| ], |
| "drone_dimensions": [ |
| "device_type=none", |
| "os=Linux" |
| ], |
| "gclient_custom_vars": { |
| "download_android_deps": false |
| }, |
| "gn": [ |
| "--runtime-mode", |
| "debug", |
| "--full-dart-sdk", |
| "--prebuilt-dart-sdk", |
| "--build-embedder-examples" |
| ], |
| "name": "host_debug", |
| "ninja": { |
| "config": "host_debug", |
| "targets": [ |
| "flutter/build/archives:artifacts", |
| "flutter/build/archives:embedder", |
| "flutter/build/archives:flutter_patched_sdk", |
| "flutter/build/archives:dart_sdk_archive", |
| "flutter/build/archives:flutter_web_sdk", |
| "flutter/tools/font-subset", |
| "flutter/shell/platform/linux:flutter_gtk" |
| ] |
| }, |
| "tests": [] |
| }, |
| { |
| "archives": [ |
| { |
| "name": "host_profile", |
| "base_path": "out/host_profile/zip_archives/", |
| "type": "gcs", |
| "include_paths": [ |
| "out/host_profile/zip_archives/linux-x64-profile/linux-x64-flutter-gtk.zip" |
| ] |
| } |
| ], |
| "drone_dimensions": [ |
| "device_type=none", |
| "os=Linux" |
| ], |
| "gclient_custom_vars": { |
| "download_android_deps": false |
| }, |
| "gn": [ |
| "--runtime-mode", |
| "profile", |
| "--no-lto", |
| "--prebuilt-dart-sdk", |
| "--build-embedder-examples" |
| ], |
| "name": "host_profile", |
| "ninja": { |
| "config": "host_profile", |
| "targets": [ |
| "flutter:unittests", |
| "flutter/shell/platform/linux:flutter_gtk" |
| ] |
| }, |
| "tests": [ |
| { |
| "language": "python", |
| "name": "Host Tests for host_profile", |
| "parameters": [ |
| "--variant", |
| "host_profile", |
| "--type", |
| "engine", |
| "--engine-capture-core-dump" |
| ], |
| "script": "flutter/testing/run_tests.py", |
| "type": "local" |
| } |
| ] |
| }, |
| { |
| "archives": [ |
| { |
| "name": "host_release", |
| "base_path": "out/host_release/zip_archives/", |
| "type": "gcs", |
| "include_paths": [ |
| "out/host_release/zip_archives/flutter_patched_sdk_product.zip", |
| "out/host_release/zip_archives/linux-x64-release/linux-x64-flutter-gtk.zip" |
| ] |
| } |
| ], |
| "drone_dimensions": [ |
| "device_type=none", |
| "os=Linux" |
| ], |
| "gclient_custom_vars": { |
| "download_android_deps": false |
| }, |
| "gn": [ |
| "--runtime-mode", |
| "release", |
| "--prebuilt-dart-sdk", |
| "--build-embedder-examples" |
| ], |
| "name": "host_release", |
| "ninja": { |
| "config": "host_release", |
| "targets": [ |
| "flutter:unittests", |
| "flutter/build/archives:flutter_patched_sdk", |
| "flutter/shell/platform/linux:flutter_gtk", |
| "flutter/build/archives:flutter_web_sdk" |
| ] |
| }, |
| "tests": [ |
| { |
| "language": "python", |
| "name": "Host Tests for host_release", |
| "parameters": [ |
| "--variant", |
| "host_release", |
| "--type", |
| "engine", |
| "--engine-capture-core-dump" |
| ], |
| "script": "flutter/testing/run_tests.py", |
| "type": "local" |
| } |
| ] |
| } |
| ], |
| "tests": [] |
| } |