[roll] Roll fuchsia [feedback] Switch from JSON to FXT format

Use FXT instead of JSON for fetching logs. This switches to FXT instead
of JSON in order to optimize performance and memory usage of log
parsing/serialization. Using FXT avoids the need for Archivist to
serialize logs to JSON. It can just directly send the FXT received from
each process appended with attribution metadata for optimal efficiency.

Original-Bug: 389545819
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1231051
Original-Revision: 9c1052808b6497066dcb82e31b8094e0af3b789f
GitOrigin-RevId: 47807485b8db2a86ea077b2d9f3af02c5be94326
Change-Id: I75d9ac49fda1a4ed95932a82a1f6e1177f69c94c
1 file changed
tree: 88dba27eff4c2277c97c18fde61eaa00bd4c398e
  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 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.