Chromium Code Reviews| Index: masters/master.chromium.linux/master_linux_cfg.py |
| diff --git a/masters/master.chromium.linux/master_linux_cfg.py b/masters/master.chromium.linux/master_linux_cfg.py |
| index a62b9a7e078476b82fb24836e5e2e838b62caa59..db246606a7e28aa741ced54970e4c54aeffaf423 100644 |
| --- a/masters/master.chromium.linux/master_linux_cfg.py |
| +++ b/masters/master.chromium.linux/master_linux_cfg.py |
| @@ -59,3 +59,17 @@ def Update(_config, active_master, c): |
| 'category': '4linux', |
| } for spec in specs |
| ]) |
| + |
| + b_linux_deterministic_build = { |
| + 'name': 'Linux deterministic build', |
| + # Work around an issue with NaCl build. |
|
Nico
2015/06/04 21:45:33
linux shouldn't need this
Sébastien Marchand
2015/06/05 18:44:42
Done.
|
| + 'slavebuilddir': 'chr', |
| + 'factory': annotator_factory.AnnotatorFactory().BaseFactory( |
| + 'swarming/deterministic_build', |
| + factory_properties = { |
| + 'configuration': 'Release', |
| + }), |
| + 'category': '4linux', |
| + } |
| + |
| + c['builders'].append(b_linux_deterministic_build) |