Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: milo/buildsource/swarming/expectations/build-canceled.json

Issue 2975023002: [milo] remove linkBase and calculate links directly. (Closed)
Patch Set: rebase Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: milo/buildsource/swarming/expectations/build-canceled.json
diff --git a/milo/buildsource/swarming/expectations/build-canceled.json b/milo/buildsource/swarming/expectations/build-canceled.json
index a3f92b475c102cda1288d65b1cad42321a155508..f4495572a65c1712dcfca8d6179e438f15379f56 100644
--- a/milo/buildsource/swarming/expectations/build-canceled.json
+++ b/milo/buildsource/swarming/expectations/build-canceled.json
@@ -39,7 +39,7 @@
[
{
"Label": "stdout",
- "URL": "foo/stdout"
+ "URL": "https://version-dot-module-dot-dummy-appid.example.com/swarming/task/build-canceled/stdout"
}
]
],
@@ -61,7 +61,7 @@
"MainLink": [
{
"Label": "stdout",
- "URL": "foo/steps/recipe_bootstrap/0/stdout"
+ "URL": "https://version-dot-module-dot-dummy-appid.example.com/swarming/task/build-canceled/steps/recipe_bootstrap/0/stdout"
}
],
"Started": "2016-03-14T10:00:02Z",
@@ -78,14 +78,14 @@
"MainLink": [
{
"Label": "stdout",
- "URL": "foo/steps/setup_build/0/stdout"
+ "URL": "https://version-dot-module-dot-dummy-appid.example.com/swarming/task/build-canceled/steps/setup_build/0/stdout"
}
],
"SubLink": [
[
{
"Label": "run_recipe",
- "URL": "foo/steps/setup_build/0/logs/run_recipe/0"
+ "URL": "https://version-dot-module-dot-dummy-appid.example.com/swarming/task/build-canceled/steps/setup_build/0/logs/run_recipe/0"
}
]
],

Powered by Google App Engine
This is Rietveld 408576698