9 Commits

Author SHA1 Message Date
68abc6ffa4 remove temporary flag after migration (#3498)
remove temporary flag after migration
2023-03-21 21:01:09 +00:00
784291b4fd Update goldens (#3442)
Update goldens
2023-03-17 07:52:27 +00:00
6db4a95ce8 Update invocations to run from local source 2023-02-13 12:03:18 -05:00
6df723ca4c [ci] Split android-platform_tests in 2 shards (#2577) 2022-09-08 22:51:10 +00:00
f850e38672 [ci] Roll repo tooling to 0.7.3 (#520)
Updates tool pin to 0.7.3
- Enables versiond and CHANGELOG update checks.
- Enables timing logging.

Changes to allow the roll to pass:
- Adds missing licenses to Kotlin files (which were not previously checked).
- Adds missing AUTHORS files.
- Adjusts package descriptions to meet pub.dev length guidelines, which the tooling now enforces.
2021-12-02 12:01:20 -08:00
b952cbfd43 Roll to version 0.6.0+1 of repo tooling (#454)
Picks up 0.6.0+1 of the tool, which among other things fixes `build-examples` to run on non-plugin packages.

Related changes:
- Simplifies tool_runner.sh using new tool flag, to match the recent change to flutter/plugins.
- Disables sharding of the build+native test tasks; even with building now working again, it's clear there's not enough load to warrant the shards; each one has about 1 minute of setup, and then the build times per shard varied from 1-4 minutes. Using an extra machine to run in 1+1 and 1+4 minutes is not a win over just doing a single 1+5 minute run.
2021-09-01 11:18:53 -07:00
035ba3ef55 Update flutter_plugin_tools to 0.5.0 (#441)
Rolls to the latest release of flutter_plugin_tools, updating calls for breaking changes to flags.

Other minor changes:
- Removes the default set of actions from `tool_runner.sh` since it's never used, and the set of things it runs is a very obsolete subset at this point; it's better to require people to choose specific actions.
- Renames some tasks to match recent renaming in flutter/plugins.
2021-08-18 10:50:36 -07:00
5a46376448 Replace 'pub' with 'dart pub' in CI scripts (#401)
Bare use of 'pub' is deprecated.

Also updates the pinned repo tool version, since some uses of 'pub' have
been fixed there.
2021-07-02 10:47:27 -07:00
4804697bf2 Update repo tooling (#344)
Updates to better align with the current flutter/plugins tooling:
- Pulls the latest flutter_plugin_tools
- Enables the new version-check functionality
- Enables the new license-check functionality
- Switches over to the new publish check functionality
- Moves format checking to a bot that does several of the very fast
  checks, leaving tests as their own bot
- Switches incremental_build.sh to use the new --run-on-changed-packages
  functionality instead of the bash check_changed_packages
- Moves check_changed_packages into local_tests.sh to minimize the
  chances of future new code trying to use it, as it is now legacy.
- Renames incremental_build.sh to tool_runner.sh, to better match its
  current behavior/use
2021-05-10 10:48:16 -07:00