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

Unified Diff: masters/master.chromium.win/master_win_cfg.py

Issue 1147043007: Promote deterministic build CI to real CI (tree closer, except for the Clang builder) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: revert the recipe change. 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
« no previous file with comments | « masters/master.chromium.swarm/slaves.cfg ('k') | masters/master.chromium.win/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.win/master_win_cfg.py
diff --git a/masters/master.chromium.win/master_win_cfg.py b/masters/master.chromium.win/master_win_cfg.py
index 7d80126a0d7c2b8a7a1c6b04d23ed6b04414fbf8..7cfb19f7877d0534c3b194d7d7e19733428f671a 100644
--- a/masters/master.chromium.win/master_win_cfg.py
+++ b/masters/master.chromium.win/master_win_cfg.py
@@ -75,3 +75,19 @@ def Update(config, active_master, c):
'category': '2windows',
} for spec in specs
])
+
+ b_win_deterministic_build = {
+ 'name': 'Windows deterministic build',
+ # Work around an issue with NaCl build.
+ 'slavebuilddir': 'chr',
+ 'factory': annotator_factory.AnnotatorFactory().BaseFactory(
+ 'deterministic_build',
+ factory_properties = {
+ 'configuration': 'Release',
+ }),
+ # Auto-reboot to try to clear up TEMP fill up issues.
+ 'auto_reboot': True,
+ 'category': '2windows',
+ }
+
+ c['builders'].append(b_win_deterministic_build)
« no previous file with comments | « masters/master.chromium.swarm/slaves.cfg ('k') | masters/master.chromium.win/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698