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 2727 env :
2828 matrix :
2929 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"
3135 test_script :
3236 # TODO(jackson): Allow web plugins once supported on stable
3337 # https://github.com/flutter/flutter/issues/42864
5054 PLUGIN_SHARDING : " --shardIndex 1 --shardCount 2"
5155 matrix :
5256 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"
5462 MAPS_API_KEY : ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
5563 GCLOUD_FIREBASE_TESTLAB_KEY : ENCRYPTED[07586610af1fdfc894e5969f70ef2458341b9b7e9c3b7c4225a663b4a48732b7208a4d91c3b7d45305a6b55fa2a37fc4]
5664 script :
@@ -115,7 +123,11 @@ task:
115123 PLUGIN_SHARDING : " --shardIndex 3 --shardCount 4"
116124 matrix :
117125 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"
119131 SIMCTL_CHILD_MAPS_API_KEY : ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
120132 build_script :
121133 # TODO(jackson): Allow web plugins once supported on stable
You can’t perform that action at this time.
0 commit comments