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

Unified Diff: scripts/slave/recipes/chromium_trybot.py

Issue 1187863002: Use simpler "analyze" logic for chromium_trybot recipe on non-Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 5 years, 6 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
Index: scripts/slave/recipes/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index 1e825cfb7569af8c95ab0346e0acbeceaa82cffb..b88879b45f32b9f10d1fd79d1d50ae59704db0b8 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -467,7 +467,8 @@ def _RunStepsInternal(api):
affected_files,
all_compile_targets(api, tests + tests_including_triggered),
compile_targets,
- 'trybot_analyze_config.json')
+ 'trybot_analyze_config.json',
+ legacy_postprocess=False)
if not requires_compile:
return

Powered by Google App Engine
This is Rietveld 408576698