Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ targets:
timeout: 60

- name: Mac Host Engine
bringup: true
recipe: engine/engine
properties:
gclient_variables: >-
Expand Down
49 changes: 31 additions & 18 deletions ci/builders/mac_host_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"out/host_debug/zip_archives/darwin-x64/FlutterEmbedder.framework.zip",
"out/host_debug/zip_archives/dart-sdk-darwin-x64.zip"
],
"name": "host_debug"
"name": "host_debug",
"realm": "production"
}
],
"drone_dimensions": [
Expand All @@ -36,7 +37,7 @@
"flutter/build/archives:artifacts",
"flutter/build/archives:dart_sdk_archive",
"flutter/build/archives:flutter_embedder_framework",
"flutter/build/dart:copy_dart_sdk",
"flutter/build/dart:copy_dart_sdk",
"flutter/shell/platform/darwin/macos:zip_macos_flutter_framework",
"flutter/tools/font-subset",
"flutter:unittests"
Expand Down Expand Up @@ -66,7 +67,8 @@
"include_paths": [
"out/host_profile/zip_archives/darwin-x64-profile/artifacts.zip"
],
"name": "host_profile"
"name": "host_profile",
"realm": "production"
}
],
"drone_dimensions": [
Expand All @@ -88,7 +90,7 @@
"ninja": {
"config": "host_profile",
"targets": [
"flutter/build/dart:copy_dart_sdk",
"flutter/build/dart:copy_dart_sdk",
"flutter/build/archives:archive_gen_snapshot",
"flutter/build/archives:artifacts",
"flutter/shell/platform/darwin/macos:zip_macos_flutter_framework",
Expand Down Expand Up @@ -120,7 +122,8 @@
"out/host_release/zip_archives/darwin-x64-release/artifacts.zip",
"out/host_release/zip_archives/darwin-x64/font-subset.zip"
],
"name": "host_release"
"name": "host_release",
"realm": "production"
}
],
"drone_dimensions": [
Expand All @@ -147,7 +150,7 @@
"targets": [
"flutter/build/archives:archive_gen_snapshot",
"flutter/build/archives:artifacts",
"flutter/build/dart:copy_dart_sdk",
"flutter/build/dart:copy_dart_sdk",
"flutter/impeller/golden_tests:impeller_golden_tests",
"flutter/shell/platform/darwin/macos:zip_macos_flutter_framework",
"flutter/tools/font-subset",
Expand Down Expand Up @@ -178,7 +181,8 @@
"out/mac_debug_arm64/zip_archives/darwin-arm64/artifacts.zip",
"out/mac_debug_arm64/zip_archives/dart-sdk-darwin-arm64.zip"
],
"name": "mac_debug_arm64"
"name": "mac_debug_arm64",
"realm": "production"
}
],
"drone_dimensions": [
Expand All @@ -202,7 +206,7 @@
"ninja": {
"config": "mac_debug_arm64",
"targets": [
"flutter/tools/font-subset",
"flutter/tools/font-subset",
"flutter/build/archives:archive_gen_snapshot",
"flutter/build/archives:artifacts",
"flutter/build/archives:dart_sdk_archive",
Expand All @@ -218,8 +222,9 @@
"type": "gcs",
"include_paths": [
"out/mac_profile_arm64/zip_archives/darwin-arm64-profile/artifacts.zip"
],
"name": "mac_profile_arm64"
],
"name": "mac_profile_arm64",
"realm": "production"
}
],
"drone_dimensions": [
Expand Down Expand Up @@ -258,7 +263,8 @@
"out/mac_release_arm64/zip_archives/darwin-arm64/font-subset.zip",
"out/mac_release_arm64/zip_archives/darwin-arm64-release/artifacts.zip"
],
"name": "mac_release_arm64"
"name": "mac_release_arm64",
"realm": "production"
}
],
"drone_dimensions": [
Expand Down Expand Up @@ -386,31 +392,38 @@
"archives": [
{
"source": "out/release/framework/FlutterMacOS.dSYM.zip",
"destination": "darwin-x64-release/FlutterMacOS.dSYM.zip"
"destination": "darwin-x64-release/FlutterMacOS.dSYM.zip",
"realm": "production"
},
{
"source": "out/debug/framework/FlutterMacOS.framework.zip",
"destination": "darwin-x64/FlutterMacOS.framework.zip"
"destination": "darwin-x64/FlutterMacOS.framework.zip",
"realm": "production"
},
{
"source": "out/profile/framework/FlutterMacOS.framework.zip",
"destination": "darwin-x64-profile/FlutterMacOS.framework.zip"
"destination": "darwin-x64-profile/FlutterMacOS.framework.zip",
"realm": "production"
},
{
"source": "out/release/framework/FlutterMacOS.framework.zip",
"destination": "darwin-x64-release/FlutterMacOS.framework.zip"
"destination": "darwin-x64-release/FlutterMacOS.framework.zip",
"realm": "production"
},
{
"source": "out/debug/snapshot/gen_snapshot.zip",
"destination": "darwin-x64/gen_snapshot.zip"
"destination": "darwin-x64/gen_snapshot.zip",
"realm": "production"
},
{
"source": "out/profile/snapshot/gen_snapshot.zip",
"destination": "darwin-x64-profile/gen_snapshot.zip"
"destination": "darwin-x64-profile/gen_snapshot.zip",
"realm": "production"
},
{
"source": "out/release/snapshot/gen_snapshot.zip",
"destination": "darwin-x64-release/gen_snapshot.zip"
"destination": "darwin-x64-release/gen_snapshot.zip",
"realm": "production"
}
]
}