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

Unified Diff: appengine/cmd/milo/swarming/expectations/build-patch-failure.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-patch-failure.json
diff --git a/appengine/cmd/milo/swarming/expectations/build-patch-failure.json b/appengine/cmd/milo/swarming/expectations/build-patch-failure.json
index 8fde8ebaadc093883dc77c60709997f3a9b8fe55..66ebf9bef9879d1eef67e361a380cea9719ccb4b 100644
--- a/appengine/cmd/milo/swarming/expectations/build-patch-failure.json
+++ b/appengine/cmd/milo/swarming/expectations/build-patch-failure.json
@@ -34,9 +34,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": [
@@ -63,9 +63,9 @@
}
],
"Progress": null,
- "Started": "0001-02-03T04:05:06Z",
- "Finished": "",
- "Duration": 0,
+ "Started": "2016-03-14T10:00:04Z",
+ "Finished": "2016-03-14T10:00:05Z",
+ "Duration": 1,
"Type": "Step",
"LevelsDeep": 0,
"Text": [
@@ -99,9 +99,9 @@
}
],
"Progress": null,
- "Started": "0001-02-03T04:05:06Z",
- "Finished": "",
- "Duration": 0,
+ "Started": "2016-03-14T10:00:06Z",
+ "Finished": "2016-03-14T10:00:07Z",
+ "Duration": 1,
"Type": "Step",
"LevelsDeep": 0,
"Text": [
@@ -120,9 +120,9 @@
},
"SubLink": null,
"Progress": null,
- "Started": "0001-02-03T04:05:06Z",
- "Finished": "",
- "Duration": 0,
+ "Started": "2016-03-14T10:00:08Z",
+ "Finished": "2016-03-14T10:00:09Z",
+ "Duration": 1,
"Type": "Step",
"LevelsDeep": 0,
"Text": [
@@ -149,9 +149,9 @@
}
],
"Progress": null,
- "Started": "0001-02-03T04:05:06Z",
- "Finished": "",
- "Duration": 0,
+ "Started": "2016-03-14T10:00:10Z",
+ "Finished": "2016-03-14T10:00:11Z",
+ "Duration": 1,
"Type": "Step",
"LevelsDeep": 0,
"Text": null

Powered by Google App Engine
This is Rietveld 408576698