[fuchsia] Remove chrome_pkg from fuchsia-code-coverage
Fixes fuchsia-code-coverage builder. Chrome target was removed in https://crrev.com/c/5120922. Bug: 1509109, 1490426 Ignore-Freeze: Fixes CI builder Change-Id: Ia33e7932e8d75c44085bc613569a8cc65229b95c Cq-Include-Trybots: luci.chromium.try:fuchsia-code-coverage Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5133241 Auto-Submit: David Song <wintermelons@google.com> Commit-Queue: David Song <wintermelons@google.com> Reviewed-by: Zijie He <zijiehe@google.com> Reviewed-by: Haiyang Pan <hypan@google.com> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/main@{#1238920}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
a3d592c5ff
commit
f477ebd90d
infra/config
testing/buildbot
@ -419,10 +419,6 @@
|
||||
"label": "//:chrome_official_builder_no_unittests",
|
||||
"type": "additional_compile_target",
|
||||
},
|
||||
"chrome_pkg": {
|
||||
"label": "//chrome/app:chrome_pkg",
|
||||
"type": "additional_compile_target",
|
||||
},
|
||||
"chrome_private_code_test": {
|
||||
"label": "//chrome:chrome_private_code_test",
|
||||
"type": "generated_script",
|
||||
|
@ -79,11 +79,6 @@ targets.compile_target(
|
||||
label = "//:chrome_official_builder_no_unittests",
|
||||
)
|
||||
|
||||
targets.compile_target(
|
||||
name = "chrome_pkg",
|
||||
label = "//chrome/app:chrome_pkg",
|
||||
)
|
||||
|
||||
targets.compile_target(
|
||||
name = "chrome_public_apk",
|
||||
label = "//chrome/android:chrome_public_apk",
|
||||
|
@ -8366,9 +8366,6 @@
|
||||
]
|
||||
},
|
||||
"fuchsia-code-coverage": {
|
||||
"additional_compile_targets": [
|
||||
"chrome_pkg"
|
||||
],
|
||||
"gtest_tests": [
|
||||
{
|
||||
"args": [
|
||||
|
@ -419,10 +419,6 @@
|
||||
"label": "//:chrome_official_builder_no_unittests",
|
||||
"type": "additional_compile_target",
|
||||
},
|
||||
"chrome_pkg": {
|
||||
"label": "//chrome/app:chrome_pkg",
|
||||
"type": "additional_compile_target",
|
||||
},
|
||||
"chrome_private_code_test": {
|
||||
"label": "//chrome:chrome_private_code_test",
|
||||
"type": "generated_script",
|
||||
|
@ -2347,9 +2347,6 @@
|
||||
},
|
||||
},
|
||||
'fuchsia-code-coverage': {
|
||||
'additional_compile_targets': [
|
||||
'chrome_pkg',
|
||||
],
|
||||
'test_suites': {
|
||||
'gtest_tests': 'fuchsia_gtests',
|
||||
'isolated_scripts': 'gpu_angle_fuchsia_unittests_isolated_scripts',
|
||||
|
Reference in New Issue
Block a user