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

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

Issue 2782883002: MB: Make new ARM Debug bots actually build Debug. (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 e0f4ab7bbcecfd0829425406a78732ee27174faf..782f8bf05454f6ebff719fbe1d1a33d5648c517f 100644
--- a/tools-webrtc/mb/mb_config.pyl
+++ b/tools-webrtc/mb/mb_config.pyl
@@ -191,13 +191,13 @@
'gn', 'gcc', 'release_bot', 'x64'
],
'debug_bot_arm': [
- 'gn', 'openh264_release_bot', 'arm'
+ 'gn', 'openh264_debug_bot', 'arm'
],
'release_bot_arm': [
'gn', 'openh264_release_bot', 'arm'
],
'debug_bot_arm64': [
- 'gn', 'openh264_release_bot', 'arm64'
+ 'gn', 'openh264_debug_bot', 'arm64'
],
'release_bot_arm64': [
'gn', 'openh264_release_bot', 'arm64'
« 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