[ci.yaml] Add roller (#88048)

This commit is contained in:
Casey Hillers 2021-08-11 11:12:05 -07:00 committed by GitHub
parent 1c6d2633ef
commit 4b538751b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -246,6 +246,17 @@ targets:
["framework","hostonly","shard"] ["framework","hostonly","shard"]
scheduler: luci scheduler: luci
- name: Linux ci_yaml flutter roller
recipe: infra/ci_yaml
bringup: true
timeout: 30
properties:
tags: >
["framework","hostonly","shard"]
scheduler: luci
runIf:
- .ci.yaml
- name: Linux customer_testing - name: Linux customer_testing
recipe: flutter/flutter recipe: flutter/flutter
timeout: 60 timeout: 60

View file

@ -210,6 +210,7 @@
# https://github.com/flutter/flutter/issues/82068 # https://github.com/flutter/flutter/issues/82068
# #
# build_tests @zanderso @flutter/tool # build_tests @zanderso @flutter/tool
# ci_yaml flutter roller @caseyhillers @flutter/infra
# flutter_plugins @stuartmorgan @flutter/plugin # flutter_plugins @stuartmorgan @flutter/plugin
# framework_tests @HansMuller @flutter/framework # framework_tests @HansMuller @flutter/framework
# tool_integration_tests @zanderso @flutter/tool # tool_integration_tests @zanderso @flutter/tool