tree: b4ff7f38eef94810936fa89cab94ccccd47a9b58 [path history] [tgz]
  1. README.md
  2. try_builders.json
.ci/dev/README.md

This directory contains resources that the Flutter team uses during the development of plugins.

Luci builder file

try_builders.json contains the supported luci try builders for plugins. It follows format:

{
    "builders":[
        {
            "name":"yyy",
            "repo":"plugins",
            "enabled":true
        }
    ]
}

This file will be mainly used in flutter/cocoon to trigger/update pre-submit luci tasks.