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

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: Address maruel's comments. 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..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)

Powered by Google App Engine
This is Rietveld 408576698