[roll] Roll fuchsia [rbe] Reduce noise on file-not-found errors

Retries were intended to tolerate infrastructure flakiness,
but local file-not-found issues are user-actionable errors.
Do not retry obvious local errors, that will only increase noise
in duplicating error messages from rewrapper.

Note: reclient currently uses exit code 35 to signal local reclient
errors, including file-not-found during preprocessing.  There isn't a
way to distinguish non/retry-able errors.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/704263
Original-Revision: 9fb3a37e7574315a511be6c2e03ddb47339d1b14
GitOrigin-RevId: 0ca635ff75c4bbdf15fc49083c8a394a832a0478
Change-Id: Iba225f87187d578c3672d29f752d13c7957eb999
1 file changed
tree: 728ca6503e483e4e1a91eb97855f0bfb84d1148b
  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
  12. 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 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.