[roll] Roll infra/recipes [fuchsia] Copy build logs from subbuild

The build recipe module attaches many useful logs to the top-level
"build" step, but for builders that use a builder-tester split you have
to click through to the subbuild to view those logs. To get around that,
we now copy through the logs to the parent "build" step, which should
make things more ergonomic.

It will significantly increase the size of the payload returned by `bb
collect`, which will now include all the steps from the child build, but
I think the tradeoff is worthwhile due to the usability improvement.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/652062
Original-Revision: 410761184eb7c39f3ea97c06e8c70754d337bb41
GitOrigin-RevId: 93af674e3be4d234ff60fb5a5ade981a7fde6a50
Change-Id: I44b7890ee8a5d95bef80df7ca0861ccc709b75b1
1 file changed
tree: 1546cd76096d40c013ad8cd8e14805779f8bd43b
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.