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

Unified Diff: masters/master.chromium.linux/slaves.cfg

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_linux_cfg.py ('k') | masters/master.chromium.mac/master_mac_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.linux/slaves.cfg
diff --git a/masters/master.chromium.linux/slaves.cfg b/masters/master.chromium.linux/slaves.cfg
index d58c66c8408c3bb877ea31b39925026f239dca42..fac8bda7731e4ed6039087f97f2f9335d19409e8 100644
--- a/masters/master.chromium.linux/slaves.cfg
+++ b/masters/master.chromium.linux/slaves.cfg
@@ -92,6 +92,14 @@ slaves = [
'version': 'precise',
'bits': '64',
},
+ {
+ 'master': 'ChromiumLinux',
+ 'builder': 'Linux deterministic build',
+ 'hostname': 'slave0-c1',
+ 'os': 'linux',
+ 'version': 'lucid',
+ 'bits': '64',
+ },
################################################################################
# Android
################################################################################
@@ -167,4 +175,12 @@ slaves = [
'version': 'precise',
'bits': '64',
},
+ {
+ 'master': 'ChromiumLinux',
+ 'builder': 'Android deterministic build',
+ 'hostname': 'slave1-c1',
+ 'os': 'linux',
+ 'version': 'lucid',
+ 'bits': '64',
+ },
]
« no previous file with comments | « masters/master.chromium.linux/master_linux_cfg.py ('k') | masters/master.chromium.mac/master_mac_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698