Skip to content

Commit

Permalink
Move recipes to repository folders. (flutter#31367)
Browse files Browse the repository at this point in the history
  • Loading branch information
godofredoc authored Feb 11, 2022
1 parent 8d3c0fb commit d1164c1
Showing 1 changed file with 18 additions and 18 deletions.
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

0 comments on commit d1164c1

Please sign in to comment.