[roll] Roll infra/recipes Revert "[build] Check fint results vs. affected_tests.py"

This reverts commit 8d34bfe07a4c15a61085f361ce40660a40a3f6ee.

Reason for revert: the original changes was reverted (fxrev.dev/536001) and the proto change was copied by Copybara, so the proto fields no longer exist

Original change's description:
> [build] Check fint results vs. affected_tests.py
>
> fxrev.dev/520500 rewrites the affected_tests.py logic in fint. To give
> us confidence that this will not regress affected tests analysis when
> migrating away from the battle-tested affected_tests.py script, compare
> the results of the two tools and emit a dummy step if the results
> differ, to make it possible to run Buildbucket BigQuery queries to
> determine whether there are instances in which the two tools disagree.
>
> I'll wait until this has run for a week or so with no disagreements
> between the two tools before deleting affected_tests.py and making
> fint's affected tests analysis be the source of truth.
>
> I also did a small refactoring to pass around a list of affected test
> names instead of a path to a file containing the affected test names, to
> avoid reading the file multiple times and to consolidate assumptions
> about the file's schema.
>
> Original-Bug: 75371
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/531422

TBR=ihuh@google.com,olivernewman@google.com

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Bug: 75371
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/536061
Original-Revision: 9bd242f86dc294e80ffcf16eeae2bf6a1a27194f
GitOrigin-RevId: 1e82fb1626ececa5ceadd4f9744d34c53dafbd7d
Change-Id: Iea9531fd9639c44dc38179f5c530705a57002448
1 file changed
tree: b9072a7240008f8b5008d9ae0b0e1218ed61062c
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.