@@ -4630,6 +4630,58 @@ targets:
4630
4630
["devicelab", "hostonly", "mac"]
4631
4631
task_name : flutter_tool_startup__macos
4632
4632
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
+
4633
4685
# TODO(drewroengoogle): Remove this target when the release scheduler is
4634
4686
# confirmed to be working correctly and as intended.
4635
4687
# (https://github.com/flutter/flutter/issues/100806)
0 commit comments