keyonghan dd642b05fa
add supported luci builders (#20099)
* add supported luci builders

* fix license

* add readme

* add code to validate json contents

* license

* move dev to ci

* fix license

* add shell script to run test
2020-08-04 15:44:34 -07:00
..
2020-08-04 15:44:34 -07:00

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

Luci builder file

engine_try_builders.json and engine_prod_builders.json contains the supported luci try/prod builders for engine. It follows format:

{
    "builders":[
        {
            "name":"xxx",
            "repo":"engine"
        },
        {
            "name":"yyy",
            "repo":"engine"
        }
    ]
}

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

If any new changes, please validate json contents by running

dart validate_json.dart engine_try_builders.json
dart validate_json.dart engine_prod_builders.json