Chromium Code Reviews| Index: masters/master.chromium.mac/master_mac_cfg.py |
| diff --git a/masters/master.chromium.mac/master_mac_cfg.py b/masters/master.chromium.mac/master_mac_cfg.py |
| index ff4eadc3dd295fb902cbd5f1c0fe6c1419998f36..23273e2474c652e4a4df540c22b9b048cbac9455 100644 |
| --- a/masters/master.chromium.mac/master_mac_cfg.py |
| +++ b/masters/master.chromium.mac/master_mac_cfg.py |
| @@ -65,3 +65,19 @@ def Update(config, active_master, c): |
| 'category': '3mac', |
| } for spec in specs |
| ]) |
| + |
| + b_mac_deterministic_build = { |
| + 'name': 'Mac deterministic build', |
| + # Work around an issue with NaCl build. |
| + 'slavebuilddir': 'chr', |
|
Nico
2015/06/04 21:45:33
mac shouldn't need this either
Sébastien Marchand
2015/06/05 18:44:42
Done.
|
| + 'factory': annotator_factory.AnnotatorFactory().BaseFactory( |
| + 'swarming/deterministic_build', |
| + factory_properties = { |
| + 'configuration': 'Release', |
| + }), |
| + # Auto-reboot due to fork: Resource temporarily unavailable. |
| + 'auto_reboot': True, |
| + 'category': '3mac', |
| + } |
| + |
| + c['builders'].append(b_mac_deterministic_build) |