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

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

Issue 2191693003: Milo: Add LogDog annotation stream support. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Rebarse Created 4 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: appengine/cmd/milo/swarming/expectations/build-running.json
diff --git a/appengine/cmd/milo/swarming/expectations/build-running.json b/appengine/cmd/milo/swarming/expectations/build-running.json
index 5f9c577615f661cd24e71bb9c09d4059b99ccd07..c7d7ff7974ba16f7c62b9e0f8762e352e5052d34 100644
--- a/appengine/cmd/milo/swarming/expectations/build-running.json
+++ b/appengine/cmd/milo/swarming/expectations/build-running.json
@@ -12,7 +12,14 @@
"Alt": ""
},
"MainLink": null,
- "SubLink": null,
+ "SubLink": [
+ {
+ "Label": "stdout",
+ "Img": "",
+ "URL": "foo/stdout",
+ "Alt": ""
+ }
+ ],
"Progress": null,
"Started": "2016-03-14T10:00:01.85071Z",
"Finished": "0001-01-01T00:00:00Z",
@@ -103,15 +110,6 @@
],
"PropertyGroup": [
{
- "GroupName": "Swarming Tags",
- "Property": [
- {
- "Key": "allow_milo",
- "Value": "1"
- }
- ]
- },
- {
"GroupName": "recipe bootstrap",
"Property": [
{
@@ -143,6 +141,15 @@
{
"GroupName": "Main",
"Property": null
+ },
+ {
+ "GroupName": "Swarming Tags",
+ "Property": [
+ {
+ "Key": "allow_milo",
+ "Value": "1"
+ }
+ ]
}
],
"Blame": null

Powered by Google App Engine
This is Rietveld 408576698