[roll] Roll infra/recipes [clang_ml_training] Convert to proto properties

Generated using scripts/props_to_proto.py and then making manual changes
as necessary.

Dict-style properties are deprecated and we'll eventually be converting
all recipes to proto-style properties.

One benefit of proto-style properties is that we can pass through the
entire properties protobuf when scheduling a new build rather than
explicitly plumbing through every property.

Original-Bug: 88250
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/617181
Original-Revision: 35dd984c9a4805d2b1d9bd6ca23ff1e87df4a60e
GitOrigin-RevId: fe479558692a1192717ad1510fb2ca112094c732
Change-Id: If2fd21b55f3ca7d69fd9d43fef3bbf4508d4901f
1 file changed
tree: e234490b55ac3b2c9af9c77608b58eafcc39ff0c
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. 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 via the IRC channel #fuchsia on Freenode.

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.