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

Unified Diff: recipe_modules/bot_update/api.py

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 | « no previous file | recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/bot_update/api.py
diff --git a/recipe_modules/bot_update/api.py b/recipe_modules/bot_update/api.py
index 47846859e57a69cb24180a3cb69fc88c395cbe3f..2e62e6fd2481378482dbe7a8ba02d4a5d2acdead 100644
--- a/recipe_modules/bot_update/api.py
+++ b/recipe_modules/bot_update/api.py
@@ -276,7 +276,7 @@ class BotUpdateApi(recipe_api.RecipeApi):
# This is download failure, hence an infra failure.
# Sadly, python.failing_step doesn't support kwargs.
self.m.python.inline(
- 'Patch failure',
+ 'Patch failure - Try Rebasing',
('import sys;'
'print "Patch download failed. See bot_update step for'
' details";sys.exit(1)'),
« no previous file with comments | « no previous file | recipe_modules/bot_update/example.expected/tryjob_fail_patch_download.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698