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

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: 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/master_android_cfg.py ('k') | masters/master.chromium.linux/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..5612ad8722fa7c1bfe40d54e46d6dff23aee2c91 100644
--- a/masters/master.chromium.linux/master_linux_cfg.py
+++ b/masters/master.chromium.linux/master_linux_cfg.py
@@ -59,3 +59,15 @@ def Update(_config, active_master, c):
'category': '4linux',
} for spec in specs
])
+
+ b_linux_deterministic_build = {
+ 'name': 'Linux deterministic build',
+ 'factory': annotator_factory.AnnotatorFactory().BaseFactory(
+ 'deterministic_build',
+ factory_properties = {
+ 'configuration': 'Release',
+ }),
+ 'category': '4linux',
+ }
+
+ c['builders'].append(b_linux_deterministic_build)
« no previous file with comments | « masters/master.chromium.linux/master_android_cfg.py ('k') | masters/master.chromium.linux/slaves.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698