Commit fedbf2dc authored by Almothana Athamneh's avatar Almothana Athamneh Committed by Commit Bot

Disable PGO for perf builders

Bug: v8:10955
Change-Id: I630d37bce852712cd38f28f443f1bb5f3d9a50bb
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2434331Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarLiviu Rau <liviurau@chromium.org>
Commit-Queue: Almothana Athamneh <almuthanna@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70161}
parent e281dc30
......@@ -432,15 +432,15 @@
# Official configs for arm
'official_arm': [
'release_bot', 'arm', 'hard_float', 'official'],
'release_bot', 'arm', 'hard_float', 'official', 'disable_pgo'],
'official_arm64': [
'release_bot', 'arm64', 'hard_float', 'official'],
'release_bot', 'arm64', 'hard_float', 'official', 'disable_pgo'],
'official_android_arm': [
'release_bot', 'arm', 'android', 'minimal_symbols',
'android_strip_outputs', 'official'],
'android_strip_outputs', 'official', 'disable_pgo'],
'official_android_arm64': [
'release_bot', 'arm64', 'android', 'minimal_symbols',
'android_strip_outputs', 'official'],
'android_strip_outputs', 'official', 'disable_pgo'],
# Release configs for x64.
'release_x64': [
......@@ -514,7 +514,7 @@
# Official configs for x64.
'official_x64': [
'release_bot', 'x64', 'official'],
'release_bot', 'x64', 'official', 'disable_pgo'],
# Debug configs for x64.
'debug_x64': [
......@@ -587,7 +587,7 @@
# Official configs for x86.
'official_x86': [
'release_bot', 'x86', 'official'],
'release_bot', 'x86', 'official', 'disable_pgo'],
# Torque compare test
'torque_compare': [
......@@ -664,6 +664,10 @@
'gn_args': 'v8_enable_concurrent_marking=false',
},
'disable_pgo': {
'gn_args': 'chrome_pgo_phase=0',
},
'fuchsia': {
'gn_args': 'target_os="fuchsia"',
},
......
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