[roll] Roll fuchsia [components] Example of a colocated runner

This example has two purposes:

- Demonstrate how to implement a component runner

- In the future, showcase how a runner component could
  report the resource usage of the components it runs

It would have been nice to add an integration test
but there is no good way to get the job handle of
the colocated runner component yet, short of drastic
measures such as walking the root job. Future
improvements to the ELF runner may make this easier.

Original-Fixed: b/311705300
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/949624
Original-Revision: a3aae5872213ea2a844c0ff7e04cf9f41cf78174
GitOrigin-RevId: ed3962863dddb94ee9a4c12ebc7feb4613730250
Change-Id: I8726c72e368d94a3e8b27b3bd533b2b31d46a545
1 file changed
tree: 070d300442acfeeeeb666e4ee29890b4071da365
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.