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

Unified Diff: milo/appengine/swarming/expectations/build-running-logdog.json

Issue 2701033003: milo: Add SwarmBucket templating. (Closed)
Patch Set: full Python template package Created 3 years, 10 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/appengine/swarming/expectations/build-running-logdog.json
diff --git a/milo/appengine/swarming/expectations/build-running-logdog.json b/milo/appengine/swarming/expectations/build-running-logdog.json
index 55bcbda7e7e894e2282eaa2f79717ef30ba04324..7b5cbf127712a34c7b58891d0e4f1747c57c4222 100644
--- a/milo/appengine/swarming/expectations/build-running-logdog.json
+++ b/milo/appengine/swarming/expectations/build-running-logdog.json
@@ -16,7 +16,7 @@
"SubLink": [
{
"Label": "stdout",
- "URL": "https://example.com/v/?s=testproject%2Ffoo%2Fbar%2F%2B%2Fstdout"
+ "URL": "https://example.com/v/?s=testproject%2F2d8d62f6be545b10%2F%2B%2Fstdout"
}
],
"Progress": null,
@@ -41,7 +41,7 @@
"Source": null,
"MainLink": {
"Label": "stdout",
- "URL": "https://example.com/v/?s=testproject%2Ffoo%2Fbar%2F%2B%2Fsteps%2Frecipe_bootstrap%2F0%2Fstdout"
+ "URL": "https://example.com/v/?s=testproject%2F2d8d62f6be545b10%2F%2B%2Fsteps%2Frecipe_bootstrap%2F0%2Fstdout"
},
"SubLink": null,
"Progress": null,
@@ -62,12 +62,12 @@
"Source": null,
"MainLink": {
"Label": "stdout",
- "URL": "https://example.com/v/?s=testproject%2Ffoo%2Fbar%2F%2B%2Fsteps%2Fsetup_build%2F0%2Fstdout"
+ "URL": "https://example.com/v/?s=testproject%2F2d8d62f6be545b10%2F%2B%2Fsteps%2Fsetup_build%2F0%2Fstdout"
},
"SubLink": [
{
"Label": "run_recipe",
- "URL": "https://example.com/v/?s=testproject%2Ffoo%2Fbar%2F%2B%2Fsteps%2Fsetup_build%2F0%2Flogs%2Frun_recipe%2F0"
+ "URL": "https://example.com/v/?s=testproject%2F2d8d62f6be545b10%2F%2B%2Fsteps%2Fsetup_build%2F0%2Flogs%2Frun_recipe%2F0"
}
],
"Progress": null,
@@ -90,7 +90,7 @@
"Source": null,
"MainLink": {
"Label": "stdout",
- "URL": "https://example.com/v/?s=testproject%2Ffoo%2Fbar%2F%2B%2Fsteps%2Fbot_update%2F0%2Fstdout"
+ "URL": "https://example.com/v/?s=testproject%2F2d8d62f6be545b10%2F%2B%2Fsteps%2Fbot_update%2F0%2Fstdout"
},
"SubLink": null,
"Progress": null,
@@ -150,7 +150,7 @@
},
{
"Key": "log_location",
- "Value": "logdog://example.com/testproject/foo/bar/+/annotations"
+ "Value": "logdog://example.com/testproject/${swarming_run_id}/+/annotations"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698