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

Unified Diff: masters/master.chromium.linux/master_android_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.fyi/slaves.cfg ('k') | masters/master.chromium.linux/master_linux_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.linux/master_android_cfg.py
diff --git a/masters/master.chromium.linux/master_android_cfg.py b/masters/master.chromium.linux/master_android_cfg.py
index e710bf771f9b8db1a4d3da9861b69bf2e3482041..b10c1373af670f27d5af4721878e00e065a98bca 100644
--- a/masters/master.chromium.linux/master_android_cfg.py
+++ b/masters/master.chromium.linux/master_android_cfg.py
@@ -74,6 +74,17 @@ B('Android Clang Builder (dbg)', 'f_android_clang_dbg', 'android', 'android',
F('f_android_clang_dbg',
m_annotator.BaseFactory('chromium'))
+B('Android deterministic build', 'f_android_clang_dbg', 'android', 'android',
+ notify_on_missing=True)
+F('f_android_deterministic_build',
+ annotator_factory.AnnotatorFactory().BaseFactory(
+ 'swarming/deterministic_build',
+ factory_properties = {
+ 'configuration': 'Release',
+ }
+ ),
+ )
+
def Update(_config_arg, _active_master, c):
helper.Update(c)
« no previous file with comments | « masters/master.chromium.fyi/slaves.cfg ('k') | masters/master.chromium.linux/master_linux_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698