[roll] Roll fuchsia [scenic] Add top-level "health" inspect node.

This is managed by the new `HealthInspector` class, which iterates
through a list of predicate methods, pronouncing a clean bill of health
if all predicates pass.  If there are failures, they are listed along
with a short description.

There is one initial predicate, which would have been useful in the
diagnosis of fxb/503416593.  If the display is on, Scenic expects to
receive vsync events at ~60fps; if it is not receiving them then this is
an error in the display driver stack.

Original-Bug: 503416593
Original-Bug: 505107420
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1583213
Original-Revision: e0633333f5cd0d2eea381de5cca901d415dad26e
GitOrigin-RevId: c217f6992a2f65702801518967da5144ce42e6da
Change-Id: I6235384b2b0360317f1b1d634079b9ee1afee9ad
1 file changed
tree: 9d659309d5287f7b052fbfa10e8198b7ed8a70a7
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.