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

Unified Diff: masters/master.chromium.linux/master_linux_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.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)

Powered by Google App Engine
This is Rietveld 408576698