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

Unified Diff: masters/master.tryserver.chromium.linux/master.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/master.cfg
diff --git a/masters/master.tryserver.chromium.linux/master.cfg b/masters/master.tryserver.chromium.linux/master.cfg
index f5213bf9e0f1ba5b920d6ce045d6c4082c8129f0..9edb315e7ec9e1b51ec042b3414c855f6fbce0ab 100644
--- a/masters/master.tryserver.chromium.linux/master.cfg
+++ b/masters/master.tryserver.chromium.linux/master.cfg
@@ -275,6 +275,12 @@ chromium_builders.append({
'slavebuilddir': 'linux',
})
+# Builder specifically to run layout tests with a particular flag (see crbug.com/622865).
+chromium_builders.append({
+ 'name': 'linux_layout_tests_slimming_paint_v2',
+ 'factory': baseFactory('chromium_trybot'),
Paweł Hajdan Jr. 2016/07/22 13:36:12 Please use m_remote_run instead of baseFactory.
qyearsley 2016/07/22 16:42:06 Done.
+})
+
# Presubmit bots
def presubmit(name, slavebuilddir=None, extra_props=None):
properties = {'repo_name': name}
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | masters/master.tryserver.chromium.linux/slaves.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698