[roll] Roll fuchsia [bisect] Refactor bisection for readability

Restructuring the bisection architecture based on recommendations in a
previous CL. This structure should be a lot easier to read & reason
about.

This CL sets up the basic structure. Assembly and automatic-execution
will be added in the next CL.

Created this in a separate directory, to make the review easier. Once
all the code has landed, I will delete the old implementation and move
this into the main folder.

Original-Bug: b/487354432
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1553281
Original-Revision: d1445ed88cc19ad04f8b9cda86bf69ef3065422b
GitOrigin-RevId: 70acf4e76d1659974a076f4b216c48d0ae52f32d
Change-Id: Ifd0b5d5379b34984456456383184740d0c2b3ffe
1 file changed
tree: fde7f08c797f139e06da695e935b1a4a584efbaa
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.