[roll] Roll infra/recipes [gds] Retry Gerrit API read requests

Hardcode `max_attempts=3` on Gerrit read requests to prevent failures
like https://ci.chromium.org/b/8711749360854953505. The comment was
correct that any such failures eventually get retried, but in the
meantime they crash the builder and send alerts, so it makes sense to
retry them internally.

Also delete the `max_attempts` options field which was only used to set
these arguments. It's fine to hardcode the value.

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