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

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

Issue 2354363006: WebRTC: Add android_junit_tests. (Closed)
Patch Set: Add swarming testcase. Created 4 years, 3 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 97cd7059b21d2d9ec082df616eaf686345e28fa6..d19eaa584219446714e3e1bf9f8952a43b6be8e3 100644
--- a/scripts/slave/recipe_modules/webrtc/builders.py
+++ b/scripts/slave/recipe_modules/webrtc/builders.py
@@ -402,6 +402,11 @@ BUILDERS = freeze({
'Android32 Tests (L Nexus7.2)',
],
'archive_apprtc': True,
+ 'additional_tests': {
+ 'android_tests': [
+ 'android_junit_tests',
+ ]
+ }
},
'Android32 Builder (dbg)': {
'recipe_config': 'webrtc_android',
@@ -656,6 +661,11 @@ BUILDERS = freeze({
'swarming_dimensions': {
'os': 'Android',
'device_type': 'bullhead', # Nexus 5X
+ },
+ 'additional_tests': {
+ 'android_tests': [
+ 'android_junit_tests',
+ ]
}
},
'Android32 ASan (L Nexus6)': {

Powered by Google App Engine
This is Rietveld 408576698