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

This reverts commit 9c1052808b6497066dcb82e31b8094e0af3b789f.

Reason for revert: b/415774350

Original-Bug: 389545819
Original change's description:
> [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
> Change-Id: I201f1bfe9aff8c00a701bd6edb362fb119ff6eb0
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1231051
> Commit-Queue: Brian Bosak <bbosak@google.com>
> Reviewed-by: Alex Pankhurst <pankhurst@google.com>
> Reviewed-by: Thomas Gales <tgales@google.com>

Original-Bug: 389545819
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1275450
Original-Revision: 802705a72bf78bbcd9f32d4d79740c941969dd14
GitOrigin-RevId: 1727e95af335d757150ce0ef646c0084d0c1b724
Change-Id: I9c646589788173bde045768291e17af35af48e34
1 file changed
tree: 2da3f537dff9e5de7840045957a5712a6929b468
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.