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

Unified Diff: appengine/cmd/milo/swarming/expectations/build-exception.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-exception.json
diff --git a/appengine/cmd/milo/swarming/expectations/build-exception.json b/appengine/cmd/milo/swarming/expectations/build-exception.json
index cf8ff27a2470d99da52e664861db6024fc0524e5..bc77623ec8684b8af64bc0ce951c36103740b624 100644
--- a/appengine/cmd/milo/swarming/expectations/build-exception.json
+++ b/appengine/cmd/milo/swarming/expectations/build-exception.json
@@ -12,11 +12,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": 0,
+ "Duration": 3616635310000,
"Type": "Recipe",
"LevelsDeep": 0,
"Text": [
@@ -140,24 +147,6 @@
],
"PropertyGroup": [
{
- "GroupName": "Swarming",
- "Property": [
- {
- "Key": "Exit Code",
- "Value": "0"
- }
- ]
- },
- {
- "GroupName": "Swarming Tags",
- "Property": [
- {
- "Key": "allow_milo",
- "Value": "1"
- }
- ]
- },
- {
"GroupName": "recipe bootstrap",
"Property": [
{
@@ -193,6 +182,24 @@
{
"GroupName": "Main",
"Property": null
+ },
+ {
+ "GroupName": "Swarming",
+ "Property": [
+ {
+ "Key": "Exit Code",
+ "Value": "0"
+ }
+ ]
+ },
+ {
+ "GroupName": "Swarming Tags",
+ "Property": [
+ {
+ "Key": "allow_milo",
+ "Value": "1"
+ }
+ ]
}
],
"Blame": null
« no previous file with comments | « appengine/cmd/milo/swarming/expectations/build-canceled.json ('k') | appengine/cmd/milo/swarming/expectations/build-hang.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698