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

Migrate Packaging Builders to .ci.yaml #115569

Merged
merged 15 commits into from
Dec 5, 2022
52 changes: 52 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4620,6 +4620,58 @@ targets:
["devicelab", "hostonly", "mac"]
task_name: flutter_tool_startup__macos

- name: Linux flutter_packaging_beta
recipe: packaging_v2/packaging_v2
timeout: 60
scheduler: release
bringup: true
enabled_branches:
- beta
properties:
task_name: flutter_packaging_beta
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these names be postfixed with OS?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we do something with postfixes?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think so, but the other names in the file are setup in that convention, e.g. line 4612

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aaah, no, many of the values we are providing here are not needed but not sure if removing them will make TESTONWERS unhappy.

tags: >
["framework", "hostonly", "shard", "linux"]


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


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


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


# TODO(drewroengoogle): Remove this target when the release scheduler is
# confirmed to be working correctly and as intended.
# (https://github.com/flutter/flutter/issues/100806)
Expand Down
1 change: 1 addition & 0 deletions TESTOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,4 @@
# skp_generator @Hixie
# test_ownership @keyonghan
# verify_binaries_codesigned @christopherfujino @flutter/releases
# flutter_packaging_beta @godofredoc @flutter/infra