Unverified Commit 9f35ed77 authored by godofredoc's avatar godofredoc Committed by GitHub

Use packages/packages recipe. (#122822)

Use packages/packages recipe.
parent 6711411f
...@@ -380,7 +380,7 @@ targets: ...@@ -380,7 +380,7 @@ targets:
task_name: release_smoke_test task_name: release_smoke_test
- name: Linux flutter_packaging_test - name: Linux flutter_packaging_test
recipe: packaging_v2/packaging_v2 recipe: packaging/packaging
timeout: 60 timeout: 60
bringup: true bringup: true
properties: properties:
...@@ -2708,7 +2708,7 @@ targets: ...@@ -2708,7 +2708,7 @@ targets:
task_name: flutter_gallery_macos__start_up task_name: flutter_gallery_macos__start_up
- name: Mac flutter_packaging_test - name: Mac flutter_packaging_test
recipe: packaging_v2/packaging_v2 recipe: packaging/packaging
timeout: 60 timeout: 60
bringup: true bringup: true
properties: properties:
...@@ -2717,7 +2717,7 @@ targets: ...@@ -2717,7 +2717,7 @@ targets:
["framework", "hostonly", "shard", "mac"] ["framework", "hostonly", "shard", "mac"]
- name: Mac_arm64 flutter_packaging_test - name: Mac_arm64 flutter_packaging_test
recipe: packaging_v2/packaging_v2 recipe: packaging/packaging
timeout: 60 timeout: 60
bringup: true bringup: true
properties: properties:
...@@ -4877,7 +4877,7 @@ targets: ...@@ -4877,7 +4877,7 @@ targets:
task_name: windows_chrome_dev_mode task_name: windows_chrome_dev_mode
- name: Windows flutter_packaging_test - name: Windows flutter_packaging_test
recipe: packaging_v2/packaging_v2 recipe: packaging/packaging
timeout: 60 timeout: 60
bringup: true bringup: true
properties: properties:
...@@ -4924,7 +4924,7 @@ targets: ...@@ -4924,7 +4924,7 @@ targets:
task_name: flutter_tool_startup__macos task_name: flutter_tool_startup__macos
- name: Linux flutter_packaging - name: Linux flutter_packaging
recipe: packaging_v2/packaging_v2 recipe: packaging/packaging
timeout: 60 timeout: 60
scheduler: release scheduler: release
bringup: true bringup: true
...@@ -4937,7 +4937,7 @@ targets: ...@@ -4937,7 +4937,7 @@ targets:
["framework", "hostonly", "shard", "linux"] ["framework", "hostonly", "shard", "linux"]
- name: Mac flutter_packaging - name: Mac flutter_packaging
recipe: packaging_v2/packaging_v2 recipe: packaging/packaging
timeout: 60 timeout: 60
scheduler: release scheduler: release
bringup: true bringup: true
...@@ -4953,7 +4953,7 @@ targets: ...@@ -4953,7 +4953,7 @@ targets:
- name: Mac_arm64 flutter_packaging - name: Mac_arm64 flutter_packaging
recipe: packaging_v2/packaging_v2 recipe: packaging/packaging
timeout: 60 timeout: 60
scheduler: release scheduler: release
bringup: true bringup: true
...@@ -4966,7 +4966,7 @@ targets: ...@@ -4966,7 +4966,7 @@ targets:
["framework", "hostonly", "shard", "mac"] ["framework", "hostonly", "shard", "mac"]
- name: Windows flutter_packaging - name: Windows flutter_packaging
recipe: packaging_v2/packaging_v2 recipe: packaging/packaging
timeout: 60 timeout: 60
scheduler: release scheduler: release
bringup: true bringup: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment