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

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

Issue 875843002: WebRTC: ARM64 builder+tester for chromium.webrtc.fyi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Added slavebuilddir Created 5 years, 11 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
« no previous file with comments | « masters/master.chromium.webrtc.fyi/slaves.cfg ('k') | scripts/slave/recipe_modules/webrtc/builders.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 272e1c4d3c18a4247c1649e3dc8aed5672f1c7aa..b1125aa2dcdb711e67b28d79f2531628d3d7c1c4 100644
--- a/scripts/slave/recipe_modules/webrtc/api.py
+++ b/scripts/slave/recipe_modules/webrtc/api.py
@@ -64,6 +64,8 @@ class WebRTCApi(recipe_api.RecipeApi):
'android_dbg_archive': 'gs://chromium-webrtc/android_chromium_dbg',
'android_dbg_archive_fyi': ('gs://chromium-webrtc/'
'android_chromium_trunk_dbg'),
+ 'android_dbg_archive_arm64_fyi': ('gs://chromium-webrtc/'
+ 'android_chromium_trunk_arm64_dbg'),
'android_apk_dbg_archive': 'gs://chromium-webrtc/android_dbg',
'android_apk_arm64_dbg_archive': 'gs://chromium-webrtc/android_arm64_dbg',
'android_apk_rel_archive': 'gs://chromium-webrtc/android_rel',
« no previous file with comments | « masters/master.chromium.webrtc.fyi/slaves.cfg ('k') | scripts/slave/recipe_modules/webrtc/builders.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698