mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove the metrics task from cirrus. (#22240)
Bug: https://github.com/flutter/flutter/issues/67579
This commit is contained in:
parent
7c8f57c07d
commit
9945db3d5c
12
.cirrus.yml
12
.cirrus.yml
@ -32,18 +32,6 @@ task:
|
||||
mv $CIRRUS_WORKING_DIR flutter
|
||||
gclient sync
|
||||
matrix:
|
||||
- name: build_and_benchmark_linux_release
|
||||
only_if: $CIRRUS_BRANCH == 'master' # Only run for post-submit commits.
|
||||
compile_host_script: |
|
||||
cd $ENGINE_PATH/src
|
||||
./flutter/tools/gn --runtime-mode=release
|
||||
ninja -C out/host_release
|
||||
benchmark_host_script: |
|
||||
cd $ENGINE_PATH/src/out/host_release/
|
||||
$ENGINE_PATH/src/flutter/testing/benchmark/generate_metrics.sh
|
||||
cd $ENGINE_PATH/src/flutter/testing/benchmark
|
||||
upload_metrics.sh
|
||||
|
||||
# The following test depends on Flutter framework repo. It may fail if the
|
||||
# framework repo is currently broken.
|
||||
- name: build_and_test_linux_unopt_debug
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user