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

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: fixes 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 ac9b69dc017d3b62e10fe62252ef3961091b55a3..6d79e4104f3e6224af4b1224155ce0a5e0c6b8ab 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -426,7 +426,8 @@ def _GenStepsInternal(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