Skip to content

Commit 77ad519

Browse files
[flutter_tools] add packages_autoroller to .ci.yaml as bringup (#106711)
1 parent 1fd3d6c commit 77ad519

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.ci.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,19 @@ targets:
132132
validation: analyze
133133
validation_name: Analyze
134134

135+
- name: Linux packages_autoroller
136+
bringup: true
137+
presubmit: false
138+
recipe: pub_autoroller/pub_autoroller
139+
timeout: 30
140+
properties:
141+
tags: >
142+
["framework","hostonly"]
143+
dependencies: >-
144+
[
145+
{"dependency": "gh_cli", "version": "version:2.8.0-2-g32256d38"}
146+
]
147+
135148
- name: Linux android views
136149
recipe: flutter/android_views
137150
properties:

TESTOWNERS

+2
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@
224224
# Linux docs_test
225225
# Linux docs_publish
226226
/dev/bots/docs.sh @HansMuller @flutter/framework
227+
# Linux packages_autoroller
228+
/dev/conductor/core @fujino @flutter/tool
227229
# Linux web_e2e_test
228230
/dev/integration_tests/web_e2e_tests @yjbanov @flutter/web
229231
# Linux web_smoke_test

0 commit comments

Comments
 (0)