-
Notifications
You must be signed in to change notification settings - Fork 6k
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
<< : *WEB_SHARD_TEMPLATE | ||
|
||
- name: web_tests-7_last-linux # last Web shard must end with _last | ||
- name: web_tests-3_last-linux # last Web shard must end with _last |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test failure seems to be still looking for web_tests-7_last-linux
...
Looks like we can't reduce the shard count due to https://github.com/flutter/flutter/blob/2adb1fc095a009e0fc716a87d62fc31182ea74b4/dev/bots/test.dart#L48 |
@yjbanov : can we write a script to simply provide a fake |
@yjbanov : this PR probably needs to be rebased against newest master engine to pass the "Mac iOS Engine" test. |
dd9bb21
to
437efdf
Compare
Merging despite failing "Mac Android AOT Engine". Seems to be a flake. My changes are Web-only anyway. |
reduce web shard count from 8 to 4 by using WEB_SHARD_COUNT
Reportedly when we use too many shards we hit the Cirrus quota ceiling. Let's see if we can live with fewer shards.