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

Unified Diff: tools-webrtc/mb/mb_config.pyl

Issue 2787483002: MB: Add the new ARM bots. (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/mb/mb_config.pyl
diff --git a/tools-webrtc/mb/mb_config.pyl b/tools-webrtc/mb/mb_config.pyl
index c829d9ae53389bb71dce56f65b8aa0bbcc4f36b8..e0f4ab7bbcecfd0829425406a78732ee27174faf 100644
--- a/tools-webrtc/mb/mb_config.pyl
+++ b/tools-webrtc/mb/mb_config.pyl
@@ -37,9 +37,12 @@
# Linux
'Linux32 Debug': 'debug_bot_x86',
'Linux32 Release': 'release_bot_x86',
- 'Linux32 ARM': 'release_bot_arm',
+ 'Linux32 Debug (ARM)': 'debug_bot_arm',
ehmaldonado_webrtc 2017/03/29 13:50:58 Remove, or comment. I guess it doesn't make a diff
kjellander_webrtc 2017/03/29 13:51:53 I wanted it here to make it easier to promote it w
+ 'Linux32 Release (ARM)': 'release_bot_arm',
'Linux64 Debug': 'debug_bot_x64',
'Linux64 Release': 'release_bot_x64',
+ 'Linux64 Debug (ARM)': 'debug_bot_arm64',
+ 'Linux64 Release (ARM)': 'release_bot_arm64',
'Linux Asan': 'asan_lsan_clang_release_bot_x64',
'Linux Memcheck': 'memcheck_release_bot_x64',
'Linux MSan': 'msan_clang_release_bot_x64',
@@ -91,6 +94,8 @@
'Mac (swarming)': 'release_bot_x64',
# Linux
+ # TODO(kjellander): Remove when bugs.webrtc.org/7090 is fixed.
+ 'Linux32 Debug (ARM)': 'debug_bot_arm',
'Linux64 GCC': 'gcc_release_bot_x64',
'Linux (swarming)': 'release_bot_x64',
@@ -126,9 +131,12 @@
'linux_compile_rel': 'release_bot_x64',
'linux_dbg': 'debug_bot_x64',
'linux_rel': 'release_bot_x64',
+ 'linux_arm64_dbg': 'debug_bot_arm64',
+ 'linux_arm64_rel': 'release_bot_arm64',
'linux32_dbg': 'debug_bot_x86',
'linux32_rel': 'release_bot_x86',
- 'linux_arm': 'release_bot_arm',
+ 'linux32_arm_dbg': 'debug_bot_arm',
+ 'linux32_arm_rel': 'release_bot_arm',
'linux_asan': 'asan_lsan_clang_release_bot_x64',
'linux_memcheck': 'memcheck_release_bot_x64',
'linux_msan': 'msan_clang_release_bot_x64',
@@ -182,9 +190,18 @@
'gcc_release_bot_x64': [
'gn', 'gcc', 'release_bot', 'x64'
],
+ 'debug_bot_arm': [
+ 'gn', 'openh264_release_bot', 'arm'
+ ],
'release_bot_arm': [
'gn', 'openh264_release_bot', 'arm'
],
+ 'debug_bot_arm64': [
+ 'gn', 'openh264_release_bot', 'arm64'
+ ],
+ 'release_bot_arm64': [
+ 'gn', 'openh264_release_bot', 'arm64'
+ ],
'asan_lsan_clang_release_bot_x64': [
'gn', 'asan', 'lsan', 'clang', 'openh264_release_bot', 'x64'
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698