Skip to content

Commit 2e16733

Browse files
Merge flutter/plugins (flutter#3233)
Merges everything from the packages/ directory of flutter/plugins (which is essentially the entire remaining repository) into this repository, completing the core of the repository merge. Part of flutter#113764
2 parents 69e6dac + 324a7f2 commit 2e16733

File tree

4,492 files changed

+377385
-35
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,492 files changed

+377385
-35
lines changed

.cirrus.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ task:
235235
### Platform-agnostic tasks ###
236236
- name: dart_unit_tests
237237
env:
238+
matrix:
239+
PACKAGE_SHARDING: "--shardIndex 0 --shardCount 2"
240+
PACKAGE_SHARDING: "--shardIndex 1 --shardCount 2"
238241
matrix:
239242
CHANNEL: "master"
240243
CHANNEL: "stable"
@@ -315,7 +318,13 @@ task:
315318
build_script:
316319
- ./script/tool_runner.sh build-examples --web
317320
drive_script:
318-
- ./script/tool_runner.sh drive-examples --web --exclude=script/configs/exclude_integration_web.yaml
321+
# TODO(stuartmorgan): Figure out why url_launcher_web is failing on stable and re-enable it:
322+
# https://github.com/flutter/flutter/issues/121161
323+
- if [[ "$CHANNEL" == "master" ]]; then
324+
- ./script/tool_runner.sh drive-examples --web --exclude=script/configs/exclude_integration_web.yaml
325+
- else
326+
- ./script/tool_runner.sh drive-examples --web --exclude=script/configs/exclude_integration_web.yaml,url_launcher_web
327+
- fi
319328
- name: web_benchmarks_test
320329
env:
321330
matrix:

0 commit comments

Comments
 (0)