| 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 13eafe38466366062f5305ffdcfebcee6dd7e446..8258420ae3bc5a0594da9736a210837c57293891 100644
|
| --- a/scripts/slave/recipe_modules/webrtc/builders.py
|
| +++ b/scripts/slave/recipe_modules/webrtc/builders.py
|
| @@ -669,6 +669,9 @@ BUILDERS = freeze({
|
| 'TARGET_ARCH': 'arm',
|
| 'TARGET_BITS': 32,
|
| },
|
| + 'webrtc_config_kwargs': {
|
| + 'PERF_ID': 'webrtc-android-tests-nexus4-jellybean',
|
| + },
|
| 'bot_type': 'tester',
|
| 'parent_buildername': 'Android32 Builder',
|
| 'testing': {'platform': 'linux'},
|
| @@ -681,6 +684,9 @@ BUILDERS = freeze({
|
| 'TARGET_ARCH': 'arm',
|
| 'TARGET_BITS': 32,
|
| },
|
| + 'webrtc_config_kwargs': {
|
| + 'PERF_ID': 'webrtc-android-tests-nexus5-kitkat',
|
| + },
|
| 'bot_type': 'tester',
|
| 'parent_buildername': 'Android32 Builder',
|
| 'testing': {'platform': 'linux'},
|
| @@ -693,6 +699,9 @@ BUILDERS = freeze({
|
| 'TARGET_ARCH': 'arm',
|
| 'TARGET_BITS': 32,
|
| },
|
| + 'webrtc_config_kwargs': {
|
| + 'PERF_ID': 'webrtc-android-tests-nexus6-lollipop',
|
| + },
|
| 'bot_type': 'tester',
|
| 'parent_buildername': 'Android32 Builder',
|
| 'testing': {'platform': 'linux'},
|
|
|