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

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 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
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.linux/slaves.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..baf428698d7cca204cb3a294f568b18daa04712d 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': m_remote_run('chromium_trybot'),
+})
+
# 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698