[roll] Roll infra/recipes [testing] Truncate shard name via hashing

Uploading to resultdb requires that tag value length must be less or equal to 256 bytes. The `fsv_snapshot` tag value is built as follows `https://storage.cloud.google.com<gcs_bucket><shard_name>/<swarming_task_id>/<snapshot.zip>`. Since the shard name can be long, this change truncates the shard name via hashing.

Original-Bug: b/475267979
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1475716
Original-Revision: 65cf1755f1a8abcaf0286cb40f72c65744250e18
GitOrigin-RevId: f892e87513783f251ad1268658f73d0f171cb986
Change-Id: Ie15c60ad004d4c41aa7cb002ed8909ead0c696a8
1 file changed
tree: 15d136666bb41e20f338ae3a75bb050d6dba6592
  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.