flutter/dev
godofredoc 1731609c59
Enable builds in presubmit and remove old ones. (#63439)
Framework tests got replaced with a new version using shards. This pr is
enabling the new builders in presubmit and removing the old ones.

Bug:
  https://github.com/flutter/flutter/issues/63258
  https://github.com/flutter/flutter/issues/63242
  https://github.com/flutter/flutter/issues/63241
2020-08-11 08:22:21 -07:00
..
automated_tests update packages (#63017) 2020-08-06 16:21:05 -07:00
benchmarks Prepare macrobenchmarks' e2e tests for firebase test lab (#63197) 2020-08-10 11:01:02 -07:00
bots Pin iOS module test plugin versions (#63445) 2020-08-11 06:26:05 -07:00
ci Rev json gem (#62987) 2020-08-07 20:36:06 -07:00
customer_testing [versions] update to the latest sdk versions (#62687) 2020-08-03 10:31:06 -07:00
devicelab Pin iOS module test plugin versions (#63445) 2020-08-11 06:26:05 -07:00
docs Revert "Add padding around flutter api docs search input (#44980)" (#63113) 2020-08-06 16:15:09 -07:00
integration_tests Updated old button references in dev/integration_tests/flutter_gallery ... drawer_demo (#63404) 2020-08-11 07:46:37 -07:00
manual_tests Removed old button widget references from dev/manual_tests (#62816) 2020-08-05 14:51:27 -07:00
missing_dependency_tests [flutter_tools] remove globals from compilers (#59184) 2020-06-18 10:33:17 -07:00
snippets update packages (#63017) 2020-08-06 16:21:05 -07:00
tools Bump dartdoc to 0.32.3 and tighten doc quality checker (#63111) 2020-08-07 20:41:04 -07:00
tracing_tests [versions] update to the latest sdk versions (#62687) 2020-08-03 10:31:06 -07:00
prod_builders.json Add supported Luci builders for flutter repo (#62445) 2020-08-06 13:41:08 -07:00
README.md Add supported Luci builders for flutter repo (#62445) 2020-08-06 13:41:08 -07:00
try_builders.json Enable builds in presubmit and remove old ones. (#63439) 2020-08-11 08:22:21 -07:00

This directory contains tools and resources that the Flutter team uses during the development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course, they may be interesting if you are curious.

The tests in this directory are run in the framework_tests_misc-* shards.

Luci builder file

try_builders.json and prod_builders.json contain the supported luci try/prod builders for engine. They follow format:

{
    "builders":[
        {
            "name":"xxx1",
            "repo":"flutter"
        },
        {
            "name":"xxx2",
            "repo":"flutter",
            "taskName":"yyy2"
        }
    ]
}

These files will be mainly used in flutter/cocoon to trigger/update flutter luci tasks.