| commit | b190fc61750420adf481756ccce69157a89d2fe9 | [log] [tgz] |
|---|---|---|
| author | qyearsley <qyearsley@chromium.org> | Wed Jun 29 23:10:45 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jun 29 23:14:25 2016 |
| tree | 1140a5a8901587ab362b7bf91b9b0d502e1ec6fc | |
| parent | 9a07dc6b71462795d776490acb1e51142c9afd74 [diff] |
Fix Build.results_url to return the correct results URL. The base URL for results for a particular build is now: https://storage.googleapis.com/chromium-layout-test-archives/<builder>/<buildnumber>/layout-test-results For some reason, Build.results_url returned something different from that before; I don't think that Build.results_url has been used recently, so it likely got out of date. BUG=474273 Review-Url: https://codereview.chromium.org/2112603002 Cr-Commit-Position: refs/heads/master@{#402982}