[roll] Roll fuchsia [bisect] Implement strategy "all_dimensions"

Bisect all dimensions simultaneously.
This should operate faster than the longest_dimension strategy.

Once you are down to ~4 remaining versions (num_dimensions+1), this
algorithm switches to the longest_dimension strategy, as you can't
accurately determine which artifact caused the issue beyond that point.

Once we can start to test this end-to-end, we may decide to make this
"all_dimensions" strategy the default behavior.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1422520
Original-Revision: 1500f8b4fc421240383b7ebe9b57f5efeb633bbc
GitOrigin-RevId: 56c65a7da092622516448cfd173772d8d84a944a
Change-Id: I99b0913ee326d845209e5f8d70f761415a05a225
1 file changed
tree: 40154e184b944a6d75d2979e9f64018ad335f16f
  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.