Skip to content

Commit

Permalink
Temporarily disable CI on stable Flutter (flutter#2367)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirh authored Dec 6, 2019
1 parent 386a4a2 commit 828358a
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ task:
env:
matrix:
CHANNEL: "master"
CHANNEL: "stable"
# Temporarily disabling CI on stable to allow using new Flutter features closely
# before a new release.
# TODO(amirh): re-enable this
# https://github.com/flutter/flutter/issues/46258
# CHANNEL: "stable"
test_script:
# TODO(jackson): Allow web plugins once supported on stable
# https://github.com/flutter/flutter/issues/42864
Expand All @@ -50,7 +54,11 @@ task:
PLUGIN_SHARDING: "--shardIndex 1 --shardCount 2"
matrix:
CHANNEL: "master"
CHANNEL: "stable"
# Temporarily disabling CI on stable to allow using new Flutter features closely
# before a new release.
# TODO(amirh): re-enable this
# https://github.com/flutter/flutter/issues/46258
# CHANNEL: "stable"
MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
GCLOUD_FIREBASE_TESTLAB_KEY: ENCRYPTED[07586610af1fdfc894e5969f70ef2458341b9b7e9c3b7c4225a663b4a48732b7208a4d91c3b7d45305a6b55fa2a37fc4]
script:
Expand Down Expand Up @@ -115,7 +123,11 @@ task:
PLUGIN_SHARDING: "--shardIndex 3 --shardCount 4"
matrix:
CHANNEL: "master"
CHANNEL: "stable"
# Temporarily disabling CI on stable to allow using new Flutter features closely
# before a new release.
# TODO(amirh): re-enable this
# https://github.com/flutter/flutter/issues/46258
# CHANNEL: "stable"
SIMCTL_CHILD_MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
build_script:
# TODO(jackson): Allow web plugins once supported on stable
Expand Down

0 comments on commit 828358a

Please sign in to comment.