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

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

Issue 2078603002: milo: fix running steps (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@milo-pending
Patch Set: address comments 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-running.json
diff --git a/appengine/cmd/milo/swarming/expectations/build-exception.json b/appengine/cmd/milo/swarming/expectations/build-running.json
similarity index 64%
copy from appengine/cmd/milo/swarming/expectations/build-exception.json
copy to appengine/cmd/milo/swarming/expectations/build-running.json
index a2d5385cb8b313f6f8a2ca7050b648bfbd89cb0b..706c1bcc2ca0a0c4a95a149d14bc3b2dc6222b9d 100644
--- a/appengine/cmd/milo/swarming/expectations/build-exception.json
+++ b/appengine/cmd/milo/swarming/expectations/build-running.json
@@ -1,13 +1,13 @@
{
"Summary": {
"Label": "",
- "Status": "Failure",
+ "Status": "Running",
"MainLink": null,
"SubLink": null,
"Progress": null,
"Started": "2016-03-14T10:00:01.850710Z",
- "Finished": "2016-03-14T11:00:18.486020Z",
- "Duration": 0,
+ "Finished": "",
+ "Duration": 3598,
"Type": "Recipe",
"LevelsDeep": 0,
"Text": null
@@ -27,8 +27,8 @@
"SubLink": null,
"Progress": null,
"Started": "2016-03-14T10:00:02Z",
- "Finished": "2016-03-14T10:00:09Z",
- "Duration": 7,
+ "Finished": "2016-03-14T10:00:03Z",
+ "Duration": 1,
"Type": "Step",
"LevelsDeep": 0,
"Text": null
@@ -64,7 +64,7 @@
},
{
"Label": "bot_update",
- "Status": "InfraFailure",
+ "Status": "Running",
"MainLink": {
"Label": "stdout",
"Img": "",
@@ -72,46 +72,11 @@
"URL": "foo/steps/bot_update/0/stdout",
"Alt": ""
},
- "SubLink": [
- {
- "Label": "steps/bot_update/0/logs/json.output__invalid_/0",
- "Img": "",
- "Subtitle": "",
- "URL": "foo/steps/bot_update/0/logs/json.output__invalid_/0",
- "Alt": ""
- }
- ],
+ "SubLink": null,
"Progress": null,
"Started": "2016-03-14T10:00:05Z",
- "Finished": "2016-03-14T10:00:06Z",
- "Duration": 1,
- "Type": "Step",
- "LevelsDeep": 0,
- "Text": null
- },
- {
- "Label": "Uncaught Exception",
- "Status": "InfraFailure",
- "MainLink": {
- "Label": "stdout",
- "Img": "",
- "Subtitle": "",
- "URL": "foo/steps/Uncaught_Exception/0/stdout",
- "Alt": ""
- },
- "SubLink": [
- {
- "Label": "steps/Uncaught_Exception/0/logs/exception/0",
- "Img": "",
- "Subtitle": "",
- "URL": "foo/steps/Uncaught_Exception/0/logs/exception/0",
- "Alt": ""
- }
- ],
- "Progress": null,
- "Started": "2016-03-14T10:00:07Z",
- "Finished": "2016-03-14T10:00:08Z",
- "Duration": 1,
+ "Finished": "",
+ "Duration": 3595,
"Type": "Step",
"LevelsDeep": 0,
"Text": null
@@ -119,15 +84,6 @@
],
"PropertyGroup": [
{
- "GroupName": "Swarming",
- "Property": [
- {
- "Key": "Exit Code",
- "Value": "0"
- }
- ]
- },
- {
"GroupName": "Swarming Tags",
"Property": [
{
@@ -166,10 +122,6 @@
"Property": null
},
{
- "GroupName": "Uncaught Exception",
- "Property": null
- },
- {
"GroupName": "Main",
"Property": null
}

Powered by Google App Engine
This is Rietveld 408576698