[roll] Roll infra/recipes [coverage] Support triggering on integration.git commits

We're removing support from `api.checkout.fuchsia_with_options()` for
triggering on commits that aren't in an integration repository. Coverage
builders have been triggering on fuchsia.git commit, which will no
longer be allowed.

Therefore, update the recipe to no longer assume that it's triggered on
a fuchsia commit, and instead resolve the fuchsia revision by looking it
up via Jiri. We can't switch the builders to trigger on integration.git
changes until after this lands because the coverage dashboard only works
with fuchsia.git.

Original-Bug: 411464876
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1255584
Original-Revision: 8b2df867df05fad8617fa5cc326dd12e0f16b78d
GitOrigin-RevId: a7533d304acc928bf4cdbcfa09d7d7b52dbc5a04
Change-Id: I529a689239aa740cf676dbd73f83eefdba90a516
1 file changed
tree: 81bfbc776bbfc15183cab39379b0fdd3661b1ec2
  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.