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

Unified Diff: appengine/cmd/milo/swarming/expectations/build-exception.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-exception.json
diff --git a/appengine/cmd/milo/swarming/expectations/build-exception.json b/appengine/cmd/milo/swarming/expectations/build-exception.json
index 335dcd34617598571fc1e73f30a83912421f15d5..a2d5385cb8b313f6f8a2ca7050b648bfbd89cb0b 100644
--- a/appengine/cmd/milo/swarming/expectations/build-exception.json
+++ b/appengine/cmd/milo/swarming/expectations/build-exception.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:09Z",
+ "Duration": 7,
"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:03Z",
+ "Finished": "2016-03-14T10:00:04Z",
+ "Duration": 1,
"Type": "Step",
"LevelsDeep": 0,
"Text": [
@@ -82,9 +82,9 @@
}
],
"Progress": null,
- "Started": "0001-02-03T04:05:06Z",
- "Finished": "",
- "Duration": 0,
+ "Started": "2016-03-14T10:00:05Z",
+ "Finished": "2016-03-14T10:00:06Z",
+ "Duration": 1,
"Type": "Step",
"LevelsDeep": 0,
"Text": null
@@ -109,9 +109,9 @@
}
],
"Progress": null,
- "Started": "0001-02-03T04:05:06Z",
- "Finished": "",
- "Duration": 0,
+ "Started": "2016-03-14T10:00:07Z",
+ "Finished": "2016-03-14T10:00:08Z",
+ "Duration": 1,
"Type": "Step",
"LevelsDeep": 0,
"Text": null
« no previous file with comments | « appengine/cmd/milo/swarming/build.go ('k') | appengine/cmd/milo/swarming/expectations/build-patch-failure.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698