Skip to content

Commit e52449b

Browse files
authored
Add Remaining Packaging Builders (#116683)
* add stable packaging builders * update testowners * consolidate and use enabled_branches * update to reflect the consolidation
1 parent ef40e3e commit e52449b

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

.ci.yaml

+12-9
Original file line numberDiff line numberDiff line change
@@ -4630,54 +4630,57 @@ targets:
46304630
["devicelab", "hostonly", "mac"]
46314631
task_name: flutter_tool_startup__macos
46324632

4633-
- name: Linux flutter_packaging_beta
4633+
- name: Linux flutter_packaging
46344634
recipe: packaging_v2/packaging_v2
46354635
timeout: 60
46364636
scheduler: release
46374637
bringup: true
46384638
enabled_branches:
46394639
- beta
4640+
- stable
46404641
properties:
4641-
task_name: flutter_packaging_beta
4642+
task_name: flutter_packaging
46424643
tags: >
46434644
["framework", "hostonly", "shard", "linux"]
46444645
4645-
4646-
- name: Mac flutter_packaging_beta
4646+
- name: Mac flutter_packaging
46474647
recipe: packaging_v2/packaging_v2
46484648
timeout: 60
46494649
scheduler: release
46504650
bringup: true
46514651
enabled_branches:
46524652
- beta
4653+
- stable
46534654
properties:
4654-
task_name: flutter_packaging_beta
4655+
task_name: flutter_packaging
46554656
tags: >
46564657
["framework", "hostonly", "shard", "mac"]
46574658
46584659
4659-
- name: Mac_arm64 flutter_packaging_beta
4660+
- name: Mac_arm64 flutter_packaging
46604661
recipe: packaging_v2/packaging_v2
46614662
timeout: 60
46624663
scheduler: release
46634664
bringup: true
46644665
enabled_branches:
46654666
- beta
4667+
- stable
46664668
properties:
4667-
task_name: flutter_packaging_beta
4669+
task_name: flutter_packaging
46684670
tags: >
46694671
["framework", "hostonly", "shard", "mac"]
46704672
46714673
4672-
- name: Windows flutter_packaging_beta
4674+
- name: Windows flutter_packaging
46734675
recipe: packaging_v2/packaging_v2
46744676
timeout: 60
46754677
scheduler: release
46764678
bringup: true
46774679
enabled_branches:
46784680
- beta
4681+
- stable
46794682
properties:
4680-
task_name: flutter_packaging_beta
4683+
task_name: flutter_packaging
46814684
tags: >
46824685
["framework", "hostonly", "shard", "windows"]
46834686

TESTOWNERS

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

0 commit comments

Comments
 (0)