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

Commit cabd69a

Browse files
authored
Prevent double upload of benchmarks. (#42683)
The benchmarks have been migrated to v2 but the legacy build is uploading benchmarks even when running on staging. Bug: flutter/flutter#127678 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent 72fd206 commit cabd69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ targets:
190190
presubmit: false
191191
properties:
192192
build_host: "true"
193-
upload_metrics: "true"
193+
upload_metrics: "false"
194194
timeout: 60
195195

196196
- name: Linux linux_benchmarks

0 commit comments

Comments
 (0)