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

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: revert the recipe change. 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
« no previous file with comments | « masters/master.chromium.linux/slaves.cfg ('k') | masters/master.chromium.mac/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..69eb041fb503f4c2885148eeb6ebb29fc5ecc156 100644
--- a/masters/master.chromium.mac/master_mac_cfg.py
+++ b/masters/master.chromium.mac/master_mac_cfg.py
@@ -65,3 +65,17 @@ def Update(config, active_master, c):
'category': '3mac',
} for spec in specs
])
+
+ b_mac_deterministic_build = {
+ 'name': 'Mac deterministic build',
+ 'factory': annotator_factory.AnnotatorFactory().BaseFactory(
+ '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)
« no previous file with comments | « masters/master.chromium.linux/slaves.cfg ('k') | masters/master.chromium.mac/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698