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

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

Issue 2975023002: [milo] remove linkBase and calculate links directly. (Closed)
Patch Set: common url base 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-patch-failure.json
diff --git a/milo/buildsource/swarming/expectations/build-patch-failure.json b/milo/buildsource/swarming/expectations/build-patch-failure.json
index 26c705fbb022696328bab1b6436b36d03eb3416c..200da13529a0064bcc3f690d2cd20fe58b2520f4 100644
--- a/milo/buildsource/swarming/expectations/build-patch-failure.json
+++ b/milo/buildsource/swarming/expectations/build-patch-failure.json
@@ -16,7 +16,7 @@
[
{
"Label": "stdout",
- "URL": "foo/stdout"
+ "URL": "/swarming/task/build-patch-failure/stdout"
}
]
],
@@ -38,14 +38,14 @@
"MainLink": [
{
"Label": "stdout",
- "URL": "foo/steps/update_scripts/0/stdout"
+ "URL": "/swarming/task/build-patch-failure/steps/update_scripts/0/stdout"
}
],
"SubLink": [
[
{
"Label": "gclient_json",
- "URL": "foo/steps/update_scripts/0/logs/gclient_json/0"
+ "URL": "/swarming/task/build-patch-failure/steps/update_scripts/0/logs/gclient_json/0"
}
]
],
@@ -65,14 +65,14 @@
"MainLink": [
{
"Label": "stdout",
- "URL": "foo/steps/setup_build/0/stdout"
+ "URL": "/swarming/task/build-patch-failure/steps/setup_build/0/stdout"
}
],
"SubLink": [
[
{
"Label": "run_recipe",
- "URL": "foo/steps/setup_build/0/logs/run_recipe/0"
+ "URL": "/swarming/task/build-patch-failure/steps/setup_build/0/logs/run_recipe/0"
}
]
],
@@ -92,20 +92,20 @@
"MainLink": [
{
"Label": "stdout",
- "URL": "foo/steps/bot_update/0/stdout"
+ "URL": "/swarming/task/build-patch-failure/steps/bot_update/0/stdout"
}
],
"SubLink": [
[
{
"Label": "json.output",
- "URL": "foo/steps/bot_update/0/logs/json.output/0"
+ "URL": "/swarming/task/build-patch-failure/steps/bot_update/0/logs/json.output/0"
}
],
[
{
"Label": "patch error",
- "URL": "foo/steps/bot_update/0/logs/patch_error/0"
+ "URL": "/swarming/task/build-patch-failure/steps/bot_update/0/logs/patch_error/0"
}
]
],
@@ -125,7 +125,7 @@
"MainLink": [
{
"Label": "stdout",
- "URL": "foo/steps/Patch_failure/0/stdout"
+ "URL": "/swarming/task/build-patch-failure/steps/Patch_failure/0/stdout"
}
],
"Started": "2016-03-14T10:00:08Z",
@@ -144,14 +144,14 @@
"MainLink": [
{
"Label": "stdout",
- "URL": "foo/steps/recipe_failure_reason/0/stdout"
+ "URL": "/swarming/task/build-patch-failure/steps/recipe_failure_reason/0/stdout"
}
],
"SubLink": [
[
{
"Label": "failure reason",
- "URL": "foo/steps/recipe_failure_reason/0/logs/failure_reason/0"
+ "URL": "/swarming/task/build-patch-failure/steps/recipe_failure_reason/0/logs/failure_reason/0"
}
]
],
« no previous file with comments | « milo/buildsource/swarming/expectations/build-nested.json ('k') | milo/buildsource/swarming/expectations/build-running.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698