[roll] Roll infra/recipes [rollers] Support manifests in non-root manifest repos

We're moving Jiri manifests into fuchsia.git and want to update the
rollers to be able to still roll packages and projects in those
manifests. However, these roller recipes only support updating manifests
in the root manifest repository (i.e. integration.git).

So add a new `manifest_project` property that specifies the name of the
project that contains the manifest to update. This will be set to
"fuchsia" on rollers whose manifests get moved to fuchsia.git, and the
auto_roller.options `remote` field will also need to be switched to
point to fuchsia.git instead of integration.git for those builders.

Original-Bug: 385378627
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1266365
Original-Revision: 69cc47b1e647d7d34c18faa5c4e833e38996c6bb
GitOrigin-RevId: 8ac3681fab988aaeb6dd2654993c702a2e31a58b
Change-Id: Iecd3ebddec379980b43fd76739c99301b5787d21
1 file changed
tree: 7c9df012fc0c3b3416f710699991e1913a8c8427
  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.