Skip to content

Commit

Permalink
Migrate Packaging Builders to .ci.yaml (flutter#115569)
Browse files Browse the repository at this point in the history
* packaging builder initial config

* add release scheduler parameter

* remove stables

* add taskname + test owner

* testowner test

* comment structure

* test naming convention

* test adding tags

* add timeout

* prune names

* Update testowners.

* Move packaging to shards section.

* Set packaging as shard.

* Use packaging V2

Co-authored-by: godofredoc <godofredoc@google.com>
  • Loading branch information
sealesj and godofredoc committed Dec 5, 2022
1 parent ebee74d commit 30fc993
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4630,6 +4630,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
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 @@ -302,3 +302,4 @@
# skp_generator @Hixie
# test_ownership @keyonghan
# verify_binaries_codesigned @christopherfujino @flutter/releases
# flutter_packaging_beta @godofredoc @flutter/infra

0 comments on commit 30fc993

Please sign in to comment.