From e7f625cb0285bf5b30f279c40b2a507e8d7c0613 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Fri, 2 Jun 2023 14:01:01 -0700 Subject: [PATCH] Move benchmarks no upload to staging. With the benchmarks and upload scripts running as tests within Linux_host_engine - host_release we can move this test to staging in preparation for its deprecation. Example: https://ci.chromium.org/p/flutter/builders/prod/Linux%20Production%20Engine%20Drone/191822? Bug: https://github.com/flutter/flutter/issues/127678 --- .ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci.yaml b/.ci.yaml index 26dd05cbc999a..03de8ce0aefb9 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -196,6 +196,7 @@ targets: - name: Linux Benchmarks (no-upload) recipe: engine/engine_metrics + bringup: true properties: build_host: "true" upload_metrics: "false"