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

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 extra flag and run recipe_simulation_test train 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..113dd8ac0d9786ed7dba41487d50c59dd541ede0 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_layout_tests_slimming_paint_v2',
+ }
+ ])
+
return result
« no previous file with comments | « masters/master.tryserver.chromium.linux/master.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698