Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 4 additions & 17 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ task:
matrix:
- name: publishable
script:
# Temporarily disabling CI on stable to allow using new Flutter features closely
# before a new release.
# TODO(franciscojma): re-enable this
- flutter channel master
- flutter channel stable
- ./script/check_publish.sh
- name: format
install_script:
Expand All @@ -32,11 +29,7 @@ task:
env:
matrix:
CHANNEL: "master"
# 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"
CHANNEL: "stable"
test_script:
# TODO(jackson): Allow web plugins once supported on stable
# https://github.com/flutter/flutter/issues/42864
Expand All @@ -59,11 +52,7 @@ task:
PLUGIN_SHARDING: "--shardIndex 1 --shardCount 2"
matrix:
CHANNEL: "master"
# 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"
CHANNEL: "stable"
MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
GCLOUD_FIREBASE_TESTLAB_KEY: ENCRYPTED[07586610af1fdfc894e5969f70ef2458341b9b7e9c3b7c4225a663b4a48732b7208a4d91c3b7d45305a6b55fa2a37fc4]
script:
Expand Down Expand Up @@ -132,9 +121,7 @@ task:
CHANNEL: "master"
# Temporarily disabling CI on stable to allow using new Flutter features closely
# before a new release.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

# TODO(amirh): re-enable this
# https://github.com/flutter/flutter/issues/46258
# CHANNEL: "stable"
CHANNEL: "stable"
SIMCTL_CHILD_MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
build_script:
# TODO(jackson): Allow web plugins once supported on stable
Expand Down