catapult-project / catapult

Deprecated Catapult GitHub. Please instead use http://crbug.com "Speed>Benchmarks" component for bugs and https://chromium.googlesource.com/catapult for downloading and editing source code..
https://chromium.googlesource.com/catapult
BSD 3-Clause "New" or "Revised" License
1.91k stars 563 forks source link

Plumb tagmaps through update_test_suite_descriptors #4549

Closed benshayden closed 5 years ago

benshayden commented 5 years ago

update_test_suite_descriptors periodically pre-computes test suite descriptors (containing bots, measurements, test cases) so they can be served efficiently by /api/describe. V2SPA fetches test suite descriptors when users select test suites in chart-section in order to populate the Measurements, Bots, and Test cases dropdowns. The Test cases dropdown should also contain telemetry's story tags to help users select tagged groups of test cases. This requires test suite descriptors to contain tagmaps.

benshayden commented 5 years ago

This is done.