[roll] Roll infra/recipes [rollers] Don't use checkout.fuchsia_with_options()

That function is specific to Fuchsia (as of https://fxrev.dev/1115852
it assumes there is an integration repository in the checkout).

But these recipes are used for non-Fuchsia repos in the roller test
builders in recipes presubmit, so they should use the more generic
`api.checkout.with_options()` function to support that use case.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1170352
Original-Revision: 50b6b8c487e60060fbfc9a7c3527814006f13d54
GitOrigin-RevId: 360b2f6b293dd71e68b996ef0f07523998eae58f
Change-Id: I059a73ef35e2c51a2e0ce120c5cb028e9b8c3c89
1 file changed
tree: be99f32f4e9fb034bf72583575db29e02fda1dbc
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.