[roll] Roll infra/recipes Reland "[rbe] Upload rpl logs to CAS instead of Logdog"

This reverts commit 9e27410482aab69559eabde98078f53e5c6ff87b.

Reason for revert: the tricium builders have been migrated to a
different service account that has CAS upload permission

I also updated the code to emit a `cas_reproxy_log` output property that
tools can query to figure out how to download the RBE logs using the cas
tool. Example format:

  "cas_reproxy_logs": {
    "digest": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855/123",
    "instance": "projects/chromium-swarm/instances/default_instance",
    "file": "reproxy_2021-10-16_22_52_23.rrpl"
  }

Original-Bug: 361855575
Original change's description:
> Revert "[rbe] Upload rpl logs to CAS instead of Logdog"
>
> This reverts commit 8cbf41eaa3b200687bc66f1c11f82912b92a00fe.
>
> Reason for revert: causes CAS errors in tricium: unknown realm or no permission to use service accounts there, authentication type (identity) used="external authentication token (credentials helper)
>
> Original-Bug: 361855575
> Original change's description:
> > [rbe] Upload rpl logs to CAS instead of Logdog
> >
> > Uploading to Logdog requires reading the files into recipe memory. I
> > suspect that Python and recipe slowness is mainly responsible for this
> > step taking nearly 2 minutes on clean builds, so if that hypothesis is
> > correct, uploading to CAS (using the Go CAS CLI) should be significantly
> > faster.
> >
> > Original-Bug: 361855575
> > Change-Id: Iffc0112d58e25a46a503f6751b0d707d2a5a7d06
> > Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1288505
> > Reviewed-by: David Fang <fangism@google.com>
> > Commit-Queue: Oliver Newman <olivernewman@google.com>
> > Fuchsia-Auto-Submit: Oliver Newman <olivernewman@google.com>
>
> Original-Bug: 361855575
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Change-Id: I8d0117843aec6bb1f9255fb7ed68db534f0982a3
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1288844
> Commit-Queue: Oliver Newman <olivernewman@google.com>
> Reviewed-by: RubberStamper 🤖 <android-build-ayeaye@system.gserviceaccount.com>

Original-Bug: 361855575
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1289444
Original-Revision: e7fc18fc005e15f3fbd3b14dcccb8319fe6e8888
GitOrigin-RevId: 7ced62a4065c0a9b39fd3cb6e7b33db74d24c530
Change-Id: I95ffe52b067707c23261b6afdfe6e25843ded661
1 file changed
tree: 7351cbd837a270bd3a377d8935ab62a3dc771b6c
  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.