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

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

Issue 10905210: Do not run browser_tests on the linux_asan trybot. This should save us a hour on every run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 8 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.chromium/master.cfg
===================================================================
--- masters/master.tryserver.chromium/master.cfg (revision 155966)
+++ masters/master.tryserver.chromium/master.cfg (working copy)
@@ -1205,6 +1205,7 @@
],
extra_gyp_defines='use_ash=1')
+# browser_tests run for a hour. Please don't add them to the bot.
b_linux_asan = {
'name': 'linux_asan',
'factory': m_chromium_linux.ChromiumASANFactory(
@@ -1212,7 +1213,6 @@
options=[
'--compiler=goma-clang',
'base_unittests',
- 'browser_tests',
'cacheinvalidation_unittests',
'content_browsertests',
'content_unittests',
@@ -1233,7 +1233,6 @@
],
tests=[
'base',
- 'browser_tests',
'cacheinvalidation',
'content_browsertests',
'crypto',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698