[build] Add concurrent-marking builder
NOTRY=true NOTREECHECKS=true TBR=ulan@chromium.org Bug: chromium:735951 Change-Id: I8b54ba272d353b1fb499fcfccef1f49b9c47a137 Reviewed-on: https://chromium-review.googlesource.com/544828 Commit-Queue: Michael Achenbach <machenbach@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#46172}
This commit is contained in:
parent
4441809338
commit
8822219978
@ -63,6 +63,7 @@
|
||||
'V8 Linux - verify csa': 'gn_release_x86_verify_csa',
|
||||
# Linux64.
|
||||
'V8 Linux64 - builder': 'gn_release_x64_valgrind',
|
||||
'V8 Linux64 - concurrent marking - builder': 'gn_release_x64_concurrent_marking',
|
||||
'V8 Linux64 - debug builder': 'gn_debug_x64_valgrind',
|
||||
'V8 Linux64 - custom snapshot - debug builder': 'gn_debug_x64_custom',
|
||||
'V8 Linux64 - internal snapshot': 'gn_release_x64_internal',
|
||||
@ -376,6 +377,8 @@
|
||||
'gn', 'release_bot', 'x64', 'cfi', 'swarming'],
|
||||
'gn_release_x64_clang': [
|
||||
'gn', 'release_bot', 'x64', 'clang', 'swarming'],
|
||||
'gn_release_x64_concurrent_marking': [
|
||||
'gn', 'release_bot', 'x64', 'v8_enable_concurrent_marking', 'swarming'],
|
||||
'gn_release_x64_correctness_fuzzer' : [
|
||||
'gn', 'release_bot', 'x64', 'v8_correctness_fuzzer'],
|
||||
'gn_release_x64_internal': [
|
||||
|
Loading…
Reference in New Issue
Block a user