[roll] Roll infra/recipes [tests] Migrate to inline properties proto defs

The recipe engine now emits warnings for old-style dict properties. The
only recipes still using them were test recipes, where using separate
proto files to declare properties is annoying overhead. The recipe
engine now supports declaring proto properties inline in the recipe, so
use that feature instead.

This change was generated mostly by gemini-cli, with some
(not-so-)gentle nudging and a few manual fixes to ease its work.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1440095
Original-Revision: d02aefb9d8f3f70c0a8fb23b3b817fb07f23eeba
GitOrigin-RevId: 2717b3596d619e1c2bb479733dfc4c852aa905a5
Change-Id: Ib619102c950706c0bc90808491b7eab6933c71d5
1 file changed
tree: f756faa9fef279cb682635d77cf0677b5eb350ce
  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.