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

Unified Diff: milo/buildsource/swarming/expectations/build-gerrit.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-gerrit.json
diff --git a/milo/buildsource/swarming/expectations/build-gerrit.json b/milo/buildsource/swarming/expectations/build-gerrit.json
index b3eea1c260c3295132ee5e60503cb957a88cabc9..9214f88df384032f9427f18c3d624c7fe5817795 100644
--- a/milo/buildsource/swarming/expectations/build-gerrit.json
+++ b/milo/buildsource/swarming/expectations/build-gerrit.json
@@ -16,7 +16,7 @@
[
{
"Label": "stdout",
- "URL": "foo/stdout"
+ "URL": "/swarming/task/build-gerrit/stdout"
}
]
],
@@ -55,7 +55,7 @@
"MainLink": [
{
"Label": "stdout",
- "URL": "foo/steps/recipe_bootstrap/0/stdout"
+ "URL": "/swarming/task/build-gerrit/steps/recipe_bootstrap/0/stdout"
}
],
"SubLink": [

Powered by Google App Engine
This is Rietveld 408576698