[roll] Roll fuchsia [covargs] Fix bug where multiple embedded build ids causes hang.

This was introduced in fxrev.dev/1074518 because we create a channel
that only has the size = number of profiles, but if there are multiple
embedded build ids in a profile, we'd exceed that size and hang trying
to send more entries to that channel. Instead, we'll use a mutex to just
directly append to the slice of entries.

Original-Bug: 42075455
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1075933
Original-Revision: 288b6bd2ae124b88366b8eb55ae8af65fc2fca63
GitOrigin-RevId: 498e7fab09f7e1b15a794b9111becb2f1e5a13e7
Change-Id: I0dacd0ce92b72213909d4a352f196a67511d59b7
1 file changed
tree: a7ed94ec6a2c827ed7249eb51fb897998ec840c3
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.