Skip to content

Commit 9e33bd8

Browse files
authored
Revert "Run Flutter framework tests against the web engine in Cirrus (flutter-team-archive#16343)"
This reverts commit 9d579ce.
1 parent 13fc548 commit 9e33bd8

1 file changed

Lines changed: 0 additions & 45 deletions

File tree

.cirrus.yml

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
11
gcp_credentials: ENCRYPTED[987a78af29b91ce8489594c9ab3fec21845bbe5ba68294b8f6def3cf0d380830f06687a89ea69c87344c5ade369700fe]
22

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
9-
compile_host_script: |
10-
cd $ENGINE_PATH/src
11-
./flutter/tools/gn --unoptimized --full-dart-sdk
12-
ninja -C out/host_debug_unopt
13-
fetch_framework_script: |
14-
mkdir -p $FRAMEWORK_PATH
15-
cd $FRAMEWORK_PATH
16-
git clone https://github.com/flutter/flutter.git
17-
cd flutter
18-
bin/flutter update-packages --local-engine=host_debug_unopt
19-
script:
20-
- dart --enable-asserts $FRAMEWORK_PATH/flutter/dev/bots/test.dart --local-engine=host_debug_unopt
21-
223
# LINUX
234
task:
245
gke_container:
@@ -99,32 +80,6 @@ task:
9980
test_framework_script: |
10081
cd $FRAMEWORK_PATH/flutter/packages/flutter
10182
../../bin/flutter test --local-engine=host_debug_unopt
102-
103-
# PLEASE KEEP THESE WEB TEST SHARDS IN SYNC WITH THEIR COUNTERPARTS IN flutter/flutter's CIRRUS CONFIG.
104-
- name: web_tests-0-linux
105-
<< : *WEB_SHARD_TEMPLATE
106-
107-
- name: web_tests-1-linux
108-
<< : *WEB_SHARD_TEMPLATE
109-
110-
- name: web_tests-2-linux
111-
<< : *WEB_SHARD_TEMPLATE
112-
113-
- name: web_tests-3-linux
114-
<< : *WEB_SHARD_TEMPLATE
115-
116-
- name: web_tests-4-linux
117-
<< : *WEB_SHARD_TEMPLATE
118-
119-
- name: web_tests-5-linux
120-
<< : *WEB_SHARD_TEMPLATE
121-
122-
- name: web_tests-6-linux
123-
<< : *WEB_SHARD_TEMPLATE
124-
125-
- name: web_tests-7_last-linux # last Web shard must end with _last
126-
<< : *WEB_SHARD_TEMPLATE
127-
12883
- name: build_and_test_web_linux_firefox
12984
compile_host_script: |
13085
cd $ENGINE_PATH/src

0 commit comments

Comments
 (0)