Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit c60ee42

Browse files
Merge branch 'main' into dependabot/gradle/packages/espresso/android/com.squareup.okhttp3-okhttp-4.10.0
2 parents 41075ec + d07de93 commit c60ee42

File tree

313 files changed

+12171
-1762
lines changed

Some content is hidden

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

313 files changed

+12171
-1762
lines changed

.ci/flutter_master.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
689b5cc68d2f2184dab62eb7ff4df2156257b307
1+
78e3b93664c7784d806fe00080bd800f30cec662

.cirrus.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ task:
113113
# run with --require-excerpts and no exclusions.
114114
- ./script/tool_runner.sh readme-check --require-excerpts --exclude=script/configs/temp_exclude_excerpt.yaml
115115
license_script: dart $PLUGIN_TOOL license-check
116+
dependabot_script: dart $PLUGIN_TOOL dependabot-check
116117
- name: federated_safety
117118
# This check is only meaningful for PRs, as it validates changes
118119
# rather than state.
@@ -187,6 +188,8 @@ task:
187188
- flutter config --enable-linux-desktop
188189
<< : *BUILD_ALL_PLUGINS_APP_TEMPLATE
189190
- name: linux-platform_tests
191+
# Don't run full platform tests on both channels in pre-submit.
192+
skip: $CIRRUS_PR != '' && $CHANNEL == 'stable'
190193
env:
191194
matrix:
192195
CHANNEL: "master"
@@ -216,6 +219,8 @@ task:
216219
matrix:
217220
### Android tasks ###
218221
- name: android-platform_tests
222+
# Don't run full platform tests on both channels in pre-submit.
223+
skip: $CIRRUS_PR != '' && $CHANNEL == 'stable'
219224
env:
220225
matrix:
221226
PLUGIN_SHARDING: "--shardIndex 0 --shardCount 5"
@@ -316,6 +321,8 @@ task:
316321
<< : *BUILD_ALL_PLUGINS_APP_TEMPLATE
317322
### macOS desktop tasks ###
318323
- name: macos-platform_tests
324+
# Don't run full platform tests on both channels in pre-submit.
325+
skip: $CIRRUS_PR != '' && $CHANNEL == 'stable'
319326
env:
320327
matrix:
321328
CHANNEL: "master"
@@ -351,6 +358,8 @@ task:
351358
# tests are reliable on the ARM infrastructure. See discussion at
352359
# https://github.com/flutter/plugins/pull/5693#issuecomment-1126011089
353360
- name: ios-platform_tests
361+
# Don't run full platform tests on both channels in pre-submit.
362+
skip: $CIRRUS_PR != '' && $CHANNEL == 'stable'
354363
env:
355364
PATH: $PATH:/usr/local/bin
356365
matrix:

0 commit comments

Comments
 (0)