[roll] Roll infra/recipes [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
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1288505
Original-Revision: 8cbf41eaa3b200687bc66f1c11f82912b92a00fe
GitOrigin-RevId: 0fafa1c0a964bbcba29a441f7b52b0a8d1b6c6f3
Change-Id: I3b2c3e5af06577e639c2a40d35390ffd074354c2
1 file changed
tree: 36ffaed1b815d396c454e7a324e2f13bfd23274f
  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.