[roll] Roll infra/recipes [fuchsia_roller] Fix output property setting

`api.git_roll_util.get_roll_from_log()` runs several steps, so by the
time it completes the previous "roll output properties" step has already
been finalized and can't have new output properties added, and trying to
do so silently fails.

We can fix that by attaching the properties to a nested step that
doesn't get finalized until after its context exits.

Fixes a bug introduced in
commit 1fdf1df577ac9d565cd331b380e13d087bfa751a.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1284484
Original-Revision: 965410f5908755f36bd838e9595e38dfec18f1cf
GitOrigin-RevId: bab40067560e63c6cadf8e3fc08413367a7a01c3
Change-Id: I3297b83e273f27fd2b6aeae597784c13924bdf17
1 file changed
tree: 4c3c44b5beac0d8b3cfe2252e3da4a6820f65c7f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.