Skip to content

Commit fa711f7

Browse files
authored
Run packaging on presubtmit. (#116943)
* Run packaging on presubtmit. Test release package generation on presubmit. Bug: flutter/flutter#28618 Bug: flutter/flutter#60706 * Run packaging_test on all branches.
1 parent 7336312 commit fa711f7

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.ci.yaml

+39
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,15 @@ targets:
366366
["firebaselab"]
367367
task_name: release_smoke_test
368368

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+
369378
- name: Linux flutter_plugins
370379
recipe: flutter/flutter_drone
371380
enabled_branches:
@@ -2586,6 +2595,27 @@ targets:
25862595
["devicelab", "hostonly", "mac"]
25872596
task_name: flutter_gallery_macos__start_up
25882597

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+
25892619
- name: Mac flutter_view_macos__start_up
25902620
presubmit: false
25912621
recipe: devicelab/devicelab_drone
@@ -4685,6 +4715,15 @@ targets:
46854715
["devicelab", "android", "windows"]
46864716
task_name: windows_chrome_dev_mode
46874717

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+
46884727
- name: Windows windows_startup_test
46894728
recipe: devicelab/devicelab_drone
46904729
presubmit: false

0 commit comments

Comments
 (0)