diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 719e1c71ab..d62a601ec0 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -5,5 +5,5 @@ deps { project_id: "recipe_engine" url: "https://chromium.googlesource.com/external/github.com/luci/recipes-py.git" branch: "master" - revision: "2c5509f0c2cd87af90844ed597d9aaa108194943" + revision: "9d78ba349aba023d424f6bfd483bdf4e5add9de5" } diff --git a/recipe_modules/bot_update/example.expected/tryjob_fail.json b/recipe_modules/bot_update/example.expected/tryjob_fail.json index f24bc2d9cc..03354ed7ae 100644 --- a/recipe_modules/bot_update/example.expected/tryjob_fail.json +++ b/recipe_modules/bot_update/example.expected/tryjob_fail.json @@ -55,6 +55,7 @@ { "name": "$result", "reason": "Infra Failure: Step('bot_update') returned 1", + "recipe_result": null, "status_code": 1 } ] \ No newline at end of file diff --git a/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json b/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json index d77b6b5d8e..c4f96b5711 100644 --- a/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json +++ b/recipe_modules/bot_update/example.expected/tryjob_fail_patch.json @@ -76,6 +76,7 @@ { "name": "$result", "reason": "Step('Patch failure') failed with return_code 1", + "recipe_result": null, "status_code": 1 } ] \ No newline at end of file diff --git a/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json b/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json index 4204d6cbc1..5ded8846cf 100644 --- a/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json +++ b/recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json @@ -76,6 +76,7 @@ { "name": "$result", "reason": "Infra Failure: Step('Patch failure') returned 1", + "recipe_result": null, "status_code": 1 } ] \ No newline at end of file diff --git a/recipe_modules/git/example.expected/can_fail_build.json b/recipe_modules/git/example.expected/can_fail_build.json index e6d6d9f650..df19032290 100644 --- a/recipe_modules/git/example.expected/can_fail_build.json +++ b/recipe_modules/git/example.expected/can_fail_build.json @@ -148,6 +148,7 @@ { "name": "$result", "reason": "Infra Failure: Step('git status can_fail_build') returned 1", + "recipe_result": null, "status_code": 1 } ] \ No newline at end of file diff --git a/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json b/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json index bda641f3ca..eb8da86989 100644 --- a/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json +++ b/recipe_modules/git/example.expected/count-objects_with_bad_output_fails_build.json @@ -97,6 +97,7 @@ { "name": "$result", "reason": "count-objects failed: invalid literal for long() with base 10: 'xxx'", + "recipe_result": null, "status_code": 1 } ] \ No newline at end of file diff --git a/recipe_modules/git/example.expected/rebase_failed.json b/recipe_modules/git/example.expected/rebase_failed.json index 94366d2468..42d6ea19f5 100644 --- a/recipe_modules/git/example.expected/rebase_failed.json +++ b/recipe_modules/git/example.expected/rebase_failed.json @@ -174,6 +174,7 @@ { "name": "$result", "reason": "Infra Failure: Step('my repo rebase') returned 1", + "recipe_result": null, "status_code": 1 } ] \ No newline at end of file diff --git a/recipe_modules/tryserver/example.expected/with_git_patch.json b/recipe_modules/tryserver/example.expected/with_git_patch.json index 69fb423375..8f403d10ad 100644 --- a/recipe_modules/tryserver/example.expected/with_git_patch.json +++ b/recipe_modules/tryserver/example.expected/with_git_patch.json @@ -99,6 +99,7 @@ { "name": "$result", "reason": "Step('fail') failed with return_code 1", + "recipe_result": null, "status_code": 1 } ] \ No newline at end of file diff --git a/recipe_modules/tryserver/example.expected/with_rietveld_patch.json b/recipe_modules/tryserver/example.expected/with_rietveld_patch.json index 1d0b488c08..43cef23f88 100644 --- a/recipe_modules/tryserver/example.expected/with_rietveld_patch.json +++ b/recipe_modules/tryserver/example.expected/with_rietveld_patch.json @@ -79,6 +79,7 @@ { "name": "$result", "reason": "Step('fail') failed with return_code 1", + "recipe_result": null, "status_code": 1 } ] \ No newline at end of file diff --git a/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json b/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json index baaf209bde..17e4a282e8 100644 --- a/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json +++ b/recipe_modules/tryserver/example.expected/with_rietveld_patch_new.json @@ -79,6 +79,7 @@ { "name": "$result", "reason": "Step('fail') failed with return_code 1", + "recipe_result": null, "status_code": 1 } ] \ No newline at end of file diff --git a/recipe_modules/tryserver/example.expected/with_svn_patch.json b/recipe_modules/tryserver/example.expected/with_svn_patch.json index 0c2d347b7c..b83105f07a 100644 --- a/recipe_modules/tryserver/example.expected/with_svn_patch.json +++ b/recipe_modules/tryserver/example.expected/with_svn_patch.json @@ -63,6 +63,7 @@ { "name": "$result", "reason": "Step('fail') failed with return_code 1", + "recipe_result": null, "status_code": 1 } ] \ No newline at end of file diff --git a/recipe_modules/tryserver/example.expected/with_wrong_patch.json b/recipe_modules/tryserver/example.expected/with_wrong_patch.json index dd8287204a..1d965b224d 100644 --- a/recipe_modules/tryserver/example.expected/with_wrong_patch.json +++ b/recipe_modules/tryserver/example.expected/with_wrong_patch.json @@ -38,6 +38,7 @@ { "name": "$result", "reason": "Step('fail') failed with return_code 1", + "recipe_result": null, "status_code": 1 } ] \ No newline at end of file diff --git a/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json b/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json index 0fc7eb84fe..4ed279bfdb 100644 --- a/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json +++ b/recipe_modules/tryserver/example.expected/with_wrong_patch_new.json @@ -38,6 +38,7 @@ { "name": "$result", "reason": "Step('fail') failed with return_code 1", + "recipe_result": null, "status_code": 1 } ] \ No newline at end of file