godofredoc 2851953970
Revert "Add android scenarios presubmit task. (#20581)" (#20597)
This reverts commit 0b330467da244c86637db5fdaa5ef5401e90beba.
2020-08-18 09:58:46 -07:00
..

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

Luci builder file

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

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

for try_builders.json, and follows format:

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

for prod_builders.json. try_builders.json will be mainly used in flutter/cocoon to trigger/update pre-submit engine luci tasks, whereas prod_builders.json will be mainly used in flutter/cocoon to push luci task statuses to GitHub.