[roll] Roll infra/recipes [testing_requests] Simplify significantly

As a result of the deletion of the zbi_test.py and the merging of
botanist into testrunner, a lot of the complexity of this module is no
longer necessary.

For example:
- `api.testing_requests.task_requests()` can now take a test spec as a
  parameter instead of taking all separate parameters because the module
  is no longer used from recipes that don't use specs.
- The module now only needs a single entrypoint because it's only ever
  used by one production recipe.
- The `TaskRequester` abstraction is no longer useful.

This is a pure refactoring with no behavior changes, hence no generated
file changes.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/790602
Original-Revision: b1b2b4ec7ec809c5b45e5beae51939994d6d52bd
GitOrigin-RevId: 7b6c9eb3f804884145286abae18dd4d105fcad21
Change-Id: I6a1771b067554561a204449d2276ab63f53b4d8f
1 file changed
tree: be731dedbf9cbe6df494c111b9171623d6016d58
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 via the IRC channel #fuchsia on Freenode.

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.