[roll] Roll fuchsia [rbe] Check for w+ /dev/shm, refactor

Narrow check for sequentual retry by examining
the exception that is raised when /dev/shm is not writeable (as is
needed by the multiprocessing Python module).

Refactor to make stub-download code more re-usable,
less duplicated with dlwrap.py.

New and moved-around unit-tests.

Original-Bug: b/42074138
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/961871
Original-Revision: 5b66d844679110ba0c5094117aaf4e1407e4f53d
GitOrigin-RevId: b796ca39d97490b40f7e32ba8ea8f7a46c383c92
Change-Id: I58bd4dfaedc442722b74a2cee9e2da9cc35398a5
1 file changed
tree: d6a135e81fb7298d2455e7757d3614618338c638
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.