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

Commit 49f8dba

Browse files
authored
Sync Cirrus web test config from flutter/flutter (#17228)
1 parent fdf4f78 commit 49f8dba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ gcp_credentials: ENCRYPTED[987a78af29b91ce8489594c9ab3fec21845bbe5ba68294b8f6def
33
web_shard_template: &WEB_SHARD_TEMPLATE
44
only_if: "changesInclude('.cirrus.yml', 'lib/web_ui/**', 'web_sdk/**') || $CIRRUS_PR == ''"
55
environment:
6-
# As of October 2019, the Web shards needed more than 6G of RAM.
7-
CPU: 2
8-
MEMORY: 8G
6+
# As of March 2020, the Web shards needed 16G of RAM and 4 CPUs to run all framework tests with goldens without flaking.
7+
CPU: 4
8+
MEMORY: 16G
99
compile_host_script: |
1010
cd $ENGINE_PATH/src
1111
./flutter/tools/gn --unoptimized --full-dart-sdk

0 commit comments

Comments
 (0)