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

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

Issue 2117613002: Milo: Add step text for swarming task exceptions (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Tests 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-canceled.json
diff --git a/appengine/cmd/milo/swarming/expectations/build-timeout.json b/appengine/cmd/milo/swarming/expectations/build-canceled.json
similarity index 97%
copy from appengine/cmd/milo/swarming/expectations/build-timeout.json
copy to appengine/cmd/milo/swarming/expectations/build-canceled.json
index 69e568c3d81a87091e28d0ae2e38827b5cdccca0..bd38947163ce6065bfca7e5f28ca077df1b3a318 100644
--- a/appengine/cmd/milo/swarming/expectations/build-timeout.json
+++ b/appengine/cmd/milo/swarming/expectations/build-canceled.json
@@ -1,7 +1,7 @@
{
"Summary": {
"Label": "",
- "Status": "InfraFailure",
+ "Status": "Failure",
"Bot": {
"Label": "swarm3-c4",
"Img": "",
@@ -22,7 +22,9 @@
"Duration": 3615243180990,
"Type": "Recipe",
"LevelsDeep": 0,
- "Text": null
+ "Text": [
+ "Task cancelled by user"
+ ]
},
"SourceStamp": null,
"Components": [
@@ -83,10 +85,6 @@
{
"Key": "Cost of job (USD)",
"Value": "$0.52"
- },
- {
- "Key": "Exit Code",
- "Value": "-15"
}
]
},

Powered by Google App Engine
This is Rietveld 408576698