Commit 79d13477 authored by Henrique Nakashima's avatar Henrique Nakashima Committed by Commit Bot

[Lorenz] Load graph generated automatically by the builder

The Lorenz builder runs every couple of hours and updates the graph at
the new location. Load the graph from there in the hosted version.

Bug: 1111056
Change-Id: I7b051b9ba1b06eadba4d09c1613a4b9d714f3780
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427127
Auto-Submit: Henrique Nakashima <hnakashima@chromium.org>
Reviewed-by: default avatarMohamed Heikal <mheikal@chromium.org>
Commit-Queue: Mohamed Heikal <mheikal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809936}
parent fb7c3dcd
......@@ -4,7 +4,7 @@
// For ease of development, we load the graph from this hardcoded location by
// default. This should be changed when a snapshot picker is implemented.
const LATEST_GRAPH = 'https://storage.googleapis.com/clank-dependency-graphs/latest.json';
const LATEST_GRAPH = 'https://storage.googleapis.com/clank-dependency-graphs/latest/monochrome_public_bundle.json';
// We serve our testing data on localhost:8888 as a
// fallback that will be triggered if CORS blocks the request. In production,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment