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

Add Remaining Packaging Builders #116683

Merged
Merged
Show file tree
Hide file tree
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
21 changes: 12 additions & 9 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4630,54 +4630,57 @@ targets:
["devicelab", "hostonly", "mac"]
task_name: flutter_tool_startup__macos

- name: Linux flutter_packaging_beta
- name: Linux flutter_packaging
recipe: packaging_v2/packaging_v2
timeout: 60
scheduler: release
bringup: true
enabled_branches:
- beta
- stable
properties:
task_name: flutter_packaging_beta
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "linux"]


- name: Mac flutter_packaging_beta
- name: Mac flutter_packaging
recipe: packaging_v2/packaging_v2
timeout: 60
scheduler: release
bringup: true
enabled_branches:
- beta
- stable
sealesj marked this conversation as resolved.
Show resolved Hide resolved
properties:
task_name: flutter_packaging_beta
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "mac"]


- name: Mac_arm64 flutter_packaging_beta
- name: Mac_arm64 flutter_packaging
recipe: packaging_v2/packaging_v2
timeout: 60
scheduler: release
bringup: true
enabled_branches:
- beta
- stable
properties:
task_name: flutter_packaging_beta
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "mac"]


- name: Windows flutter_packaging_beta
- name: Windows flutter_packaging
recipe: packaging_v2/packaging_v2
timeout: 60
scheduler: release
bringup: true
enabled_branches:
- beta
- stable
properties:
task_name: flutter_packaging_beta
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "windows"]

Expand Down
2 changes: 1 addition & 1 deletion TESTOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,4 @@
# skp_generator @Hixie
# test_ownership @keyonghan
# verify_binaries_codesigned @christopherfujino @flutter/releases
# flutter_packaging_beta @godofredoc @flutter/infra
# flutter_packaging @godofredoc @flutter/infra