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

Unified Diff: scripts/slave/recipe_modules/webrtc/builders.py

Issue 2031673003: WebRTC: Remove webrtc_perf_tests from trybots and Debug commit bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebased Created 4 years, 7 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/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'},
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/webrtc/steps.py » ('j') | scripts/slave/recipe_modules/webrtc/steps.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698