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

Unified Diff: tools/mb/mb_config.pyl

Issue 2538103002: Add ubsan_no_recover_hack to missing ubsan builders. (Closed)
Patch Set: Created 4 years 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 34fb9becf58694097e918a48ded2b8de80df8f0c..8f13b159d257e7e25cdcc2e75d5ef0ff19fc2f50 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -1414,11 +1414,11 @@
],
'ubsan_release_bot': [
- 'ubsan', 'release_bot',
+ 'ubsan', 'ubsan_no_recover_hack', 'release_bot',
],
'ubsan_vptr_edge_release_bot': [
- 'ubsan_vptr', 'edge', 'release_bot',
+ 'ubsan_vptr', 'ubsan_no_recover_hack', 'edge', 'release_bot',
],
'ubsan_vptr_release_bot': [
« 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