Commit ff2d1e99 authored by Garrett Beaty's avatar Garrett Beaty Committed by Chromium LUCI CQ

Add mb configs for PGO builders without -trunk in name.

Bug: 1169257
Change-Id: I9eefd704939aa586476f9d0590b7e6cdb154a1d3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2645036
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarMichael Moss <mmoss@chromium.org>
Commit-Queue: Michael Moss <mmoss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#846397}
parent 3056afbf
......@@ -58,17 +58,25 @@
'win64-chrome-stable': 'official_goma_x64',
},
'chrome.pgo': {
'linux-pgo': 'official_goma_linux_pgo',
'linux-pgo-beta': 'official_goma_linux_pgo',
'linux-pgo-stable': 'official_goma_linux_pgo',
# TODO(https://crbug.com/1169257) Remove this once linux-pgo is spun up
'linux-pgo-trunk': 'official_goma_linux_pgo',
'mac-pgo': 'official_goma_mac_pgo',
'mac-pgo-beta': 'official_goma_mac_pgo',
'mac-pgo-stable': 'official_goma_mac_pgo',
# TODO(https://crbug.com/1169257) Remove this once mac-pgo is spun up
'mac-pgo-trunk': 'official_goma_mac_pgo',
'win32-pgo': 'official_goma_x86_pgo',
'win32-pgo-beta': 'official_goma_x86_pgo',
'win32-pgo-stable': 'official_goma_x86_pgo',
# TODO(https://crbug.com/1169257) Remove this once win32-pgo is spun up
'win32-pgo-trunk': 'official_goma_x86_pgo',
'win64-pgo': 'official_goma_x64_pgo',
'win64-pgo-beta': 'official_goma_x64_pgo',
'win64-pgo-stable': 'official_goma_x64_pgo',
# TODO(https://crbug.com/1169257) Remove this once win64-pgo is spun up
'win64-pgo-trunk': 'official_goma_x64_pgo',
},
# Take care when changing any of these builders to ensure that you do not
......@@ -868,9 +876,17 @@
},
'tryserver.chrome.pgo': {
'linux-pgo': 'official_goma_linux_pgo',
# TODO(https://crbug.com/1169257) Remove this once linux-pgo is spun up
'linux-pgo-trunk': 'official_goma_linux_pgo',
'mac-pgo': 'official_goma_mac_pgo',
# TODO(https://crbug.com/1169257) Remove this once mac-pgo is spun up
'mac-pgo-trunk': 'official_goma_mac_pgo',
'win32-pgo': 'official_goma_x86_pgo',
# TODO(https://crbug.com/1169257) Remove this once win32-pgo is spun up
'win32-pgo-trunk': 'official_goma_x86_pgo',
'win64-pgo': 'official_goma_x64_pgo',
# TODO(https://crbug.com/1169257) Remove this once win64-pgo is spun up
'win64-pgo-trunk': 'official_goma_x64_pgo',
},
......
{
"linux-pgo": {
"gn_args": {
"chrome_pgo_phase": 1,
"is_chrome_branded": true,
"is_component_build": false,
"is_official_build": true,
"strip_absolute_paths_from_debug_symbols": true,
"symbol_level": 0,
"use_goma": true
}
},
"linux-pgo-beta": {
"gn_args": {
"chrome_pgo_phase": 1,
......@@ -32,6 +43,20 @@
"use_goma": true
}
},
"mac-pgo": {
"gn_args": {
"chrome_pgo_phase": 1,
"enable_keystone_registration_framework": false,
"enable_widevine_cdm_host_verification": false,
"ignore_missing_widevine_signing_cert": true,
"is_chrome_branded": true,
"is_component_build": false,
"is_official_build": true,
"strip_absolute_paths_from_debug_symbols": true,
"symbol_level": 0,
"use_goma": true
}
},
"mac-pgo-beta": {
"gn_args": {
"chrome_pgo_phase": 1,
......@@ -74,6 +99,19 @@
"use_goma": true
}
},
"win32-pgo": {
"gn_args": {
"chrome_pgo_phase": 1,
"enable_resource_allowlist_generation": false,
"is_chrome_branded": true,
"is_component_build": false,
"is_official_build": true,
"strip_absolute_paths_from_debug_symbols": true,
"symbol_level": 0,
"target_cpu": "x86",
"use_goma": true
}
},
"win32-pgo-beta": {
"gn_args": {
"chrome_pgo_phase": 1,
......@@ -113,6 +151,19 @@
"use_goma": true
}
},
"win64-pgo": {
"gn_args": {
"chrome_pgo_phase": 1,
"enable_resource_allowlist_generation": false,
"is_chrome_branded": true,
"is_component_build": false,
"is_official_build": true,
"strip_absolute_paths_from_debug_symbols": true,
"symbol_level": 0,
"target_cpu": "x64",
"use_goma": true
}
},
"win64-pgo-beta": {
"gn_args": {
"chrome_pgo_phase": 1,
......
{
"linux-pgo": {
"gn_args": {
"chrome_pgo_phase": 1,
"is_chrome_branded": true,
"is_component_build": false,
"is_official_build": true,
"strip_absolute_paths_from_debug_symbols": true,
"symbol_level": 0,
"use_goma": true
}
},
"linux-pgo-trunk": {
"gn_args": {
"chrome_pgo_phase": 1,
......@@ -10,6 +21,20 @@
"use_goma": true
}
},
"mac-pgo": {
"gn_args": {
"chrome_pgo_phase": 1,
"enable_keystone_registration_framework": false,
"enable_widevine_cdm_host_verification": false,
"ignore_missing_widevine_signing_cert": true,
"is_chrome_branded": true,
"is_component_build": false,
"is_official_build": true,
"strip_absolute_paths_from_debug_symbols": true,
"symbol_level": 0,
"use_goma": true
}
},
"mac-pgo-trunk": {
"gn_args": {
"chrome_pgo_phase": 1,
......@@ -24,6 +49,19 @@
"use_goma": true
}
},
"win32-pgo": {
"gn_args": {
"chrome_pgo_phase": 1,
"enable_resource_allowlist_generation": false,
"is_chrome_branded": true,
"is_component_build": false,
"is_official_build": true,
"strip_absolute_paths_from_debug_symbols": true,
"symbol_level": 0,
"target_cpu": "x86",
"use_goma": true
}
},
"win32-pgo-trunk": {
"gn_args": {
"chrome_pgo_phase": 1,
......@@ -37,6 +75,19 @@
"use_goma": true
}
},
"win64-pgo": {
"gn_args": {
"chrome_pgo_phase": 1,
"enable_resource_allowlist_generation": false,
"is_chrome_branded": true,
"is_component_build": false,
"is_official_build": true,
"strip_absolute_paths_from_debug_symbols": true,
"symbol_level": 0,
"target_cpu": "x64",
"use_goma": true
}
},
"win64-pgo-trunk": {
"gn_args": {
"chrome_pgo_phase": 1,
......
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