[roll] Roll fuchsia [ffx] move target expiry to a daemon task

Targets contain the code to expire themselves based on their state.
The daemon takes on the role of walking over the task collection
periodically, asking each target to expire itself.
Duration constants are turned into Duration types.
Target times use Instant rather than wall times, so as to not be
affected by wall clock shifts.

Bonus: daemon lib test time dropped from 10s to 1s.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/530003
Original-Revision: 8f8da84a9796aaa5346de0371605842aead8a118
GitOrigin-RevId: 09b0142ec2a3494b31090c640be9b8ec534d5675
Change-Id: Ice58baf5ddd2f003a8be2b312240cd28abd400d6
1 file changed
tree: e2ce4a33b4c6e9bc3e257628caa1b309ee3d9a81
  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.