[roll] Roll infra/recipes [jiri] Mark failed steps as red

Refactor the Jiri recipe module code to use `try/except` to catch
non-zero retcodes instead of `ok_ret` so that the steps actually get
marked as red if they fail with a non-zero retcode. Every place we were
using `ok_ret` the non-zero retcode was still treated as a failure, but
converted to a different exception, so builds would fail but no steps
would show up as failed, which is a confusing UX.

Original-Fixed: 380921855
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1164052
Original-Revision: 5af687dd7c457920d2612cef9c5e4287f54e8bae
GitOrigin-RevId: 7529066fb55839c40fe6a7b6618db88f7f26476a
Change-Id: If7ae271fca46b78e9afff486ee1c49e85668f6ab
1 file changed
tree: 3f9b5607617dc47c0b02957523730806473d9748
  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.