@@ -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)
0 commit comments