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

Unified Diff: build/masters/master.chromium.gpu/master.cfg

Issue 13342002: Disable tcmalloc on nvidia GPU bots to work around hangs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years, 9 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: build/masters/master.chromium.gpu/master.cfg
===================================================================
--- build/masters/master.chromium.gpu/master.cfg (revision 191441)
+++ build/masters/master.chromium.gpu/master.cfg (working copy)
@@ -269,7 +269,9 @@
'show_perf_results': True,
'generate_gtest_json': True,
'gclient_env': {
- 'GYP_DEFINES': 'fastbuild=1 internal_gles2_conform_tests=1',
+ # tcmalloc disabled because of hangs: http://crbug.com/177218 .
+ 'GYP_DEFINES': 'fastbuild=1 internal_gles2_conform_tests=1 '
+ 'linux_use_tcmalloc=0',
},
})
@@ -282,7 +284,9 @@
'test_results_server': 'test-results.appspot.com',
'generate_gtest_json': True,
'gclient_env': {
- 'GYP_DEFINES': 'fastbuild=1 internal_gles2_conform_tests=1',
+ # tcmalloc disabled because of hangs: http://crbug.com/177218 .
+ 'GYP_DEFINES': 'fastbuild=1 internal_gles2_conform_tests=1 '
+ 'linux_use_tcmalloc=0',
},
})
« 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