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

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

Issue 2069283002: milo: fix step duration (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: simplify step duration computation Created 4 years, 6 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-timeout.json
diff --git a/appengine/cmd/milo/swarming/expectations/build-timeout.json b/appengine/cmd/milo/swarming/expectations/build-timeout.json
index a12667adabbca8d82d2d9060b27b3ae2b8b411d3..6e4e246fa3ea0203bad94a61de89821af0437beb 100644
--- a/appengine/cmd/milo/swarming/expectations/build-timeout.json
+++ b/appengine/cmd/milo/swarming/expectations/build-timeout.json
@@ -26,9 +26,9 @@
},
"SubLink": null,
"Progress": null,
- "Started": "0001-02-03T04:05:06Z",
- "Finished": "",
- "Duration": 0,
+ "Started": "2016-03-14T10:00:02Z",
+ "Finished": "2016-03-14T10:00:04Z",
+ "Duration": 2,
"Type": "Step",
"LevelsDeep": 0,
"Text": null
@@ -53,9 +53,9 @@
}
],
"Progress": null,
- "Started": "0001-02-03T04:05:06Z",
- "Finished": "",
- "Duration": 0,
+ "Started": "2016-03-14T10:00:02Z",
+ "Finished": "2016-03-14T10:00:03Z",
+ "Duration": 1,
"Type": "Step",
"LevelsDeep": 0,
"Text": [

Powered by Google App Engine
This is Rietveld 408576698