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

Unified Diff: appengine/cmd/milo/swarming/expectations/build-canceled.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
« no previous file with comments | « appengine/cmd/milo/swarming/build.go ('k') | appengine/cmd/milo/swarming/expectations/build-exception.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cmd/milo/swarming/expectations/build-canceled.json
diff --git a/appengine/cmd/milo/swarming/expectations/build-canceled.json b/appengine/cmd/milo/swarming/expectations/build-canceled.json
index 19c0bc47bae7245920df5cbba1a3b481db31dc95..fa77dd521c60ad810b1774fbdb93ac1f0c018409 100644
--- a/appengine/cmd/milo/swarming/expectations/build-canceled.json
+++ b/appengine/cmd/milo/swarming/expectations/build-canceled.json
@@ -32,11 +32,18 @@
"Alt": ""
},
"MainLink": null,
- "SubLink": null,
+ "SubLink": [
+ {
+ "Label": "stdout",
+ "Img": "",
+ "URL": "foo/stdout",
+ "Alt": ""
+ }
+ ],
"Progress": null,
"Started": "2016-03-14T10:00:01.85071Z",
"Finished": "2016-03-14T11:00:18.48602Z",
- "Duration": 3615243180990,
+ "Duration": 3616635310000,
"Type": "Recipe",
"LevelsDeep": 0,
"Text": [
@@ -101,6 +108,35 @@
],
"PropertyGroup": [
{
+ "GroupName": "recipe bootstrap",
+ "Property": [
+ {
+ "Key": "path_config",
+ "Value": "kitchen"
+ },
+ {
+ "Key": "slavename",
+ "Value": "fakeslave"
+ },
+ {
+ "Key": "buildername",
+ "Value": "infra-continuous-precise-32"
+ },
+ {
+ "Key": "mastername",
+ "Value": "chromium.infra"
+ }
+ ]
+ },
+ {
+ "GroupName": "setup_build",
+ "Property": null
+ },
+ {
+ "GroupName": "Main",
+ "Property": null
+ },
+ {
"GroupName": "Swarming",
"Property": [
{
@@ -177,35 +213,6 @@
"Value": "1"
}
]
- },
- {
- "GroupName": "recipe bootstrap",
- "Property": [
- {
- "Key": "path_config",
- "Value": "kitchen"
- },
- {
- "Key": "slavename",
- "Value": "fakeslave"
- },
- {
- "Key": "buildername",
- "Value": "infra-continuous-precise-32"
- },
- {
- "Key": "mastername",
- "Value": "chromium.infra"
- }
- ]
- },
- {
- "GroupName": "setup_build",
- "Property": null
- },
- {
- "GroupName": "Main",
- "Property": null
}
],
"Blame": null
« no previous file with comments | « appengine/cmd/milo/swarming/build.go ('k') | appengine/cmd/milo/swarming/expectations/build-exception.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698