0

Infra: Update linux-blink-v8-oilpan CI bot

Add the new flag for live byte verification to the FYI CI bot.

Bug: 1056170
Change-Id: I29487ace703b20ab0f9e2f56ca8e89f4aa5756f2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2902706
Reviewed-by: Garrett Beaty <gbeaty@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#886239}
This commit is contained in:
Michael Lippautz
2021-05-25 10:52:13 +00:00
committed by Chromium LUCI CQ
parent 59bc468ee7
commit 2ca8ab2a4f
2 changed files with 10 additions and 1 deletions
tools/mb
mb_config.pyl
mb_config_expectations

@ -2612,7 +2612,11 @@
],
'release_bot_enable_v8_oilpan_dcheck_always_on': [
'release_bot_blink', 'enable_v8_oilpan', 'dcheck_always_on',
'release_bot_blink',
'enable_v8_oilpan',
'dcheck_always_on',
# Live byte verification is currently only enabled in DCHECK builds.
'enable_v8_oilpan_live_byte_verification',
],
'release_bot_extended_tracing': [
@ -3118,6 +3122,10 @@
'gn_args': 'enable_blink_heap_use_v8_oilpan=true',
},
'enable_v8_oilpan_live_byte_verification': {
'gn_args': 'cppgc_enable_verify_live_bytes=true',
},
'enable_vulkan': {
'gn_args': 'enable_vulkan=true',
},

@ -769,6 +769,7 @@
},
"linux-blink-v8-oilpan": {
"gn_args": {
"cppgc_enable_verify_live_bytes": true,
"dcheck_always_on": true,
"enable_blink_heap_use_v8_oilpan": true,
"ffmpeg_branding": "Chrome",