Commit 3abf5fcc authored by Yuke Liao's avatar Yuke Liao Committed by Commit Bot

Clean up win10_chromium_x64_coverage_rel_ng

win10_chromium_x64_coverage_rel_ng was set up to experiment and
understand the impact of code coverage on CQ.

Now that the experiment is done, this CL cleans things up.

Bug: 1004523
Change-Id: Ifb34136099a758574f41e6cc5e0e7199b914efce
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207978Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#769858}
parent 29ebd627
......@@ -1214,10 +1214,6 @@ config_groups: <
name: "chromium/try/win10-blink-rel"
includable_only: true
>
builders: <
name: "chromium/try/win10_chromium_x64_coverage_rel_ng"
experiment_percentage: 3
>
builders: <
name: "chromium/try/win10_chromium_x64_dbg_ng"
includable_only: true
......
......@@ -352,6 +352,3 @@ as required builders.
* [mac-coverage-rel](https://ci.chromium.org/p/chromium/builders/try/mac-coverage-rel) ([definition](https://cs.chromium.org/search?q=package:%5Echromium$+file:/cq.star$+-file:/beta/+-file:/stable/+mac-coverage-rel)) ([matching builders](https://cs.chromium.org/search?q=+file:trybots.py+mac-coverage-rel))
* Experiment percentage: 3
* [win10_chromium_x64_coverage_rel_ng](https://ci.chromium.org/p/chromium/builders/try/win10_chromium_x64_coverage_rel_ng) ([definition](https://cs.chromium.org/search?q=package:%5Echromium$+file:/cq.star$+-file:/beta/+-file:/stable/+win10_chromium_x64_coverage_rel_ng)) ([matching builders](https://cs.chromium.org/search?q=+file:trybots.py+win10_chromium_x64_coverage_rel_ng))
* Experiment percentage: 3
......@@ -30925,46 +30925,6 @@ buckets: <
>
>
>
builders: <
name: "win10_chromium_x64_coverage_rel_ng"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1"
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "os:Windows-10"
dimensions: "pool:luci.chromium.try"
dimensions: "ssd:1"
recipe: <
name: "chromium_trybot"
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
properties_j: "$build/code_coverage:{\"use_clang_coverage\":true}"
properties_j: "$build/goma:{\"enable_ats\":true,\"jobs\":150,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"tryserver.chromium.win\""
>
execution_timeout_secs: 14400
expiration_secs: 7200
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
>
resultdb: <
enable: true
bq_exports: <
project: "luci-resultdb"
dataset: "chromium"
table: "try_test_results"
test_results: <>
>
>
>
builders: <
name: "win10_chromium_x64_dbg_ng"
swarming_host: "chromium-swarm.appspot.com"
......@@ -10359,9 +10359,6 @@ consoles: <
builders: <
name: "buildbucket/luci.chromium.try/win10_chromium_x64_rel_ng"
>
builders: <
name: "buildbucket/luci.chromium.try/win10_chromium_x64_coverage_rel_ng"
>
builders: <
name: "buildbucket/luci.chromium.try/win10_chromium_x64_rel_ng_exp"
>
......@@ -14721,9 +14718,6 @@ consoles: <
builders: <
name: "buildbucket/luci.chromium.try/win-libfuzzer-asan-rel"
>
builders: <
name: "buildbucket/luci.chromium.try/win10_chromium_x64_coverage_rel_ng"
>
builders: <
name: "buildbucket/luci.chromium.try/win10_chromium_x64_dbg_ng"
>
......
......@@ -168,7 +168,6 @@ luci.list_view(
'try/win7-rel',
'try/win10_chromium_x64_dbg_ng',
'try/win10_chromium_x64_rel_ng',
'try/win10_chromium_x64_coverage_rel_ng',
'try/win10_chromium_x64_rel_ng_exp',
'try/win-angle-deqp-rel-32',
'try/win-angle-deqp-rel-64',
......
......@@ -628,15 +628,6 @@ try_.chromium_win_builder(
},
)
try_.chromium_win_builder(
name = 'win10_chromium_x64_coverage_rel_ng',
os = os.WINDOWS_10,
use_clang_coverage = True,
goma_jobs = goma.jobs.J150,
ssd = True,
tryjob = try_.job(experiment_percentage = 3),
)
try_.chromium_win_builder(
name = 'win10_chromium_x64_dbg_ng',
os = os.WINDOWS_10,
......
......@@ -972,7 +972,6 @@
'gpu-fyi-try-win10-nvidia-skgl-64': 'gpu_fyi_tests_release_trybot',
'win10_chromium_x64_dbg_ng': 'gpu_tests_debug_bot',
'win10_chromium_x64_rel_ng': 'gpu_tests_release_trybot_resource_whitelisting_code_coverage',
'win10_chromium_x64_coverage_rel_ng': 'gpu_tests_release_trybot_resource_whitelisting_code_coverage',
'win10_chromium_x64_rel_ng_exp': 'release_trybot',
'win-annotator-rel': 'release_trybot',
'win-asan': 'asan_clang_fuzzer_static_v8_heap_minimal_symbols_release',
......
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