[roll] Roll infra/recipes [fint] Record ninja duration to artifacts

Some dashboards rely on the "build.ninja.fuchsia" step name to measure
the time that ninja takes to build fuchsia. I would like to simplify the
step name to "build.ninja", and ideally remove the dependency on
specific step names, which is fragile, and instead expose the ninja
duration as a build output property.

However, to get an accurate ninja duration we need to exclude `fint
build`'s post-processing steps (which may take up to ~30 seconds) from
the duration, hence the need to record the ninja duration within fint
and expose it to recipes.

Original-Bug: 67861
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/514960
GitOrigin-RevId: 6bb7d613dcb631168afbc2a62e6068e2e22aaa15
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/515062
Original-Revision: 9db265ef4d8cc679f2af4028562394eee20f3f8a
Change-Id: Iefaf2d2bc0a88333639dab049d334946c13461ff
1 file changed
tree: 4d462c5e853920bc4bc27d71835efc821d6bde6a
  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.