[roll] Roll infra/recipes [gds] List number of labeled changes, not processed

The most common use case for this step text is to quickly determine
which nested step took interesting actions. The set of processed changes
varies little between steps, so the more common case is where someone
wants to figure out which step actually set Dependencies-Satisfied+1 on
a CL.

Currently that's difficult because you have to scan through all the
steps to find one with a different number:
https://screenshot.googleplex.com/7zfSTwWLteTRZEZ

With this CL, only steps that actually set Dependencies-Satisfied+1 on a
CL will have step_text set, making it far easier to determine which step
did interesting things.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1255024
Original-Revision: 2ebdcb5eab53c73cc8562104466ef1551e49aa93
GitOrigin-RevId: 93a5e20f679249a901440e0c30ac4672749f219e
Change-Id: I41f4716c566611b26e67331288405cb7c468f842
1 file changed
tree: daa82023657832fe77c71f3c88b60020e7f57b68
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.