[roll] Roll infra/recipes [jiri] Propagate error msg to build summary

When a jiri fails, understanding the failure mode requires digging deep
into the very verbose logs to find the final error message. We can
improve this experience by propagating the final error message to the
build summary.

However, this requires moving out the timing stats that jiri dumps at
the end of its execution (when the -time flag is set) to a separate log
file so as to not clutter up the end of the stderr logs. We can do this
by adding a `-timefile` flag to jiri that accepts a path to which timing
stats should be printed (defaults to stderr). The resulting timing stats
will then be shown in a separate log in the LUCI UI.

Corresponding jiri change: https://fxrev.dev/963132

Original-Bug: b/288448934
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/875236
Original-Revision: 03c9b7b110f66a42322c7957b3042139b5e838dc
GitOrigin-RevId: d15013d0673c5127be267fc8c57756f2a4ef0a72
Change-Id: I75e925c354d806a1490a2c79b6140eadf4d3ca22
1 file changed
tree: 1cffce8ed0bd2193d3ad00500b559894fbde0c48
  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.