[fuchsia] Add checkout-pgo-profiles to fuchsia-x64-perf
The builder is now failing to build. https://ci.chromium.org/ui/p/chromium/builders/ci/fuchsia-x64-perf-cast-receiver-rel/138/overview Cq-Include-Trybots: luci.chromium.try:fuchsia-x64-perf-cast-receiver-rel Bug: 407068989 Change-Id: Ifa7c5995efe0d9a46fdca9f3a4e422341d28e534 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6516751 Reviewed-by: David Song <wintermelons@google.com> Commit-Queue: Zijie He <zijiehe@google.com> Cr-Commit-Position: refs/heads/main@{#1457338}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
05380d543d
commit
381963b607
components
infra/config
generated
builders
ci
fuchsia-x64-perf-cast-receiver-rel
try
fuchsia-x64-perf-cast-receiver-rel
subprojects
chromium
@@ -730,7 +730,7 @@ test("components_unittests") {
|
|||||||
deps += [ "//components/guest_view/browser:unit_tests" ]
|
deps += [ "//components/guest_view/browser:unit_tests" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_android && !is_ios && (!is_fuchsia || !optimize_for_size)) {
|
if (!is_android && !is_ios && !is_fuchsia) {
|
||||||
deps += [ "//components/autofill_ai/core/browser:unit_tests" ]
|
deps += [ "//components/autofill_ai/core/browser:unit_tests" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -27,6 +27,7 @@
|
|||||||
},
|
},
|
||||||
"legacy_gclient_config": {
|
"legacy_gclient_config": {
|
||||||
"apply_configs": [
|
"apply_configs": [
|
||||||
|
"checkout_pgo_profiles",
|
||||||
"fuchsia_x64"
|
"fuchsia_x64"
|
||||||
],
|
],
|
||||||
"config": "chromium"
|
"config": "chromium"
|
||||||
|
@@ -27,6 +27,7 @@
|
|||||||
},
|
},
|
||||||
"legacy_gclient_config": {
|
"legacy_gclient_config": {
|
||||||
"apply_configs": [
|
"apply_configs": [
|
||||||
|
"checkout_pgo_profiles",
|
||||||
"fuchsia_x64"
|
"fuchsia_x64"
|
||||||
],
|
],
|
||||||
"config": "chromium"
|
"config": "chromium"
|
||||||
|
@@ -414,6 +414,7 @@ ci.builder(
|
|||||||
gclient_config = builder_config.gclient_config(
|
gclient_config = builder_config.gclient_config(
|
||||||
config = "chromium",
|
config = "chromium",
|
||||||
apply_configs = [
|
apply_configs = [
|
||||||
|
"checkout_pgo_profiles",
|
||||||
"fuchsia_x64",
|
"fuchsia_x64",
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user