blob: a8f1f99c89e76642c6824742f8e0ae41e8e24c7b [file] [log] [blame]
{
"builds": [
{
"archives": [
{
"base_path": "out/ci/host_debug/zip_archives/",
"type": "gcs",
"include_paths": [
"out/ci/host_debug/zip_archives/windows-x64/artifacts.zip",
"out/ci/host_debug/zip_archives/windows-x64/windows-x64-embedder.zip",
"out/ci/host_debug/zip_archives/windows-x64/font-subset.zip",
"out/ci/host_debug/zip_archives/dart-sdk-windows-x64.zip",
"out/ci/host_debug/zip_archives/windows-x64-debug/windows-x64-flutter.zip",
"out/ci/host_debug/zip_archives/windows-x64/flutter-cpp-client-wrapper.zip"
],
"name": "ci/host_debug",
"realm": "production"
}
],
"drone_dimensions": [
"device_type=none",
"os=Windows-10"
],
"gclient_variables": {
"download_android_deps": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/host_debug",
"--runtime-mode",
"debug",
"--no-lto",
"--no-goma",
"--rbe"
],
"name": "ci\\host_debug",
"ninja": {
"config": "ci/host_debug",
"targets": [
"flutter:unittests",
"flutter/build/archives:artifacts",
"flutter/build/archives:embedder",
"flutter/tools/font_subset",
"flutter/build/archives:dart_sdk_archive",
"flutter/shell/platform/windows/client_wrapper:client_wrapper_archive",
"flutter/build/archives:windows_flutter"
]
},
"tests": [
{
"language": "python3",
"name": "Host Tests for host_debug",
"script": "flutter/testing/run_tests.py",
"parameters": [
"--variant",
"ci/host_debug",
"--type",
"engine"
]
}
]
},
{
"archives": [
{
"base_path": "out/ci/host_profile/zip_archives/",
"type": "gcs",
"include_paths": [
"out/ci/host_profile/zip_archives/windows-x64-profile/windows-x64-flutter.zip"
],
"name": "ci/host_profile",
"realm": "production"
}
],
"drone_dimensions": [
"device_type=none",
"os=Windows-10"
],
"gclient_variables": {
"download_android_deps": false,
"use_rbe": true
},
"gn": [
"--target-dir",
"ci/host_profile",
"--runtime-mode",
"profile",
"--no-lto",
"--no-goma",
"--rbe"
],
"name": "ci\\host_profile",
"ninja": {
"config": "ci/host_profile",
"targets": [
"windows",
"gen_snapshot",
"flutter/build/archives:windows_flutter"
]
}
},
{
"archives": [
{
"base_path": "out/ci/host_release/zip_archives/",
"type": "gcs",
"include_paths": [
"out/ci/host_release/zip_archives/windows-x64-release/windows-x64-flutter.zip"
],
"name": "ci/host_release",
"realm": "production"
}
],
"drone_dimensions": [
"device_type=none",
"os=Windows-10"
],
"gclient_variables": {
"download_android_deps": false,
"use_rbe": true
},
"generators": {},
"gn": [
"--target-dir",
"ci/host_release",
"--runtime-mode",
"release",
"--no-lto",
"--no-goma",
"--rbe"
],
"name": "ci\\host_release",
"ninja": {
"config": "ci/host_release",
"targets": [
"windows",
"gen_snapshot",
"flutter/build/archives:windows_flutter"
]
}
}
]
}