From d4a84b95a106e390192f8643af306defd0f05be2 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Thu, 8 Jun 2023 15:43:51 -0700 Subject: [PATCH] Prevent double upload of benchmarks. The benchmarks have been migrated to v2 but the legacy build is uploading benchmarks even when running on staging. Bug: https://github.com/flutter/flutter/issues/127678 --- .ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index b0567e6a47e8b..559b1c69598da 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -190,7 +190,7 @@ targets: presubmit: false properties: build_host: "true" - upload_metrics: "true" + upload_metrics: "false" timeout: 60 - name: Linux linux_benchmarks