Skip to content

Latest commit

 

History

History

dev

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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

Luci builder file

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

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

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