[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
diff --git a/infra/recipes b/infra/recipes
index 0c98094..ef9fd79 100644
--- a/infra/recipes
+++ b/infra/recipes
@@ -11,6 +11,6 @@
              path="infra/recipes"
              remote="https://fuchsia.googlesource.com/infra/recipes"
              gerrithost="https://fuchsia-review.googlesource.com"
-             revision="d5f2b1bb27de04e0fcf94495b392d168902e3e22"/>
+             revision="8b2df867df05fad8617fa5cc326dd12e0f16b78d"/>
   </projects>
 </manifest>