From 4b62d4d0ffd8dd8ad9fcbb73926a5fd8c5537884 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Mon, 2 Nov 2020 14:25:36 -0800 Subject: [PATCH] Remove the metrics task from cirrus. Bug: https://github.com/flutter/flutter/issues/67579 --- .cirrus.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index e283d2a894718..c56db8d7275c1 100644 --- a/.cirrus.yml +++ b/.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