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

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

Issue 2153503006: Add config for Linux layout test try bot with --enable-slimming-paint-v2. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix builder name in master.cfg. Created 4 years, 5 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.tryserver.chromium.linux/slaves.cfg
diff --git a/masters/master.tryserver.chromium.linux/slaves.cfg b/masters/master.tryserver.chromium.linux/slaves.cfg
index 9084043ccaad8fc09c0e2bd1c94f9f3aa915a42f..2b34a84ba38cd2ce8985c009179bbb6542707a2d 100644
--- a/masters/master.tryserver.chromium.linux/slaves.cfg
+++ b/masters/master.tryserver.chromium.linux/slaves.cfg
@@ -173,6 +173,18 @@ def linux():
}
])
+ result.extend([
+ {
+ 'master': 'TryServerChromiumLinux',
+ 'os': 'linux',
+ 'version': 'precise',
+ 'bits': '64',
+ 'builder': ['linux_layout_tests_slimming_paint_v2'],
+ 'hostname': 'slave775-c4',
+ 'pool': 'linux_optional1',
qyearsley 2016/07/20 23:33:39 Note: I'm not sure what effect this field has - do
Paweł Hajdan Jr. 2016/07/22 13:36:12 Looks like this is a new pool with just one slave,
qyearsley 2016/07/22 16:42:06 There are some builders added above that have the
+ }
+ ])
+
return result

Powered by Google App Engine
This is Rietveld 408576698