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

Unified Diff: masters/master.chromium.mac/master_mac_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: 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
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..f4251860f50c7577718b83a991055e0cb26582d9 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',
+ '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'].extend([b_mac_deterministic_build])

Powered by Google App Engine
This is Rietveld 408576698