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

Unified Diff: tools/mb/mb_config.pyl

Issue 2063583002: Disable DCHECKs on linux_chromium_msan_rel_ng. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 a54d7c479c7321c207c9f1e3222d992bbb05b1d5..bf184af614786deb2676ccdec854f8397b13d5b6 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -755,7 +755,12 @@
'linux_chromium_gn_chromeos_rel': 'chromeos_ozone_gn_release_trybot',
'linux_chromium_gn_chromeos_variable': 'findit',
'linux_chromium_gn_upload': 'gn_linux_upload',
- 'linux_chromium_msan_rel_ng': 'swarming_msan_gn_release_trybot',
+
+ # This is intentionally a release_bot and not a release_trybot;
+ # enabling DCHECKs seems to cause flaky failures that don't show up
+ # on the continuous builder.
+ 'linux_chromium_msan_rel_ng': 'swarming_msan_gn_release_bot',
+
'linux_chromium_rel_ng': 'swarming_gpu_tests_gn_release_trybot',
'linux_chromium_tsan_rel_ng':
'swarming_tsan_disable_nacl_gn_release_trybot',
@@ -1870,10 +1875,6 @@
'swarming', 'msan', 'gn', 'release_bot',
],
- 'swarming_msan_gn_release_trybot': [
- 'swarming', 'msan', 'gn', 'release_trybot',
- ],
-
'win_clang_debug_bot': [
'gn', 'clang', 'debug_bot_minimal_symbols',
],
« 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