[roll] Roll fuchsia [scrutiny][verify] Clean up route_sources

This change cleans up route_sources to prepare for deploying a
standalone verifier on top.

- Reify results type for use in standalone verifier
- Make all output types implement Deserialize for use in standalone verifier
- Unify error output using Debug instead of sometimes-Debug, sometimes-JSON
- Structure `match_one()` errors to filter out "no match" errors when collecting
  `routes_to_skip`. This strategy allows for "update verifier config first, then
  update component manifest" soft transitions.

Original-Bug: 81537
Test: fx test scrutiny
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/584169
Original-Revision: d23aeabd45a558a43d6ba5c4bb011cb2082b3f29
GitOrigin-RevId: 22028c8dc076c76b79c99fbf1592b10edf6cddb2
Change-Id: I194b37468322948f2c447f8cdf476ccc6edc6160
1 file changed
tree: 332fa125e022741a63fd8f438f352fe899eeccfb
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.