flutter/dev/devicelab/lib/framework
Matan Lurey b06c05c6f4
Remove unused Cocoon components from devicelab/bin/test_runner.dart. (#165628)
🚫 **Do not merge** until
https://flutter-review.googlesource.com/c/recipes/+/64220/1 is merged.

---

Closes https://github.com/flutter/flutter/issues/165618.

The `devicelab/bin/test_runner.dart upload-metrics` command use to have
_two_ responsibilities:

- Well, upload test **metrics** (benchmarks) to Skia Perf (it still does
that)
- Upload test **status** to Cocoon (it did until
https://github.com/flutter/flutter/pull/165614)

As https://github.com/flutter/flutter/pull/165614 proved, this API
predated the current LUCI setup, where Cocoon itself receives task
status updates from LUCI, and it turns out this entire time, DeviceLab
was making (at best) NOP calls, and at worst, causing crashes and
corrupt data (https://github.com/flutter/flutter/issues/165610).

In other words, this is removing entirely dead/unused code (though the
recipes have to be updated first).

/cc @jason-simmons as I need Jason's help reviewing the recipes change
and want to provide context.
2025-03-21 21:27:48 +00:00
..
ab.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
apk_utils.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
browser.dart Remove references to cirrus, mostly in doc comments. (#161529) 2025-01-13 23:49:04 +00:00
dependency_smoke_test_task_definition.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
devices.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
framework.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
host_agent.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
ios.dart Update tests to use Xcode 16.2 and iOS 18.2 Simulator (#165318) 2025-03-18 14:13:26 +00:00
metrics_center.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
runner.dart Remove unused Cocoon components from devicelab/bin/test_runner.dart. (#165628) 2025-03-21 21:27:48 +00:00
running_processes.dart Remove last two references to Cirrus CI. (#161530) 2025-01-13 23:44:40 +00:00
talkback.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
task_result.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
utils.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00