mirror of
https://github.com/flutter/packages.git
synced 2025-06-17 02:48:43 +08:00
[ci] Split android-platform_tests in 2 shards (#2577)
This commit is contained in:
@ -8,6 +8,9 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
|
||||
REPO_DIR="$(dirname "$SCRIPT_DIR")"
|
||||
|
||||
# The tool expects to be run from the repo root.
|
||||
# PACKAGE_SHARDING is (optionally) set from Cirrus. See .cirrus.yml
|
||||
cd "$REPO_DIR"
|
||||
dart pub global run flutter_plugin_tools "$@" --packages-for-branch \
|
||||
--log-timing $BUILD_SHARDING
|
||||
dart pub global run flutter_plugin_tools "$@" \
|
||||
--packages-for-branch \
|
||||
--log-timing \
|
||||
$PACKAGE_SHARDING
|
||||
|
Reference in New Issue
Block a user