未验证 提交 c5fdc2f4 编写于 作者: N nturgut 提交者: GitHub

reducing the shard number to 8 for framework tests (#20237)

上级 4126c066
......@@ -5,8 +5,9 @@ web_shard_template: &WEB_SHARD_TEMPLATE
environment:
# As of March 2020, the Web shards needed 16G of RAM and 4 CPUs to run all framework tests with goldens without flaking.
# The tests are encountering a flake in Chrome. Increasing the number of shards to decrease race conditions.
# Shard number kept at 8 for the engine since 12 shards exhausted the Cirrus limits.
# https://github.com/flutter/flutter/issues/62510
WEB_SHARD_COUNT: 12
WEB_SHARD_COUNT: 8
CPU: 4
MEMORY: 16G
CHROME_NO_SANDBOX: true
......@@ -123,19 +124,7 @@ task:
- name: web_tests-6-linux
<< : *WEB_SHARD_TEMPLATE
- name: web_tests-7-linux
<< : *WEB_SHARD_TEMPLATE
- name: web_tests-8-linux
<< : *WEB_SHARD_TEMPLATE
- name: web_tests-9-linux
<< : *WEB_SHARD_TEMPLATE
- name: web_tests-10-linux
<< : *WEB_SHARD_TEMPLATE
- name: web_tests-11_last-linux # last Web shard must end with _last
- name: web_tests-7_last-linux # last Web shard must end with _last
<< : *WEB_SHARD_TEMPLATE
- name: build_test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册