Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Run packaging on presubtmit. (#116943)
Browse files Browse the repository at this point in the history
* Run packaging on presubtmit.

Test release package generation on presubmit.

Bug: flutter/flutter#28618
Bug: flutter/flutter#60706

* Run packaging_test on all branches.
  • Loading branch information
godofredoc committed Dec 16, 2022
1 parent 7336312 commit fa711f7
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .ci.yaml
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fa711f7

Please sign in to comment.