[roll] Roll infra/recipes 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
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1288844
Original-Revision: 9e27410482aab69559eabde98078f53e5c6ff87b
GitOrigin-RevId: 12c50607a8740bae475f19db65dbef3732830128
Change-Id: I7464bb4db061820cacf85d06eaef5678270191cb
1 file changed
tree: 5dd1d57fd5d734232dead517a66df0dcb977b414
  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.