diff --git a/.ci.yaml b/.ci.yaml index a700ceb33e..08a00cab95 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -246,6 +246,17 @@ targets: ["framework","hostonly","shard"] 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 recipe: flutter/flutter timeout: 60 diff --git a/TESTOWNERS b/TESTOWNERS index 555a144ddd..80fe85cf34 100644 --- a/TESTOWNERS +++ b/TESTOWNERS @@ -210,6 +210,7 @@ # https://github.com/flutter/flutter/issues/82068 # # build_tests @zanderso @flutter/tool +# ci_yaml flutter roller @caseyhillers @flutter/infra # flutter_plugins @stuartmorgan @flutter/plugin # framework_tests @HansMuller @flutter/framework # tool_integration_tests @zanderso @flutter/tool