[roll] Roll fuchsia [testrunner] Fix test resolution order

The ordering of package resolutions in the pre-fetching routine was
arbitrary since we were iterating over a map of deduplicated package
URLs. This CL fixes the issue by assembling a slice of ordered package
URLs.

Original-Bug: b/226144399
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/699578
Original-Revision: e3f37957e220080e75a27e4df5614065b557a90d
GitOrigin-RevId: 413fe24d622998e5e828a71bad7f95e4795e36c1
Change-Id: I73ddfb48cfafa015ee49771c27fbc30e3888a443
1 file changed
tree: d0d9c5e9ab9dcf1b840dd0e71ff54c5ea8e766b7
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.