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

Unified Diff: recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json

Issue 2231953002: Bot_update recipe output: Add 'Try Rebasing' to patch failure output (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Train Created 4 years, 4 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
« no previous file with comments | « recipe_modules/bot_update/api.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json
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 5ded8846cf8a8564d9fc06b4127f3795514e2608..dca5a2580e315e1a06867bf327f63038dd61166d 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
@@ -65,7 +65,7 @@
"-u",
"import sys;print \"Patch download failed. See bot_update step for details\";sys.exit(1)"
],
- "name": "Patch failure",
+ "name": "Patch failure - Try Rebasing",
"~followup_annotations": [
"step returned non-zero exit code: 1",
"@@@STEP_LOG_LINE@python.inline@import sys;print \"Patch download failed. See bot_update step for details\";sys.exit(1)@@@",
@@ -75,7 +75,7 @@
},
{
"name": "$result",
- "reason": "Infra Failure: Step('Patch failure') returned 1",
+ "reason": "Infra Failure: Step('Patch failure - Try Rebasing') returned 1",
"recipe_result": null,
"status_code": 1
}
« no previous file with comments | « recipe_modules/bot_update/api.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698