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

Unified Diff: tools/mb/mb_config.pyl

Issue 1905553004: Add UBSanVptr Linux buildbot (src part). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Linux to the bot name Created 4 years, 8 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 00599b9bbac1fc5f1cb044c51e92913277530d23..9bedcec095c45bed57587af2c19eadfc4a11e148 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -205,6 +205,7 @@
'Linux ARM': 'swarming_gyp_release_bot_arm',
'Site Isolation Linux': 'gn_release_trybot',
'Site Isolation Win': 'gyp_release_trybot_x64',
+ 'UBSanVptr Linux': 'gn_ubsan_vptr_release_bot',
'Vista Tests (dbg)(1)': 'none',
'Vista Tests (dbg)(2)': 'none',
'WebKit Linux - TraceWrappables': 'swarming_gn_release_bot_x64',
@@ -1162,6 +1163,10 @@
'gn', 'release_trybot', 'x86',
],
+ 'gn_ubsan_vptr_release_bot': [
+ 'gn', 'ubsan_vptr', 'release_bot',
+ ],
+
'gyp_asan_lsan_edge_fuzzer_debug_bot': [
'gyp', 'asan', 'lsan', 'edge', 'fuzzer', 'debug_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