Skip to content

Commit 30fc993

Browse files
sealesjgodofredoc
andauthored
Migrate Packaging Builders to .ci.yaml (flutter#115569)
* 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 <[email protected]>
1 parent ebee74d commit 30fc993

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

.ci.yaml

+52
Original file line numberDiff line numberDiff line change
@@ -4630,6 +4630,58 @@ targets:
46304630
["devicelab", "hostonly", "mac"]
46314631
task_name: flutter_tool_startup__macos
46324632

4633+
- name: Linux flutter_packaging_beta
4634+
recipe: packaging_v2/packaging_v2
4635+
timeout: 60
4636+
scheduler: release
4637+
bringup: true
4638+
enabled_branches:
4639+
- beta
4640+
properties:
4641+
task_name: flutter_packaging_beta
4642+
tags: >
4643+
["framework", "hostonly", "shard", "linux"]
4644+
4645+
4646+
- name: Mac flutter_packaging_beta
4647+
recipe: packaging_v2/packaging_v2
4648+
timeout: 60
4649+
scheduler: release
4650+
bringup: true
4651+
enabled_branches:
4652+
- beta
4653+
properties:
4654+
task_name: flutter_packaging_beta
4655+
tags: >
4656+
["framework", "hostonly", "shard", "mac"]
4657+
4658+
4659+
- name: Mac_arm64 flutter_packaging_beta
4660+
recipe: packaging_v2/packaging_v2
4661+
timeout: 60
4662+
scheduler: release
4663+
bringup: true
4664+
enabled_branches:
4665+
- beta
4666+
properties:
4667+
task_name: flutter_packaging_beta
4668+
tags: >
4669+
["framework", "hostonly", "shard", "mac"]
4670+
4671+
4672+
- name: Windows flutter_packaging_beta
4673+
recipe: packaging_v2/packaging_v2
4674+
timeout: 60
4675+
scheduler: release
4676+
bringup: true
4677+
enabled_branches:
4678+
- beta
4679+
properties:
4680+
task_name: flutter_packaging_beta
4681+
tags: >
4682+
["framework", "hostonly", "shard", "windows"]
4683+
4684+
46334685
# TODO(drewroengoogle): Remove this target when the release scheduler is
46344686
# confirmed to be working correctly and as intended.
46354687
# (https://github.com/flutter/flutter/issues/100806)

TESTOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -302,3 +302,4 @@
302302
# skp_generator @Hixie
303303
# test_ownership @keyonghan
304304
# verify_binaries_codesigned @christopherfujino @flutter/releases
305+
# flutter_packaging_beta @godofredoc @flutter/infra

0 commit comments

Comments
 (0)