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

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

Issue 2191693003: Milo: Add LogDog annotation stream support. (Closed) Base URL: https://github.com/luci/luci-go@master
Patch Set: Fix successful build state, derive more Swarming parameters from milo proto common code. 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-hang.json
diff --git a/appengine/cmd/milo/swarming/expectations/build-hang.json b/appengine/cmd/milo/swarming/expectations/build-hang.json
index b3900fb09b1517693ce2be21763c7b802428daaf..fa5f54ddd8f64bc8d86f6afa2ee369d1d53f870e 100644
--- a/appengine/cmd/milo/swarming/expectations/build-hang.json
+++ b/appengine/cmd/milo/swarming/expectations/build-hang.json
@@ -17,16 +17,23 @@
"Alt": ""
},
"MainLink": null,
- "SubLink": null,
+ "SubLink": [
+ {
+ "Label": "stdout",
+ "Img": "",
+ "URL": "foo/stdout",
+ "Alt": ""
+ }
+ ],
"Progress": null,
"Started": "2016-06-28T13:23:16.61592Z",
"Finished": "2016-06-28T16:24:03.24387Z",
- "Duration": 10807630000114,
+ "Duration": 10846627950000,
"Type": "Recipe",
"LevelsDeep": 0,
"Text": [
"Task timed out",
- "InfraFailure bot_update"
+ "Running bot_update"
Ryan Tseng 2016/07/29 18:16:38 This doesn't seem right (And status on L97)
dnj 2016/07/29 19:57:35 Oh crap forgot to fix this, Done.
]
},
"SourceStamp": null,
@@ -87,7 +94,7 @@
{
"ParentLabel": null,
"Label": "bot_update",
- "Status": "InfraFailure",
+ "Status": "Running",
"Banner": null,
"Bot": null,
"Source": null,
@@ -101,7 +108,7 @@
"Progress": null,
"Started": "2016-06-28T13:23:52.34Z",
"Finished": "0001-01-01T00:00:00Z",
- "Duration": 10810903870000,
+ "Duration": -9167032340000000,
nodir 2016/07/29 18:42:07 this broke
"Type": "Step",
"LevelsDeep": 0,
"Text": null
@@ -109,6 +116,22 @@
],
"PropertyGroup": [
{
+ "GroupName": "recipe bootstrap",
+ "Property": null
+ },
+ {
+ "GroupName": "setup_build",
+ "Property": null
+ },
+ {
+ "GroupName": "bot_update",
+ "Property": null
+ },
+ {
+ "GroupName": "Main",
+ "Property": null
+ },
+ {
"GroupName": "Swarming",
"Property": [
{
@@ -125,22 +148,6 @@
"Value": "1"
}
]
- },
- {
- "GroupName": "recipe bootstrap",
- "Property": null
- },
- {
- "GroupName": "setup_build",
- "Property": null
- },
- {
- "GroupName": "bot_update",
- "Property": null
- },
- {
- "GroupName": "Main",
- "Property": null
}
],
"Blame": null

Powered by Google App Engine
This is Rietveld 408576698