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

Unified Diff: scripts/slave/recipes/webrtc/standalone.py

Issue 2395143002: WebRTC: Move Android bots with devices to the perf waterfall. (Closed)
Patch Set: Rebase Created 4 years, 2 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/recipes/webrtc/standalone.py
diff --git a/scripts/slave/recipes/webrtc/standalone.py b/scripts/slave/recipes/webrtc/standalone.py
index 04d7fac17f5a73940cf46a583ab130a0a6fb816d..9fa6336726d99adec3536b0ed00b3f80e4f83d45 100644
--- a/scripts/slave/recipes/webrtc/standalone.py
+++ b/scripts/slave/recipes/webrtc/standalone.py
@@ -42,6 +42,8 @@ def RunSteps(api):
if webrtc.should_upload_build:
webrtc.package_build()
+ if webrtc.should_upload_apprtcmobile:
+ webrtc.package_apprtcmobile()
if webrtc.should_download_build:
webrtc.extract_build()
@@ -115,6 +117,7 @@ def GenTests(api):
yield generate_builder(mastername, buildername, revision='12345',
failing_test='tools_unittests', suffix='_failing_test')
+ mastername = 'client.webrtc.perf'
yield generate_builder(mastername, 'Android32 Builder', revision=None,
suffix='_forced')
@@ -124,4 +127,5 @@ def GenTests(api):
yield generate_builder(mastername, buildername, revision=None,
suffix='_forced_invalid')
yield generate_builder(mastername, buildername, revision='12345',
- failing_test='tools_unittests', suffix='_failing_test')
+ failing_test='webrtc_perf_tests',
+ suffix='_failing_test')

Powered by Google App Engine
This is Rietveld 408576698