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

Commit b0e5816

Browse files
committed
Remove the metrics task from cirrus.
Bug: flutter/flutter#67579
1 parent a598f23 commit b0e5816

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.cirrus.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,6 @@ task:
3232
mv $CIRRUS_WORKING_DIR flutter
3333
gclient sync
3434
matrix:
35-
- name: build_and_benchmark_linux_release
36-
only_if: $CIRRUS_BRANCH == 'master' # Only run for post-submit commits.
37-
compile_host_script: |
38-
cd $ENGINE_PATH/src
39-
./flutter/tools/gn --runtime-mode=release
40-
ninja -C out/host_release
41-
benchmark_host_script: |
42-
cd $ENGINE_PATH/src/out/host_release/
43-
./txt_benchmarks --benchmark_format=json > txt_benchmarks.json
44-
./fml_benchmarks --benchmark_format=json > fml_benchmarks.json
45-
./shell_benchmarks --benchmark_format=json > shell_benchmarks.json
46-
./ui_benchmarks --benchmark_format=json > ui_benchmarks.json
47-
cd $ENGINE_PATH/src/flutter/testing/benchmark
48-
pub get
49-
dart bin/parse_and_send.dart ../../../out/host_release/txt_benchmarks.json
50-
dart bin/parse_and_send.dart ../../../out/host_release/fml_benchmarks.json
51-
dart bin/parse_and_send.dart ../../../out/host_release/shell_benchmarks.json
52-
dart bin/parse_and_send.dart ../../../out/host_release/ui_benchmarks.json
53-
5435
# The following test depends on Flutter framework repo. It may fail if the
5536
# framework repo is currently broken.
5637
- name: build_and_test_linux_unopt_debug

0 commit comments

Comments
 (0)