Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move recipes to repository folders. #31367

Merged
merged 1 commit into from
Feb 11, 2022
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
36 changes: 18 additions & 18 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ platform_properties:

targets:
- name: Linux Android AOT Engine
recipe: engine
recipe: engine/engine
properties:
add_recipes_cq: "true"
build_android_aot: "true"
Expand All @@ -110,7 +110,7 @@ targets:
scheduler: luci

- name: Linux Android Debug Engine
recipe: engine
recipe: engine/engine
properties:
add_recipes_cq: "true"
build_android_debug: "true"
Expand Down Expand Up @@ -155,7 +155,7 @@ targets:
scheduler: luci

- name: Linux Fuchsia
recipe: engine
recipe: engine/engine
properties:
add_recipes_cq: "true"
build_fuchsia: "true"
Expand All @@ -164,7 +164,7 @@ targets:
scheduler: luci

- name: Linux Fuchsia FEMU
recipe: femu_test
recipe: engine/femu_test
properties:
add_recipes_cq: "true"
build_fuchsia: "true"
Expand All @@ -181,15 +181,15 @@ targets:
scheduler: luci

- name: Linux Host Engine
recipe: engine
recipe: engine/engine
properties:
add_recipes_cq: "true"
build_host: "true"
timeout: 60
scheduler: luci

- name: Linux Unopt
recipe: engine_unopt
recipe: engine/engine_unopt
properties:
add_recipes_cq: "true"
timeout: 60
Expand All @@ -204,7 +204,7 @@ targets:
scheduler: luci

- name: Linux Web Engine
recipe: web_engine
recipe: engine/web_engine
properties:
add_recipes_cq: "true"
gcs_goldens_bucket: flutter_logs
Expand Down Expand Up @@ -244,7 +244,7 @@ targets:
- flutter_frontend_server/**

- name: Mac Android AOT Engine
recipe: engine
recipe: engine/engine
properties:
android_sdk_license: \n24333f8a63b6825ea9c5514f83c2829b004d1fee
android_sdk_preview_license: \n84831b9409646a918e30573bab4c9c91346d8abd
Expand All @@ -254,7 +254,7 @@ targets:
scheduler: luci

- name: Mac Host Engine
recipe: engine
recipe: engine/engine
properties:
add_recipes_cq: "true"
build_host: "true"
Expand All @@ -263,15 +263,15 @@ targets:
scheduler: luci

- name: Mac Unopt
recipe: engine_unopt
recipe: engine/engine_unopt
properties:
add_recipes_cq: "true"
jazzy_version: 0.9.5
timeout: 75
scheduler: luci

- name: Mac iOS Engine
recipe: engine
recipe: engine/engine
properties:
build_ios: "true"
ios_debug: "true"
Expand Down Expand Up @@ -325,7 +325,7 @@ targets:
scheduler: luci

- name: Windows Android AOT Engine
recipe: engine
recipe: engine/engine
properties:
build_android_aot: "true"
android_sdk_license: \n24333f8a63b6825ea9c5514f83c2829b004d1fee
Expand All @@ -334,7 +334,7 @@ targets:
scheduler: luci

- name: Windows Host Engine
recipe: engine
recipe: engine/engine
timeout: 60
properties:
add_recipes_cq: "true"
Expand All @@ -360,21 +360,21 @@ targets:
scheduler: luci

- name: Windows Unopt
recipe: engine_unopt
recipe: engine/engine_unopt
properties:
add_recipes_cq: "true"
timeout: 75
scheduler: luci

- name: Windows UWP Engine
recipe: engine
recipe: engine/engine
properties:
build_windows_uwp: "true"
timeout: 60
scheduler: luci

- name: Windows Web Engine
recipe: web_engine
recipe: engine/web_engine
properties:
gcs_goldens_bucket: flutter_logs
timeout: 60
Expand All @@ -386,7 +386,7 @@ targets:

- name: Mac iOS Engine Profile
presubmit: false
recipe: engine
recipe: engine/engine
properties:
build_ios: "true"
ios_profile: "true"
Expand All @@ -396,7 +396,7 @@ targets:

- name: Mac iOS Engine Release
presubmit: false
recipe: engine
recipe: engine/engine
properties:
build_ios: "true"
ios_release: "true"
Expand Down