[roll] Roll infra/recipes [build] Delete unnecessary BuildResults attrs

Each of these attributes is all either:
- A constant path relative to the build directory, in which case
  computed @properties are more appropriate (attr.ib() generally
  shouldn't be used for attributes that don't need to be passed in to
  __init__).
- Tool paths that are only accessed once, in which case it's more
  consistent to inline the `GNResults.tool()` call in the place where
  the tool is accessed.

Now that we don't necessarily call `build_results.tool()` (which loads
and caches tool_paths.json) when the BuildResults object is
instantiated, the step to read tool_paths.json may appear just about
anywhere in the build depending on when `build_results.tool()` or
`gn_results.tool()` is first called. To make the step name
deterministic, eagerly load tool_paths.json when a GNResults object is
instantiated, which is the earliest possible time that the file is
guaranteed to exist.

Original-Bug: 67861
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/513934
Original-Revision: 094fc0ee0bd5b8fbd28589f9e8c059eea475e809
GitOrigin-RevId: 371c3147401f505fbcd62c4d7f2730c8d80f1c1d
Change-Id: I1121c17ef2cd6377fa1d1cb916a5ed34c856d898
1 file changed
tree: 66dfac6052dfb055aa07a8a758976d8a0988326c
  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.