[roll] Roll infra/recipes [ensure_tool] Convert more modules to use tool manifests

This change converts the following modules:

cl_util
debug_symbols
gcloud
gerrit
gitiles
gn
gsutil
ninja

For each module, the following was made consistent:

1) The CIPD paths and versions were moved from api.py to
   resources/tool_manifest.json.
2) The call to self.m.ensure_tool was wrapped in a function with a
   @cached_property decorator.

The expectation diffs are the additional reads for the JSON resource
files, and the change to generic CIPD paths and versions for test data.

Original-Bug: 84142
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/578867
Original-Revision: 347bfd422db544bf2a392da45ad4df87f1b9bb06
GitOrigin-RevId: 354306e9553ab4265a5d3fdb08d528b93c297fe3
Change-Id: I7166465f7694383d3d922b54978b3858995d0bf3
1 file changed
tree: 46d57ae6303b8fe03f9e61ef9cdebc7f04bc07e1
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.