[roll] Roll fuchsia [archivist] Do not hold pipeline lock while fetching inspect data

The first thing that `fetch_inspect_data` (while holding the
`pipeline.read()` lock) was doing is: `self.inner.read()`.
But we could have other threads which were doing `pipeline.write()`
while holding the `self.inner.write()` lock.

Original-Bug: 121650
Multiply: fshost-metrics-tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/807967
Original-Revision: a993dfd250d720fbb3bd1eb6a7a69d149b0c51f2
GitOrigin-RevId: 7a8542b1c170b8aa0a0f887ac4f8b8378a75910b
Change-Id: I17563c22b6c1b4d05c4f3528d32da8d5d3bce5f5
1 file changed
tree: 846e1b71dad246164f05fe92be4d8cab965eccbc
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.