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

Unified Diff: scripts/slave/recipe_modules/webrtc/builders.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
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 aca9b391ab54e10d385ea446495b988af811e688..1b20188547748ffe3fb572ce9313bda15d1ec83e 100644
--- a/scripts/slave/recipe_modules/webrtc/builders.py
+++ b/scripts/slave/recipe_modules/webrtc/builders.py
@@ -360,6 +360,21 @@ BUILDERS = freeze({
'build_gs_archive': 'android_dbg_archive_fyi',
'testing': {'platform': 'linux'},
},
+ 'Android Builder ARM64 (dbg)': {
+ 'recipe_config': 'chromium_webrtc_tot_android',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_PLATFORM': 'android',
+ 'TARGET_ARCH': 'arm',
+ 'TARGET_BITS': 64,
+ },
+ 'webrtc_config_kwargs': {
+ 'PERF_ID': 'chromium-webrtc-trunk-tot-dbg-android-arm64',
+ },
+ 'bot_type': 'builder',
+ 'build_gs_archive': 'android_dbg_archive_arm64_fyi',
+ 'testing': {'platform': 'linux'},
+ },
'Android Tests (dbg) (KK Nexus5)': {
'recipe_config': 'chromium_webrtc_tot_android',
'chromium_config_kwargs': {
@@ -392,17 +407,17 @@ BUILDERS = freeze({
'parent_buildername': 'Android Builder (dbg)',
'testing': {'platform': 'linux'},
},
- 'Android Tests (dbg) (KK Nexus5, pending N9)': {
+ 'Android Tests (dbg) (L Nexus9)': {
'recipe_config': 'chromium_webrtc_tot_android',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
'TARGET_PLATFORM': 'android',
'TARGET_ARCH': 'arm',
- 'TARGET_BITS': 32,
+ 'TARGET_BITS': 64,
},
'bot_type': 'tester',
- 'build_gs_archive': 'android_dbg_archive_fyi',
- 'parent_buildername': 'Android Builder (dbg)',
+ 'build_gs_archive': 'android_dbg_archive_arm64_fyi',
+ 'parent_buildername': 'Android Builder ARM64 (dbg)',
'testing': {'platform': 'linux'},
},
'Android GN': {

Powered by Google App Engine
This is Rietveld 408576698