Skip to content

Commit f48f8ab

Browse files
amirhEgor
authored andcommitted
Temporarily disable CI on stable Flutter (flutter#2367)
1 parent bd6e9bf commit f48f8ab

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.cirrus.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ task:
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
@@ -50,7 +54,11 @@ task:
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

0 commit comments

Comments
 (0)