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

Conversation

@collinjackson
Copy link
Contributor

@collinjackson collinjackson commented Oct 16, 2019

Web plugins are now suppressed when testing on stable.

Filed flutter/flutter#42864 for the eventual fix

Re-lands #2197 that was reverted in #2199

Fixes flutter/flutter#42810
Fixes flutter/flutter#42377

.cirrus.yml Outdated
build_script:
# TODO(jackson): Allow web plugins once supported on stable
# https://github.com/flutter/flutter/issues/42864
- if [ "CHANNEL" -eq "stable" ]; do find . | grep _web$ | xargs rm -rf
Copy link
Contributor

Choose a reason for hiding this comment

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

Is the matrix ordering guaranteed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's a shard, so it won't run at all on master

Copy link
Contributor

@amirh amirh left a comment

Choose a reason for hiding this comment

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

LGTM

@collinjackson collinjackson requested a review from mklim October 16, 2019 22:27
Copy link
Contributor

@mklim mklim left a comment

Choose a reason for hiding this comment

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

LGTM

@collinjackson collinjackson merged commit 3e271bc into flutter:master Oct 17, 2019
@collinjackson collinjackson deleted the reland_stable_testing branch October 17, 2019 20:18
mormih pushed a commit to mormih/plugins that referenced this pull request Nov 17, 2019
* Revert "Revert "Enable testing on both master and stable (flutter#2197)""

This reverts commit 1162798.

* Suppress testing of web plugins for now
* Run all plugins on stable
* Ignore deprecation warning in video player plugin
sungmin-park pushed a commit to sungmin-park/flutter-plugins that referenced this pull request Dec 17, 2019
* Revert "Revert "Enable testing on both master and stable (flutter#2197)""

This reverts commit 1162798.

* Suppress testing of web plugins for now
* Run all plugins on stable
* Ignore deprecation warning in video player plugin
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

4 participants