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

Commit 6f046f3

Browse files
authored
re-enable stable CI (#2402)
1 parent a275b92 commit 6f046f3

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

.cirrus.yml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ task:
1616
matrix:
1717
- name: publishable
1818
script:
19-
# Temporarily disabling CI on stable to allow using new Flutter features closely
20-
# before a new release.
21-
# TODO(franciscojma): re-enable this
22-
- flutter channel master
19+
- flutter channel stable
2320
- ./script/check_publish.sh
2421
- name: format
2522
install_script:
@@ -32,11 +29,7 @@ task:
3229
env:
3330
matrix:
3431
CHANNEL: "master"
35-
# Temporarily disabling CI on stable to allow using new Flutter features closely
36-
# before a new release.
37-
# TODO(amirh): re-enable this
38-
# https://github.com/flutter/flutter/issues/46258
39-
# CHANNEL: "stable"
32+
CHANNEL: "stable"
4033
test_script:
4134
# TODO(jackson): Allow web plugins once supported on stable
4235
# https://github.com/flutter/flutter/issues/42864
@@ -59,11 +52,7 @@ task:
5952
PLUGIN_SHARDING: "--shardIndex 1 --shardCount 2"
6053
matrix:
6154
CHANNEL: "master"
62-
# Temporarily disabling CI on stable to allow using new Flutter features closely
63-
# before a new release.
64-
# TODO(amirh): re-enable this
65-
# https://github.com/flutter/flutter/issues/46258
66-
# CHANNEL: "stable"
55+
CHANNEL: "stable"
6756
MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
6857
GCLOUD_FIREBASE_TESTLAB_KEY: ENCRYPTED[07586610af1fdfc894e5969f70ef2458341b9b7e9c3b7c4225a663b4a48732b7208a4d91c3b7d45305a6b55fa2a37fc4]
6958
script:
@@ -130,11 +119,7 @@ task:
130119
PLUGIN_SHARDING: "--shardIndex 3 --shardCount 4"
131120
matrix:
132121
CHANNEL: "master"
133-
# Temporarily disabling CI on stable to allow using new Flutter features closely
134-
# before a new release.
135-
# TODO(amirh): re-enable this
136-
# https://github.com/flutter/flutter/issues/46258
137-
# CHANNEL: "stable"
122+
CHANNEL: "stable"
138123
SIMCTL_CHILD_MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
139124
build_script:
140125
# TODO(jackson): Allow web plugins once supported on stable

0 commit comments

Comments
 (0)