[roll] Roll infra/recipes [fuchsia/fuchsia] Fix shard skipping and respect Run-All-Tests in retries

Fixes a bug where skipping shards was not working correctly and skipped
shards were not being computed correctly for regular builds.

Additionally, the presubmit retry logic now respects the `Run-All-Tests`
commit message footer. If the `Run-All-Tests` footer is set to `true` in
the Gerrit change commit message, the retry logic will skip the
optimization to only run failed tests or failed shards and will instead
run all tests.

Original-Bug: b/446690992
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1571453
Original-Revision: 50f7b2b0d8affb2c4a93959060329f66251d7b04
GitOrigin-RevId: ff94fe8ae46649a2be410db1c4ad4aa930be6d85
Change-Id: I87f71403760351db402de3dc44210d8eb2f38afa
1 file changed
tree: bed7814bb713d29deefc8acb1ecadda3733ac236
  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.