Commit 6227a706 authored by Benjamin Pastene's avatar Benjamin Pastene Committed by Commit Bot

Add mb config for new blink-heap-verification bot.

Bug: 817779
Change-Id: I42fc05273e682c82b280b0cad051a129c2dd892b
Reviewed-on: https://chromium-review.googlesource.com/954705
Commit-Queue: Benjamin Pastene <bpastene@chromium.org>
Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541880}
parent 3364152a
......@@ -233,7 +233,6 @@
'Linux ARM (dbg)': 'debug_bot_arm',
'Linux ARM64': 'release_bot_arm64',
'Linux ARM64 (dbg)': 'debug_bot_arm64',
'linux-blink-heap-incremental-marking': 'debug_bot_enable_blink_heap_incremental_marking',
'Linux Clang Analyzer': 'linux_chromium_analysis',
'Linux deterministic': 'release_bot',
'Linux deterministic (dbg)': 'debug_bot',
......@@ -242,6 +241,8 @@
'Linux Viz': 'release_trybot',
'Linux Xenial': 'release_bot',
'linux-annotator-rel': 'release_bot',
'linux-blink-heap-incremental-marking': 'debug_bot_enable_blink_heap_incremental_marking',
'linux-blink-heap-verification': 'release_bot_enable_blink_heap_verification',
'Mac deterministic': 'release_bot_mac_strip',
'Mac deterministic (dbg)': 'debug_bot',
'Mojo ChromiumOS': 'chromeos_with_codecs_release_trybot',
......@@ -1519,6 +1520,10 @@
'release_bot', 'chrome_with_codecs',
],
'release_bot_enable_blink_heap_verification': [
'release_bot', 'enable_blink_heap_verification',
],
'release_bot_fuchsia': [
'release_bot', 'fuchsia',
],
......@@ -1916,6 +1921,10 @@
'gn_args': 'enable_blink_heap_incremental_marking=true',
},
'enable_blink_heap_verification': {
'gn_args': 'enable_blink_heap_verification=true',
},
# This config enable compression on main waterfall win builder to reduce the
# size of chrome installer which are downloaded by bysecting script many
# times.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment