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

Unified Diff: scripts/master/factory/webrtc_factory.py

Issue 17153009: Add Large Tests bots for WebRTC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 7 years, 6 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: scripts/master/factory/webrtc_factory.py
diff --git a/scripts/master/factory/webrtc_factory.py b/scripts/master/factory/webrtc_factory.py
index 72fd520e882941126d1efab9d39a38e830899c41..5e8adb7f941a5b4a77648d316897cc04eee758c0 100644
--- a/scripts/master/factory/webrtc_factory.py
+++ b/scripts/master/factory/webrtc_factory.py
@@ -82,14 +82,5 @@ class WebRTCFactory(chromium_factory.ChromiumFactory):
'webrtc_tests.sh')
cmds._win_memory_tests_runner = cmds.PathJoin(valgrind_script_path,
'webrtc_tests.bat')
- # Add tests.
- gyp_defines = factory_properties['gclient_env'].get('GYP_DEFINES', '')
- for test in tests:
- if 'build_for_tool=memcheck' in gyp_defines:
- cmds.AddMemoryTest(test, 'memcheck',
- factory_properties=factory_properties)
- elif 'build_for_tool=tsan' in gyp_defines:
- cmds.AddMemoryTest(test, 'tsan', factory_properties=factory_properties)
- else:
- cmds.AddAnnotatedGTestTestStep(test, factory_properties)
+ cmds.AddWebRTCTests(tests, factory_properties)
return factory
« scripts/master/factory/chromium_commands.py ('K') | « scripts/master/factory/chromium_commands.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698