[roll] Roll infra/recipes [build] Support gzip-compressed trace files.

The build can now produced gzip-compressed trace files directly, and
will use a .gz suffix in the file names, e.g. `ninja_build_trace.json.gz`
instead of `ninja_build_trace.json`.

Detect when this is the case and adjust the name of the uploaded file
accordingly (e.g. `fuchsia_ninja_trace.json.gz` instead of
`fuchsia_ninja_trace.json`).

Original-Bug: 409439970
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1302884
Original-Revision: e4f0a18725f2704b9b6ed664e7eda22aff55fdce
GitOrigin-RevId: 0904e3d7d116b125f50e80c66a7e24ed776e4bb2
Change-Id: I2b9c628a8c941d17931e30155ad1a4a4b51c3635
1 file changed
tree: 94db0d811bb384f38209cc024e8880cd9b31850c
  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.