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

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

Issue 2033513002: recipes: Switch from 3 ways for requesting clobber builds to 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: presubmit2 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
Index: scripts/slave/recipes/win_analyze.py
diff --git a/scripts/slave/recipes/win_analyze.py b/scripts/slave/recipes/win_analyze.py
index 3d88965661c2c8e6a707d00bd5d36eebb0c8eff5..80a22a2d56b07559c17347ad5f26189a35c42e4d 100644
--- a/scripts/slave/recipes/win_analyze.py
+++ b/scripts/slave/recipes/win_analyze.py
@@ -17,6 +17,7 @@ BUILDERS = {
'TARGET_PLATFORM': 'win',
'TARGET_BITS': 32,
},
+ 'chromium_apply_config': ['clobber'],
},
},
},
@@ -37,7 +38,7 @@ def RunSteps(api):
api.chromium.run_mb('chromium.fyi', 'Chromium Windows Analyze',
use_goma=False)
- api.chromium.compile(targets=['chrome'], force_clobber=True)
+ api.chromium.compile(targets=['chrome'])
def GenTests(api):

Powered by Google App Engine
This is Rietveld 408576698