We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf4f78 commit 49f8dbaCopy full SHA for 49f8dba
.cirrus.yml
@@ -3,9 +3,9 @@ gcp_credentials: ENCRYPTED[987a78af29b91ce8489594c9ab3fec21845bbe5ba68294b8f6def
3
web_shard_template: &WEB_SHARD_TEMPLATE
4
only_if: "changesInclude('.cirrus.yml', 'lib/web_ui/**', 'web_sdk/**') || $CIRRUS_PR == ''"
5
environment:
6
- # As of October 2019, the Web shards needed more than 6G of RAM.
7
- CPU: 2
8
- MEMORY: 8G
+ # As of March 2020, the Web shards needed 16G of RAM and 4 CPUs to run all framework tests with goldens without flaking.
+ CPU: 4
+ MEMORY: 16G
9
compile_host_script: |
10
cd $ENGINE_PATH/src
11
./flutter/tools/gn --unoptimized --full-dart-sdk
0 commit comments