[roll] Roll infra/recipes [build] Use real checkout in tests

The build recipe module interacts closely with the checkout recipe
module, so it's important that the build module's tests have realistic
fake checkout data to work with. The data is more realistic (e.g.
changed files for tryjobs) if we actually call the
`api.checkout.fuchsia_with_options()` function and use its default fake
data instead of explicitly constructing the checkout results object.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1309364
Original-Revision: ee7109ba61939893d190ac0e06303507c95621aa
GitOrigin-RevId: d12254373b5e05a25361fb2db9d12f7cd10dd846
Change-Id: Ib74bdd165c9d15e42ce76ee998b03fd74fba5723
1 file changed
tree: a77cd889b10b1a4acc5227f7c7d2f81b27fb13a0
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 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.