6c8dbd84a0
This change lets one download the results for one named configuration but do the local testing with another named configuration. This change addresses the issue of developers needing to do local testing where there is no builder matching their local environment. This allows e.g. a dart2js developer on Windows to use the results for the Linux variant of the same named configuration, which should be identical or close enough for the comparison to be meaningful. Fixes https://github.com/dart-lang/sdk/issues/36151 Change-Id: I1a387a9767cdf5ba99964535478201c0142f15e1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/96102 Reviewed-by: William Hesse <whesse@google.com>