[roll] Roll fuchsia Reland "[artifactory] Upload debug symbols produced by build/api/client"

This reverts commit 9e913a5daea076064c2a9962449517f44f94bdc7.

Reason for revert: Relanding with fix to unconditionally export debug
symbols, and only make setting the `--with-breakpad-symbols` flag
conditional on whether the `output_breakpad_syms` GN arg is set.

Compare with patchset #1 to see the diff.

Original change's description:
> Revert "[artifactory] Upload debug symbols produced by build/api/client"
>
> This reverts commit 9df9e4732d09e4bc0353b741f22dd981a8b9b70c.
>
> Reason for revert: This removed debug symbols from all builder configurations that didn't put `output_breakpad_symbols = true`. The intended behavior is that non-breakpad debug symbols should still be generated if this flag is false. Hence this broke symbolization of most tests :-/
>
> Original change's description:
> > [artifactory] Upload debug symbols produced by build/api/client
> >
> > This is a reland of https://fxrev.dev/1547681 which got reverted
> > because the 'build-ids.txt' file must be *uncompressed* in cloud
> > storage for some of our petal workflows (see b/498773554).
> >
> > This is the original CL with the following changes (visible by
> > diffing with the first Gerrit patchset for this CL):
> >
> > - Make sure that the 'build-ids.txt' file is always uncompressed.
> >   (see b/498773554).
> >
> > - Also make 'debug_symbols.json' uncompressed, as there are plans
> >   to get rid of 'build-ids.txt' and use that file instead as
> >   input (see https://fxbug.dev/42155140).
> >
> > Original-Bug: b/399498301
> > Original-Bug: b/498773554
> > Original-Bug: 42155140
> > Change-Id: Idca4be680265b61e1deb0a6557e6dbc40fb55d75
> > Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1560435
> > Commit-Queue: David Turner <digit@google.com>
> > Reviewed-by: Oliver Newman <olivernewman@google.com>
>
> Original-Bug: b/399498301
> Original-Bug: b/498773554
> Original-Bug: 42155140
> Change-Id: I1d47a53d35729ea731506f7ebef31800c28d49ea
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1564793
> Fuchsia-Auto-Submit: David Turner <digit@google.com>
> Commit-Queue: David Turner <digit@google.com>
> Exempt: RubberStamper 🤖 <android-build-ayeaye@system.gserviceaccount.com>

Original-Bug: b/399498301
Original-Bug: b/498773554
Original-Bug: 42155140
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1566573
Original-Revision: 0fdadff883cda9165928b5c0f4cc9b43ac5a0a6f
GitOrigin-RevId: 610f62d415d2addb1451b9b8b49db45c4135ff14
Change-Id: I4b357ed0c41a5c8b3d0d44b0f1eab0545a40970c
1 file changed
tree: 9ba5f5fd2a5759cdbe7ab2919af720613c190a79
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.