-
Notifications
You must be signed in to change notification settings - Fork 6k
Migrate to use the published metrics_center #23767
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat. Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
testing/benchmark/pubspec.yaml
Outdated
| # flutter/packages, publish on pub.dev, and use the published package here. | ||
| git: https://github.com/liyuqian/metrics_center.git | ||
|
|
||
| metrics_center: ^0.0.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any risk of builds not being reproducible if this isn't pinned to a specific version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
builds or benchmark runs, that is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably. Now the version is pinned. Thanks for the suggestion!
This change shouldn't affect anything except for the "Linux benchmarks" LUCI post-submit bot. We'll closely monitor the LUCI bot to see if this works as intended. If so, we'll continue the migration in Cocoon (flutter/cocoon#1062) to cut the dependency on the old Cocoon datastore and Tong's desktop. Related issue: flutter/flutter#73872
This change shouldn't affect anything except for the "Linux benchmarks" LUCI post-submit bot.
We'll closely monitor the LUCI bot to see if this works as intended. If so, we'll continue the migration in Cocoon (flutter/cocoon#1062) to cut the dependency on the old Cocoon datastore and Tong's desktop.
Related issue: flutter/flutter#73872