From b2580abf45d04338751643aa5c80bb13916627df Mon Sep 17 00:00:00 2001 From: "phajdan.jr" Date: Mon, 11 Jul 2016 03:31:04 -0700 Subject: [PATCH] Manually roll recipes.cfg recipe_engine 2c5509f:9d78ba3 TBR=estaab, iannucci, martiniss BUG=chromium:593999 Review-Url: https://codereview.chromium.org/2132363002 --- infra/config/recipes.cfg | 2 +- recipe_modules/bot_update/example.expected/tryjob_fail.json | 1 + .../bot_update/example.expected/tryjob_fail_patch.json | 1 + .../bot_update/example.expected/tryjob_fail_patch_download.json | 1 + recipe_modules/git/example.expected/can_fail_build.json | 1 + .../count-objects_with_bad_output_fails_build.json | 1 + recipe_modules/git/example.expected/rebase_failed.json | 1 + recipe_modules/tryserver/example.expected/with_git_patch.json | 1 + .../tryserver/example.expected/with_rietveld_patch.json | 1 + .../tryserver/example.expected/with_rietveld_patch_new.json | 1 + recipe_modules/tryserver/example.expected/with_svn_patch.json | 1 + recipe_modules/tryserver/example.expected/with_wrong_patch.json | 1 + .../tryserver/example.expected/with_wrong_patch_new.json | 1 + 13 files changed, 13 insertions(+), 1 deletion(-) diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 719e1c71a..d62a601ec 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 f24bc2d9c..03354ed7a 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 d77b6b5d8..c4f96b571 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 4204d6cbc..5ded8846c 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 e6d6d9f65..df1903229 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 bda641f3c..eb8da8698 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 94366d246..42d6ea19f 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 69fb42337..8f403d10a 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 1d0b488c0..43cef23f8 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 baaf209bd..17e4a282e 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 0c2d347b7..b83105f07 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 dd8287204..1d965b224 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 0fc7eb84f..4ed279bfd 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