| 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',
|
| ],
|
|
|