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

Unified Diff: masters/master.client.webrtc/master_mac_cfg.py

Issue 17153009: Add Large Tests bots for WebRTC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Restored rebooting only for Win machines Created 7 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 | « masters/master.client.webrtc/master_linux_cfg.py ('k') | masters/master.client.webrtc/master_win_cfg.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.webrtc/master_mac_cfg.py
diff --git a/masters/master.client.webrtc/master_mac_cfg.py b/masters/master.client.webrtc/master_mac_cfg.py
index 181778b918226bdb181e75da012b4ec61fac30cf..837cd59bdd8592d9375261020aec9bfe61099aa7 100644
--- a/masters/master.client.webrtc/master_mac_cfg.py
+++ b/masters/master.client.webrtc/master_mac_cfg.py
@@ -36,7 +36,13 @@ tests = [
'voice_engine_unittests',
]
-options = ['--', '-project', '../webrtc.xcodeproj']
+baremetal_tests = [
+ 'audio_device_integrationtests',
+ 'video_capture_integrationtests',
+ 'vie_auto_test',
+ 'voe_auto_test',
+]
+options = ['--build-tool=ninja']
defaults['category'] = 'mac'
@@ -81,6 +87,21 @@ F('mac_asan_factory', mac().WebRTCFactory(
' release_extra_cflags=-g '
' linux_use_tcmalloc=0 ')}}))
+B('Mac32 Release [large tests]', 'mac_largetests_factory',
+ scheduler=scheduler)
+F('mac_largetests_factory', mac().WebRTCFactory(
+ target='Release',
+ options=options,
+ tests=baremetal_tests,
+ factory_properties={
+ 'show_perf_results': True,
+ 'expectations': True,
+ 'perf_id': 'webrtc-mac-large-tests',
+ 'perf_measuring_tests': ['vie_auto_test'],
+ 'custom_cmd_line_tests': ['vie_auto_test',
+ 'voe_auto_test'],
+ }))
+
# iOS.
B('iOS Device', 'ios_release_factory', scheduler=scheduler)
F('ios_release_factory', macIos().ChromiumAnnotationFactory(
« no previous file with comments | « masters/master.client.webrtc/master_linux_cfg.py ('k') | masters/master.client.webrtc/master_win_cfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698