[v8_perf] remove dangling perf builder

R=machenbach@google.com,liviurau@google.com,alexschulze@google.com

Bug: v8:12496, v8:11211
Change-Id: I58c224114ee9c7cde64ffed4ddf639244507db3b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3333925
Auto-Submit: Tamer Tas <tmrts@chromium.org>
Owners-Override: Liviu Rau <liviurau@google.com>
Reviewed-by: Liviu Rau <liviurau@chromium.org>
Commit-Queue: Liviu Rau <liviurau@chromium.org>
Cr-Commit-Position: refs/heads/main@{#78408}
This commit is contained in:
Tamer Tas 2021-12-13 11:09:25 +01:00 committed by V8 LUCI CQ
parent 3cee980666
commit d0e2117af2

View File

@ -169,7 +169,6 @@
},
'client.v8.perf' : {
'V8 Arm - builder - perf': 'official_arm',
'V8 Arm64 - builder - perf': 'official_arm64',
'V8 Android Arm - builder - perf': 'official_android_arm',
'V8 Android Arm64 - builder - perf': 'official_android_arm64',
'V8 Linux - builder - perf': 'official_x86',
@ -470,8 +469,6 @@
# Official configs for arm
'official_arm': [
'release_bot', 'arm', 'hard_float', 'official', 'disable_pgo'],
'official_arm64': [
'release_bot', 'arm64', 'hard_float', 'official', 'disable_pgo'],
'official_android_arm': [
'release_bot', 'arm', 'android', 'minimal_symbols',
'android_strip_outputs', 'official', 'disable_pgo'],
@ -720,7 +717,7 @@
'disable_concurrent_marking': {
# Disable concurrent marking and atomic object field writes in order to
# increase the TSAN coverage for background tasks. We need to keep the
# increase the TSAN coverage for background tasks. We need to keep the
# atomic marking state enabled because that is needed for the concurrent
# write-barrier used by background compilation.
'gn_args': 'v8_enable_concurrent_marking=false '
@ -950,7 +947,7 @@
'gn_args': 'v8_enable_pointer_compression=false',
},
'v8_enable_single_generation': {
'gn_args': 'v8_enable_single_generation=true '
'gn_args': 'v8_enable_single_generation=true '
'v8_disable_write_barriers=true',
},
'v8_enable_test_features': {