Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
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
29 changes: 29 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ targets:
properties:
release_build: "true"
config_name: linux_fuchsia
# Do not remove(https://github.com/flutter/flutter/issues/144644)
# Scheduler will fail to get the platform
drone_dimensions:
- os=Linux
dimensions:
kvm: "1"
# TODO(https://github.com/flutter/flutter/issues/138559): Re-enable/delete.
Expand Down Expand Up @@ -242,6 +246,8 @@ targets:
add_recipes_cq: "true"
release_build: "true"
config_name: linux_arm_host_engine
drone_dimensions:
- os=Linux

- name: Linux linux_host_engine
recipe: engine_v2/engine_v2
Expand All @@ -254,6 +260,8 @@ targets:
[
{"dependency": "goldctl", "version": "git_revision:720a542f6fe4f92922c3b8f0fdcc4d2ac6bb83cd"}
]
drone_dimensions:
- os=Linux

- name: Linux linux_host_desktop_engine
recipe: engine_v2/engine_v2
Expand All @@ -262,6 +270,8 @@ targets:
add_recipes_cq: "true"
release_build: "true"
config_name: linux_host_desktop_engine
drone_dimensions:
- os=Linux

- name: Linux linux_android_aot_engine
recipe: engine_v2/engine_v2
Expand All @@ -270,6 +280,8 @@ targets:
add_recipes_cq: "true"
release_build: "true"
config_name: linux_android_aot_engine
drone_dimensions:
- os=Linux

- name: Linux linux_android_debug_engine
recipe: engine_v2/engine_v2
Expand All @@ -278,6 +290,8 @@ targets:
add_recipes_cq: "true"
release_build: "true"
config_name: linux_android_debug_engine
drone_dimensions:
- os=Linux

- name: Linux linux_license
recipe: engine_v2/builder
Expand All @@ -293,6 +307,8 @@ targets:
properties:
release_build: "true"
config_name: linux_web_engine
drone_dimensions:
- os=Linux
runIf:
- DEPS
- .ci.yaml
Expand Down Expand Up @@ -345,6 +361,8 @@ targets:
add_recipes_cq: "true"
release_build: "true"
config_name: mac_android_aot_engine
drone_dimensions:
- os=Linux

- name: Mac mac_clang_tidy
recipe: engine_v2/engine_v2
Expand Down Expand Up @@ -382,6 +400,8 @@ targets:
{
"sdk_version": "15a240d"
}
drone_dimensions:
- os=Mac-13

- name: Mac mac_unopt
recipe: engine_v2/engine_v2
Expand All @@ -401,6 +421,9 @@ targets:
{
"sdk_version": "15a240d"
}
drone_dimensions:
- os=Mac-13
- cpu=x86

- name: Mac impeller-cmake-example
bringup: true
Expand All @@ -417,6 +440,8 @@ targets:
add_recipes_cq: "true"
release_build: "true"
config_name: windows_android_aot_engine
drone_dimensions:
- os=Windows

- name: Windows windows_host_engine
recipe: engine_v2/engine_v2
Expand All @@ -425,6 +450,8 @@ targets:
add_recipes_cq: "true"
release_build: "true"
config_name: windows_host_engine
drone_dimensions:
- os=Windows

- name: Windows windows_arm_host_engine
recipe: engine_v2/engine_v2
Expand All @@ -435,6 +462,8 @@ targets:
properties:
add_recipes_cq: "true"
config_name: windows_arm_host_engine
drone_dimensions:
- os=Windows

- name: Windows windows_unopt
recipe: engine_v2/builder
Expand Down