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

Unified Diff: tools/mb/mb_config.pyl

Issue 2261303002: mash: Update Mojo ChromiumOS fyi bot config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO to restore release+dcheck. Created 4 years, 4 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/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index ae6ec0e59ffcf1b3d0d05ead5fa32da5c3dc3cb3..046fbf31d9b7dd39738da8daa299c7c13a64051a 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -248,7 +248,8 @@
'Linux remote_run Tester': 'swarming_gn_release_bot',
'Linux V8 API Stability': 'gn_release_bot',
'Mac deterministic': 'gn_release_bot_mac_strip',
- 'Mojo ChromiumOS': 'swarming_chromeos_gn_release_bot',
+ # TODO(mojo): Make 'Mojo ChromiumOS' release+dcheck; see crbug.com/594674
+ 'Mojo ChromiumOS': 'swarming_chromeos_gn_ozone_debug_bot',
'Mojo Windows': 'gn_release_bot_minimal_symbols_x86',
'Site Isolation Linux': 'gn_release_trybot',
'Site Isolation Win': 'gn_release_trybot_x86',
@@ -1640,6 +1641,10 @@
'swarming', 'chromeos_with_codecs', 'gn', 'debug_bot',
],
+ 'swarming_chromeos_gn_ozone_debug_bot': [
+ 'swarming', 'chromeos_with_codecs', 'gn', 'ozone', 'debug_bot',
+ ],
+
'swarming_chromeos_gn_debug_trybot': [
'swarming', 'chromeos_with_codecs', 'gn', 'debug_trybot',
],
« 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