tree: 4b163edf1981d382bd08f8eb41beef7ed3ed01e9 [path history] [tgz]
  1. provision_salt.sh
  2. README.md
  3. salt.minion.plist
  4. try_builders.json
dev/README.md

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

Luci builder file

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

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

This file will be mainly used in flutter/cocoon to trigger LUCI presubmit tasks.