Run packaging on presubtmit. (#116943)

* Run packaging on presubtmit.

Test release package generation on presubmit.

Bug: https://github.com/flutter/flutter/issues/28618
Bug: https://github.com/flutter/flutter/issues/60706

* Run packaging_test on all branches.
This commit is contained in:
godofredoc 2022-12-15 18:37:19 -08:00 committed by GitHub
parent 7336312b0b
commit fa711f77e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -366,6 +366,15 @@ targets:
["firebaselab"]
task_name: release_smoke_test
- name: Linux flutter_packaging_test
recipe: packaging_v2/packaging_v2
timeout: 60
bringup: true
properties:
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "linux"]
- name: Linux flutter_plugins
recipe: flutter/flutter_drone
enabled_branches:
@ -2586,6 +2595,27 @@ targets:
["devicelab", "hostonly", "mac"]
task_name: flutter_gallery_macos__start_up
- name: Mac flutter_packaging_test
recipe: packaging_v2/packaging_v2
timeout: 60
bringup: true
properties:
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "mac"]
- name: Mac_arm64 flutter_packaging_test
recipe: packaging_v2/packaging_v2
timeout: 60
bringup: true
properties:
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "mac"]
dimensions:
cpu: "arm64"
- name: Mac flutter_view_macos__start_up
presubmit: false
recipe: devicelab/devicelab_drone
@ -4685,6 +4715,15 @@ targets:
["devicelab", "android", "windows"]
task_name: windows_chrome_dev_mode
- name: Windows flutter_packaging_test
recipe: packaging_v2/packaging_v2
timeout: 60
bringup: true
properties:
task_name: flutter_packaging
tags: >
["framework", "hostonly", "shard", "windows"]
- name: Windows windows_startup_test
recipe: devicelab/devicelab_drone
presubmit: false