| Index: scripts/slave/recipe_modules/webrtc/builders.py
|
| diff --git a/scripts/slave/recipe_modules/webrtc/builders.py b/scripts/slave/recipe_modules/webrtc/builders.py
|
| index 97cd7059b21d2d9ec082df616eaf686345e28fa6..a7883b2b55251f7a0f9ead767ecb57eb7b79a941 100644
|
| --- a/scripts/slave/recipe_modules/webrtc/builders.py
|
| +++ b/scripts/slave/recipe_modules/webrtc/builders.py
|
| @@ -32,7 +32,7 @@ RECIPE_CONFIGS = freeze({
|
| 'chromium_android_config': 'webrtc',
|
| 'gclient_config': 'webrtc',
|
| 'gclient_apply_config': ['android'],
|
| - 'test_suite': 'android',
|
| + 'test_suite': 'android_device',
|
| },
|
| 'webrtc_android_clang': {
|
| 'chromium_config': 'android_clang',
|
| @@ -45,7 +45,21 @@ RECIPE_CONFIGS = freeze({
|
| 'chromium_android_config': 'webrtc',
|
| 'gclient_config': 'webrtc',
|
| 'gclient_apply_config': ['android'],
|
| - 'test_suite': 'android',
|
| + 'test_suite': 'android_device',
|
| + },
|
| + 'webrtc_android_linux': {
|
| + 'chromium_config': 'android',
|
| + 'chromium_android_config': 'webrtc',
|
| + 'gclient_config': 'webrtc',
|
| + 'gclient_apply_config': ['android'],
|
| + 'test_suite': 'android_linux',
|
| + },
|
| + 'webrtc_android_swarming': {
|
| + 'chromium_config': 'android',
|
| + 'chromium_android_config': 'webrtc',
|
| + 'gclient_config': 'webrtc',
|
| + 'gclient_apply_config': ['android'],
|
| + 'test_suite': 'android_swarming',
|
| },
|
| })
|
|
|
| @@ -388,14 +402,14 @@ BUILDERS = freeze({
|
| 'testing': {'platform': 'linux'},
|
| },
|
| 'Android32 Builder': {
|
| - 'recipe_config': 'webrtc_android',
|
| + 'recipe_config': 'webrtc_android_linux',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| 'TARGET_PLATFORM': 'android',
|
| 'TARGET_ARCH': 'arm',
|
| 'TARGET_BITS': 32,
|
| },
|
| - 'bot_type': 'builder',
|
| + 'bot_type': 'builder_tester',
|
| 'testing': {'platform': 'linux'},
|
| 'triggers': [
|
| 'Android32 Tests (L Nexus5)',
|
| @@ -642,7 +656,7 @@ BUILDERS = freeze({
|
| 'testing': {'platform': 'linux'},
|
| },
|
| 'Android32 Release (swarming)': {
|
| - 'recipe_config': 'webrtc_android',
|
| + 'recipe_config': 'webrtc_android_swarming',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| 'TARGET_PLATFORM': 'android',
|
|
|