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

Commit 9945db3

Browse files
authored
Remove the metrics task from cirrus. (#22240)
Bug: flutter/flutter#67579
1 parent 7c8f57c commit 9945db3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.cirrus.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +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-
$ENGINE_PATH/src/flutter/testing/benchmark/generate_metrics.sh
44-
cd $ENGINE_PATH/src/flutter/testing/benchmark
45-
upload_metrics.sh
46-
4735
# The following test depends on Flutter framework repo. It may fail if the
4836
# framework repo is currently broken.
4937
- name: build_and_test_linux_unopt_debug

0 commit comments

Comments
 (0)