[roll] Roll infra/recipes [test_owners] Accept comma-separate bug components

Previously find_owners.py would only accept "COMPONENT" lines with a
single component, but a bunch of OWNERS files have been introduced with
multiple components separated by commas, so we should accept that as
well; before this change those lines were simply skipped.

Also accept "Component" instead of "COMPONENT" for the line prefix to
accommodate many files that use the former, and add a proper unit test
for owners file loading.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/642205
Original-Revision: 9fc064b3d9fdd1f0a187cce5936e49c1282b6a74
GitOrigin-RevId: 10a7b2bc389df298a86a1a38709aabbe4e46646f
Change-Id: Idd6f8037512043ac25b7eee9869cf6a45f0544cc
1 file changed
tree: d48f752ceaa21c1c20f382ee388754626174f384
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
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.