tryserver module: fix in set_failure_hash
set_failure_hash assumes that (StepFailure is raised) => (some steps were ran), which is not a correct implication. Check that there was a step before. R=iannucci@chromium.org BUG= Change-Id: I36ad187584cb42696676e3339f6a77fc77dfd3b1 Reviewed-on: https://chromium-review.googlesource.com/412994 Commit-Queue: Nodir Turakulov <nodir@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>changes/94/412994/5
parent
1d196c253f
commit
174c293382
@ -0,0 +1,8 @@
|
||||
[
|
||||
{
|
||||
"name": "$result",
|
||||
"reason": "boom!",
|
||||
"recipe_result": null,
|
||||
"status_code": 1
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue