| 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)
|
|
|