[roll] Roll infra/recipes [raw_result] Use @wrap_run_steps in all recipes

... and add a shac check to enforce that every recipe's RunSteps
function uses that decorator. This ensures that pre- and post-processing
logic like adding bisector messages applies automatically to all
recipes.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1563933
Original-Revision: cc940ea4c88365b78f5bce99c60bff3cddfbe120
GitOrigin-RevId: fd399bb3ab996a56a03eae97f68416ca13d824c2
Change-Id: I564314e15dac6fc8111af93f13bead07c080a7b5
1 file changed
tree: 2671718d46564c939456c9a9c207ef34be7dd833
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.