File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 27
27
env :
28
28
matrix :
29
29
CHANNEL : " master"
30
- CHANNEL : " stable"
30
+ # Temporarily disabling CI on stable to allow using new Flutter features closely
31
+ # before a new release.
32
+ # TODO(amirh): re-enable this
33
+ # https://github.com/flutter/flutter/issues/46258
34
+ # CHANNEL: "stable"
31
35
test_script :
32
36
# TODO(jackson): Allow web plugins once supported on stable
33
37
# https://github.com/flutter/flutter/issues/42864
50
54
PLUGIN_SHARDING : " --shardIndex 1 --shardCount 2"
51
55
matrix :
52
56
CHANNEL : " master"
53
- CHANNEL : " stable"
57
+ # Temporarily disabling CI on stable to allow using new Flutter features closely
58
+ # before a new release.
59
+ # TODO(amirh): re-enable this
60
+ # https://github.com/flutter/flutter/issues/46258
61
+ # CHANNEL: "stable"
54
62
MAPS_API_KEY : ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
55
63
GCLOUD_FIREBASE_TESTLAB_KEY : ENCRYPTED[07586610af1fdfc894e5969f70ef2458341b9b7e9c3b7c4225a663b4a48732b7208a4d91c3b7d45305a6b55fa2a37fc4]
56
64
script :
@@ -115,7 +123,11 @@ task:
115
123
PLUGIN_SHARDING : " --shardIndex 3 --shardCount 4"
116
124
matrix :
117
125
CHANNEL : " master"
118
- CHANNEL : " stable"
126
+ # Temporarily disabling CI on stable to allow using new Flutter features closely
127
+ # before a new release.
128
+ # TODO(amirh): re-enable this
129
+ # https://github.com/flutter/flutter/issues/46258
130
+ # CHANNEL: "stable"
119
131
SIMCTL_CHILD_MAPS_API_KEY : ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
120
132
build_script :
121
133
# TODO(jackson): Allow web plugins once supported on stable
You can’t perform that action at this time.
0 commit comments