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

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

Issue 2086333004: WebRTC: Remove get_version step from WebRTC bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 6 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/api.py
diff --git a/scripts/slave/recipe_modules/webrtc/api.py b/scripts/slave/recipe_modules/webrtc/api.py
index 5f1460eb6b1c4f25ca9ea86b42831d0c496e1df9..8769e86861f254d0c963a1be3c884db045b490c3 100644
--- a/scripts/slave/recipe_modules/webrtc/api.py
+++ b/scripts/slave/recipe_modules/webrtc/api.py
@@ -183,7 +183,10 @@ class WebRTCApi(recipe_api.RecipeApi):
test.run(self, suffix='')
if self.m.chromium.c.TARGET_PLATFORM == 'android':
- self.m.chromium_android.common_tests_final_steps()
+ self.m.chromium_android.shutdown_device_monitor()
jbudorick 2016/06/23 07:50:25 Fine with this to fix the bots, but I'd prefer we
kjellander_chromium 2016/06/23 09:49:24 OK. I'll be OOO for 5 weeks starting tomorrow, so
jbudorick 2016/06/23 09:51:23 Hah, works for me. Enjoy your time off!
+ self.m.chromium_android.logcat_dump(gs_bucket='chromium-android')
+ self.m.chromium_android.stack_tool_steps(force_latest_version=True)
+ self.m.chromium_android.test_report()
with self.m.step.defer_results():
for test in tests:

Powered by Google App Engine
This is Rietveld 408576698