@@ -366,6 +366,15 @@ targets:
366
366
["firebaselab"]
367
367
task_name : release_smoke_test
368
368
369
+ - name : Linux flutter_packaging_test
370
+ recipe : packaging_v2/packaging_v2
371
+ timeout : 60
372
+ bringup : true
373
+ properties :
374
+ task_name : flutter_packaging
375
+ tags : >
376
+ ["framework", "hostonly", "shard", "linux"]
377
+
369
378
- name : Linux flutter_plugins
370
379
recipe : flutter/flutter_drone
371
380
enabled_branches :
@@ -2586,6 +2595,27 @@ targets:
2586
2595
["devicelab", "hostonly", "mac"]
2587
2596
task_name : flutter_gallery_macos__start_up
2588
2597
2598
+ - name : Mac flutter_packaging_test
2599
+ recipe : packaging_v2/packaging_v2
2600
+ timeout : 60
2601
+ bringup : true
2602
+ properties :
2603
+ task_name : flutter_packaging
2604
+ tags : >
2605
+ ["framework", "hostonly", "shard", "mac"]
2606
+
2607
+
2608
+ - name : Mac_arm64 flutter_packaging_test
2609
+ recipe : packaging_v2/packaging_v2
2610
+ timeout : 60
2611
+ bringup : true
2612
+ properties :
2613
+ task_name : flutter_packaging
2614
+ tags : >
2615
+ ["framework", "hostonly", "shard", "mac"]
2616
+ dimensions :
2617
+ cpu : " arm64"
2618
+
2589
2619
- name : Mac flutter_view_macos__start_up
2590
2620
presubmit : false
2591
2621
recipe : devicelab/devicelab_drone
@@ -4685,6 +4715,15 @@ targets:
4685
4715
["devicelab", "android", "windows"]
4686
4716
task_name : windows_chrome_dev_mode
4687
4717
4718
+ - name : Windows flutter_packaging_test
4719
+ recipe : packaging_v2/packaging_v2
4720
+ timeout : 60
4721
+ bringup : true
4722
+ properties :
4723
+ task_name : flutter_packaging
4724
+ tags : >
4725
+ ["framework", "hostonly", "shard", "windows"]
4726
+
4688
4727
- name : Windows windows_startup_test
4689
4728
recipe : devicelab/devicelab_drone
4690
4729
presubmit : false
0 commit comments