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

This reverts commit 802705a72bf78bbcd9f32d4d79740c941969dd14.

Reason for revert: Underlying issue has been fixed

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

Original-Bug: 389545819
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1397933
Original-Revision: 37b30397f224f3aafbb4912c66e0910800a5e4aa
GitOrigin-RevId: 1dc1c144f9dfafd759635491dab8fc4367b2a068
Change-Id: I385d4180cee62f3691094b03700e8f768eaf2e00
1 file changed
tree: 5f3ff550a45e63f8429851705daf9209f375a495
  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.