Skip to content

Commit

Permalink
Revert "Remove unused drone_dimension field (#50893)"
Browse files Browse the repository at this point in the history
This reverts commit 23467e0.
  • Loading branch information
XilaiZhang authored Mar 5, 2024
1 parent 97491e3 commit 53aaea2
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ targets:
properties:
release_build: "true"
config_name: linux_fuchsia
drone_dimensions:
- os=Linux
dimensions:
kvm: "1"
# TODO(https://github.com/flutter/flutter/issues/138559): Re-enable/delete.
Expand Down Expand Up @@ -242,6 +244,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 +258,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 +268,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 +278,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 +288,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 +305,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 +359,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 +398,8 @@ targets:
{
"sdk_version": "15a240d"
}
drone_dimensions:
- os=Mac-13

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

- name: Mac impeller-cmake-example
bringup: true
Expand All @@ -417,6 +438,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 +448,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 +460,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

0 comments on commit 53aaea2

Please sign in to comment.