| 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 5c917ffbefce2c1d78ca3ea063f1d36e36907d67..97cd7059b21d2d9ec082df616eaf686345e28fa6 100644
|
| --- a/scripts/slave/recipe_modules/webrtc/builders.py
|
| +++ b/scripts/slave/recipe_modules/webrtc/builders.py
|
| @@ -32,7 +32,7 @@
|
| 'chromium_android_config': 'webrtc',
|
| 'gclient_config': 'webrtc',
|
| 'gclient_apply_config': ['android'],
|
| - 'test_suite': 'android_device',
|
| + 'test_suite': 'android',
|
| },
|
| 'webrtc_android_clang': {
|
| 'chromium_config': 'android_clang',
|
| @@ -45,21 +45,7 @@
|
| 'chromium_android_config': 'webrtc',
|
| 'gclient_config': 'webrtc',
|
| 'gclient_apply_config': ['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',
|
| + 'test_suite': 'android',
|
| },
|
| })
|
|
|
| @@ -402,14 +388,14 @@
|
| 'testing': {'platform': 'linux'},
|
| },
|
| 'Android32 Builder': {
|
| - 'recipe_config': 'webrtc_android_linux',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_PLATFORM': 'android',
|
| - 'TARGET_ARCH': 'arm',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| + 'recipe_config': 'webrtc_android',
|
| + 'chromium_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Release',
|
| + 'TARGET_PLATFORM': 'android',
|
| + 'TARGET_ARCH': 'arm',
|
| + 'TARGET_BITS': 32,
|
| + },
|
| + 'bot_type': 'builder',
|
| 'testing': {'platform': 'linux'},
|
| 'triggers': [
|
| 'Android32 Tests (L Nexus5)',
|
| @@ -418,14 +404,14 @@
|
| 'archive_apprtc': True,
|
| },
|
| 'Android32 Builder (dbg)': {
|
| - 'recipe_config': 'webrtc_android_linux',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_PLATFORM': 'android',
|
| - 'TARGET_ARCH': 'arm',
|
| - 'TARGET_BITS': 32,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| + 'recipe_config': 'webrtc_android',
|
| + 'chromium_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Debug',
|
| + 'TARGET_PLATFORM': 'android',
|
| + 'TARGET_ARCH': 'arm',
|
| + 'TARGET_BITS': 32,
|
| + },
|
| + 'bot_type': 'builder',
|
| 'testing': {'platform': 'linux'},
|
| 'triggers': [
|
| 'Android32 Tests (L Nexus5)(dbg)',
|
| @@ -467,14 +453,14 @@
|
| 'testing': {'platform': 'linux'},
|
| },
|
| 'Android64 Builder': {
|
| - 'recipe_config': 'webrtc_android_linux',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Release',
|
| - 'TARGET_PLATFORM': 'android',
|
| - 'TARGET_ARCH': 'arm',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| + 'recipe_config': 'webrtc_android',
|
| + 'chromium_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Release',
|
| + 'TARGET_PLATFORM': 'android',
|
| + 'TARGET_ARCH': 'arm',
|
| + 'TARGET_BITS': 64,
|
| + },
|
| + 'bot_type': 'builder',
|
| 'testing': {'platform': 'linux'},
|
| 'triggers': [
|
| 'Android64 Tests (L Nexus9)',
|
| @@ -482,14 +468,14 @@
|
| 'archive_apprtc': True,
|
| },
|
| 'Android64 Builder (dbg)': {
|
| - 'recipe_config': 'webrtc_android_linux',
|
| - 'chromium_config_kwargs': {
|
| - 'BUILD_CONFIG': 'Debug',
|
| - 'TARGET_PLATFORM': 'android',
|
| - 'TARGET_ARCH': 'arm',
|
| - 'TARGET_BITS': 64,
|
| - },
|
| - 'bot_type': 'builder_tester',
|
| + 'recipe_config': 'webrtc_android',
|
| + 'chromium_config_kwargs': {
|
| + 'BUILD_CONFIG': 'Debug',
|
| + 'TARGET_PLATFORM': 'android',
|
| + 'TARGET_ARCH': 'arm',
|
| + 'TARGET_BITS': 64,
|
| + },
|
| + 'bot_type': 'builder',
|
| 'testing': {'platform': 'linux'},
|
| 'archive_apprtc': True,
|
| },
|
| @@ -656,7 +642,7 @@
|
| 'testing': {'platform': 'linux'},
|
| },
|
| 'Android32 Release (swarming)': {
|
| - 'recipe_config': 'webrtc_android_swarming',
|
| + 'recipe_config': 'webrtc_android',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| 'TARGET_PLATFORM': 'android',
|
| @@ -1341,7 +1327,7 @@
|
| 'testing': {'platform': 'linux'},
|
| },
|
| 'android_swarming': {
|
| - 'recipe_config': 'webrtc_android_swarming',
|
| + 'recipe_config': 'webrtc_android',
|
| 'chromium_config_kwargs': {
|
| 'BUILD_CONFIG': 'Release',
|
| 'TARGET_PLATFORM': 'android',
|
|
|