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

Unified Diff: recipe_modules/bot_update/resources/bot_update.py

Issue 1982243002: Use --extra_patchlevel for WebRTC patches on Chromium trybots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Correct path Created 4 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/bot_update/resources/bot_update.py
diff --git a/recipe_modules/bot_update/resources/bot_update.py b/recipe_modules/bot_update/resources/bot_update.py
index efee4783b0b8afa6084b70a2ab674950b84f0dfd..906d9099f7be77c9a4b3acff3fe5a1f48ab2a53b 100755
--- a/recipe_modules/bot_update/resources/bot_update.py
+++ b/recipe_modules/bot_update/resources/bot_update.py
@@ -1126,6 +1126,10 @@ def apply_rietveld_issue(issue, patchset, root, server, _rev_map, _revision,
for item in blacklist:
cmd.extend(['--blacklist', item])
+ # TODO(kjellander): Remove this hack when http://crbug.com/611808 is fixed.
+ if root == 'src/third_party/webrtc':
+ cmd.extend(['--extra_patchlevel=1'])
+
# Only try once, since subsequent failures hide the real failure.
try:
call(*cmd, tries=1)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698