0

remove experimental builder for dual coverage on android:

Bug: 1202231
Change-Id: Ibacfe30a7fa572270e40882c1bba98fa4f393a4c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3021622
Reviewed-by: Garrett Beaty <gbeaty@chromium.org>
Commit-Queue: Prakhar Asthana <pasthana@google.com>
Cr-Commit-Position: refs/heads/master@{#900724}
This commit is contained in:
Prakhar
2021-07-12 23:51:36 +00:00
committed by Chromium LUCI CQ
parent 7d16c71ff0
commit a94d17a280
10 changed files with 0 additions and 4391 deletions

@ -245,13 +245,6 @@ config_groups {
location_regexp_exclude: ".+/[+]/docs/.+"
location_regexp_exclude: ".+/[+]/infra/config/.+"
}
builders {
name: "chromium/try/android-marshmallow-arm64-rel-dual-coverage"
experiment_percentage: 3
location_regexp: ".*"
location_regexp_exclude: ".+/[+]/docs/.+"
location_regexp_exclude: ".+/[+]/infra/config/.+"
}
builders {
name: "chromium/try/android-marshmallow-x86-rel"
location_regexp: ".*"

@ -425,9 +425,6 @@ These builders are run on some percentage of builds. Their results are ignored
by CQ. These are often used to test new configurations before they are added
as required builders.
* [android-marshmallow-arm64-rel-dual-coverage](https://ci.chromium.org/p/chromium/builders/try/android-marshmallow-arm64-rel-dual-coverage) ([definition](https://cs.chromium.org/search?q=package:%5Echromium$+file:/cq.star$+-file:/beta/+-file:/stable/+android-marshmallow-arm64-rel-dual-coverage)) ([matching builders](https://cs.chromium.org/search?q=+file:trybots.py+android-marshmallow-arm64-rel-dual-coverage))
* Experiment percentage: 3.0
* [android-marshmallow-x86-rel-rts](https://ci.chromium.org/p/chromium/builders/try/android-marshmallow-x86-rel-rts) ([definition](https://cs.chromium.org/search?q=package:%5Echromium$+file:/cq.star$+-file:/beta/+-file:/stable/+android-marshmallow-x86-rel-rts)) ([matching builders](https://cs.chromium.org/search?q=+file:trybots.py+android-marshmallow-x86-rel-rts))
* Experiment percentage: 5.0

@ -39846,85 +39846,6 @@ buckets {
}
}
}
builders {
name: "android-marshmallow-arm64-rel-dual-coverage"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1"
dimensions: "cores:16"
dimensions: "cpu:x86-64"
dimensions: "os:Ubuntu-18.04"
dimensions: "pool:luci.chromium.try"
dimensions: "ssd:1"
exe {
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
cmd: "luciexe"
}
properties: "{\"$build/code_coverage\":{\"use_java_coverage\":true},\"$build/goma\":{\"enable_ats\":true,\"jobs\":300,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\",\"use_luci_auth\":true},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"$recipe_engine/isolated\":{\"server\":\"https://isolateserver.appspot.com\"},\"$recipe_engine/resultdb/test_presentation\":{\"column_keys\":[],\"grouping_keys\":[\"status\",\"v.test_suite\"]},\"builder_group\":\"tryserver.chromium.android\",\"recipe\":\"chromium_trybot\"}"
execution_timeout_secs: 14400
expiration_secs: 7200
grace_period {
seconds: 120
}
caches {
name: "win_toolchain"
path: "win_toolchain"
}
build_numbers: YES
service_account: "chromium-try-builder@chops-service-accounts.iam.gserviceaccount.com"
task_template_canary_percentage {
value: 5
}
experiments {
key: "chromium.chromium_tests.use_rbe_cas"
value: 5
}
experiments {
key: "chromium.resultdb.result_sink"
value: 100
}
experiments {
key: "chromium.resultdb.result_sink.junit_tests"
value: 100
}
experiments {
key: "luci.use_realms"
value: 100
}
resultdb {
enable: true
bq_exports {
project: "luci-resultdb"
dataset: "chromium"
table: "try_test_results"
test_results {}
}
bq_exports {
project: "luci-resultdb"
dataset: "chromium"
table: "gpu_try_test_results"
test_results {
predicate {
test_id_regexp: "ninja://(chrome/test:|content/test:fuchsia_)telemetry_gpu_integration_test/.+"
}
}
}
bq_exports {
project: "chrome-luci-data"
dataset: "chromium"
table: "blink_web_tests_try_test_results"
test_results {
predicate {
test_id_regexp: "ninja://[^/]*blink_web_tests/.+"
}
}
}
history_options {
use_invocation_timestamp: true
}
}
}
builders {
name: "android-marshmallow-x86-rel"
swarming_host: "chromium-swarm.appspot.com"

@ -13501,9 +13501,6 @@ consoles {
builders {
name: "buildbucket/luci.chromium.try/android-marshmallow-arm64-rel"
}
builders {
name: "buildbucket/luci.chromium.try/android-marshmallow-arm64-rel-dual-coverage"
}
builders {
name: "buildbucket/luci.chromium.try/android-marshmallow-x86-rel"
}
@ -14543,9 +14540,6 @@ consoles {
builders {
name: "buildbucket/luci.chromium.try/android-marshmallow-arm64-rel"
}
builders {
name: "buildbucket/luci.chromium.try/android-marshmallow-arm64-rel-dual-coverage"
}
builders {
name: "buildbucket/luci.chromium.try/android-marshmallow-x86-rel"
}

@ -395,17 +395,6 @@ try_.chromium_android_builder(
os = os.LINUX_XENIAL_OR_BIONIC_REMOVE,
)
# Experimental builder to check dual coverage on android platform.
try_.chromium_android_builder(
name = "android-marshmallow-arm64-rel-dual-coverage",
builderless = True,
cores = 16,
goma_jobs = goma.jobs.J300,
ssd = True,
use_java_coverage = True,
tryjob = try_.job(experiment_percentage = 3),
)
try_.chromium_android_builder(
name = "android-marshmallow-x86-rel",
branch_selector = branches.STANDARD_MILESTONE,

File diff suppressed because it is too large Load Diff

@ -3328,11 +3328,6 @@
},
},
},
'webview_cts_tests_gtest': {
'remove_from': [
'android-marshmallow-arm64-rel-dual-coverage',
],
},
'webview_instrumentation_test_apk': {
'remove_from': [
# This test frequently fails on Android, https://crbug.com/824959
@ -3381,11 +3376,6 @@
},
},
},
'webview_ui_instrumentation_tests': {
'remove_from': [
'android-marshmallow-arm64-rel-dual-coverage',
],
},
'webview_ui_test_app_test_apk': {
'remove_from': [
'android-11-x86-fyi-rel', # crbug.com/1165280

@ -865,24 +865,6 @@
},
'os_type': 'android',
},
'android-marshmallow-arm64-rel-dual-coverage': {
'mixins': [
'enable_resultdb',
'bullhead',
'isolate_profile_data',
'marshmallow',
],
'additional_compile_targets': [
'monochrome_static_initializers',
'weblayer_shell',
],
'test_suites': {
'gtest_tests': 'android_lollipop_marshmallow_coverage_gtests',
'junit_tests': 'chromium_junit_tests',
'isolated_scripts': 'marshmallow_pie_isolated_scripts',
},
'os_type': 'android',
},
'android-marshmallow-x86-rel': {
'mixins': [
'enable_resultdb',

@ -796,7 +796,6 @@
'android-inverse-fieldtrials-pie-x86-fyi-rel': 'android_release_trybot_x86_fastbuild_webview_google_invert_fieldtrials',
'android-lollipop-arm-rel': 'android_release_trybot_webview_google',
'android-marshmallow-arm64-rel': 'gpu_tests_android_release_trybot_arm64_resource_allowlisting_fastbuild_java_coverage',
'android-marshmallow-arm64-rel-dual-coverage': 'gpu_tests_android_release_trybot_arm64_resource_allowlisting_fastbuild_java_coverage',
'android-marshmallow-x86-rel': 'android_release_trybot_x86_fastbuild_resource_allowlisting_webview_google',
'android-marshmallow-x86-rel-non-cq': 'android_release_trybot_x86_fastbuild_resource_allowlisting_webview_google',
'android-marshmallow-x86-rel-rts': 'android_release_trybot_x86_fastbuild_resource_allowlisting_webview_google',

@ -233,27 +233,6 @@
"use_static_angle": true
}
},
"android-marshmallow-arm64-rel-dual-coverage": {
"gn_args": {
"blink_enable_generated_code_formatting": false,
"coverage_instrumentation_input_file": "//.code-coverage/files_to_instrument.txt",
"dcheck_always_on": true,
"disable_android_lint": true,
"enable_resource_allowlist_generation": true,
"ffmpeg_branding": "Chrome",
"is_component_build": false,
"is_debug": false,
"proprietary_codecs": true,
"symbol_level": 1,
"system_webview_package_name": "com.google.android.webview",
"target_cpu": "arm64",
"target_os": "android",
"use_errorprone_java_compiler": false,
"use_goma": true,
"use_jacoco_coverage": true,
"use_static_angle": true
}
},
"android-marshmallow-x86-rel": {
"gn_args": {
"blink_enable_generated_code_formatting": false,