[roll] Roll infra/recipes Stop running steps after cancellation

These are all places where we catch a StepFailure and then try to run
more steps. However, if the StepFailure was raised as a result of the
build being cancelled, trying to run any further steps will raise
InfraFailures that cause the build to turn purple instead of blue.

For example:
- https://ci.chromium.org/b/8827207562702022737
- https://ci.chromium.org/b/8827498073560797329

As a workaround, ensure we stop running steps when we receive a
StepFailure as a result of the build being cancelled.

This requires some unfortunate copy-pasting to handle the autocorrelator
case, but I'm working on a followup CL to deduplicate that code.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/623622
Original-Revision: ed89e0e52b1b8fa9c46d5a5253115d73b92969ec
GitOrigin-RevId: c60c17dfbc36e0a4a9a65c4f408835d62eef3afc
Change-Id: I17971d630446f18d76e030b681d8c9750a66b6d5
1 file changed
tree: 4d346d7db6ddf20b166bc4c429d857d57c330e27
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. 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.