Skip to content

Commit

Permalink
[flutter_tools] add packages_autoroller to .ci.yaml as bringup (#106711)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherfujino authored Jun 28, 2022
1 parent 1fd3d6c commit 77ad519
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,19 @@ targets:
validation: analyze
validation_name: Analyze

- name: Linux packages_autoroller
bringup: true
presubmit: false
recipe: pub_autoroller/pub_autoroller
timeout: 30
properties:
tags: >
["framework","hostonly"]
dependencies: >-
[
{"dependency": "gh_cli", "version": "version:2.8.0-2-g32256d38"}
]
- name: Linux android views
recipe: flutter/android_views
properties:
Expand Down
2 changes: 2 additions & 0 deletions TESTOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@
# Linux docs_test
# Linux docs_publish
/dev/bots/docs.sh @HansMuller @flutter/framework
# Linux packages_autoroller
/dev/conductor/core @fujino @flutter/tool
# Linux web_e2e_test
/dev/integration_tests/web_e2e_tests @yjbanov @flutter/web
# Linux web_smoke_test
Expand Down

0 comments on commit 77ad519

Please sign in to comment.