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

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

Issue 2344173002: Archiving of AppRTC APK in client.webrtc waterfall (Closed)
Patch Set: Addressed comments. 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 ae9e22da7dd8385f65349a0e03b2a75096d8c2ed..a98444918206f49911e261b176aacdf74ef6c4c7 100644
--- a/scripts/slave/recipe_modules/webrtc/builders.py
+++ b/scripts/slave/recipe_modules/webrtc/builders.py
@@ -401,6 +401,7 @@ BUILDERS = freeze({
'Android32 Tests (L Nexus5)',
'Android32 Tests (L Nexus7.2)',
],
+ 'archive_apprtc': True,
},
'Android32 Builder (dbg)': {
'recipe_config': 'webrtc_android',
@@ -416,6 +417,7 @@ BUILDERS = freeze({
'Android32 Tests (L Nexus5)(dbg)',
'Android32 Tests (L Nexus7.2)(dbg)',
],
+ 'archive_apprtc': True,
},
'Android32 Builder x86': {
'recipe_config': 'webrtc_android',
@@ -463,6 +465,7 @@ BUILDERS = freeze({
'triggers': [
'Android64 Tests (L Nexus9)',
],
+ 'archive_apprtc': True,
},
'Android64 Builder (dbg)': {
'recipe_config': 'webrtc_android',
@@ -474,6 +477,7 @@ BUILDERS = freeze({
},
'bot_type': 'builder',
'testing': {'platform': 'linux'},
+ 'archive_apprtc': True,
},
'Android64 Builder x64 (dbg)': {
'recipe_config': 'webrtc_android',

Powered by Google App Engine
This is Rietveld 408576698