Commit 4f16cf55 authored by Yuke Liao's avatar Yuke Liao Committed by Commit Bot

[code coverage] Turn down oobe bots

The corresponding project-health project was done, so this bot is not
used anymore.

Bug: 993424
Change-Id: I2211af8c6b3138ba979cfb45916cb947b573c87b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725220Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#687329}
parent f327d5d6
...@@ -1491,19 +1491,6 @@ buckets { ...@@ -1491,19 +1491,6 @@ buckets {
mixins: "builderless" mixins: "builderless"
} }
builders {
name: "linux-chromeos-oobe-code-coverage"
mixins: "code-coverage"
mixins: "fyi-ci"
mixins: "linux-xenial"
mixins: "builderless"
dimensions: "cores:32"
dimensions: "ssd:1"
recipe {
properties: "exclude_sources:all_test_files"
}
}
builders { builders {
name: "linux-chromeos-rel" name: "linux-chromeos-rel"
mixins: "chromeos-ci" mixins: "chromeos-ci"
......
...@@ -2051,11 +2051,6 @@ consoles { ...@@ -2051,11 +2051,6 @@ consoles {
category: "code_coverage" category: "code_coverage"
short_name: "lcr" short_name: "lcr"
} }
builders {
name: "buildbucket/luci.chromium.ci/linux-chromeos-oobe-code-coverage"
category: "code_coverage"
short_name: "oob"
}
builders { builders {
name: "buildbucket/luci.chromium.ci/mac-code-coverage-generation" name: "buildbucket/luci.chromium.ci/mac-code-coverage-generation"
category: "code_coverage" category: "code_coverage"
......
...@@ -350,7 +350,6 @@ trigger { ...@@ -350,7 +350,6 @@ trigger {
triggers: "linux-blink-heap-concurrent-marking-tsan-rel" triggers: "linux-blink-heap-concurrent-marking-tsan-rel"
triggers: "linux-blink-heap-verification" triggers: "linux-blink-heap-verification"
triggers: "linux-chromeos-dbg" triggers: "linux-chromeos-dbg"
triggers: "linux-chromeos-oobe-code-coverage"
triggers: "linux-chromeos-rel" triggers: "linux-chromeos-rel"
triggers: "linux-chromium-tests-staging-builder" triggers: "linux-chromium-tests-staging-builder"
triggers: "linux-code-coverage" triggers: "linux-code-coverage"
...@@ -1169,16 +1168,6 @@ job { ...@@ -1169,16 +1168,6 @@ job {
} }
} }
job {
id: "linux-chromeos-oobe-code-coverage"
acl_sets: "default"
buildbucket: {
server: "cr-buildbucket.appspot.com"
bucket: "luci.chromium.ci"
builder: "linux-chromeos-oobe-code-coverage"
}
}
job { job {
id: "linux-chromeos-rel" id: "linux-chromeos-rel"
acl_sets: "default" acl_sets: "default"
......
This diff is collapsed.
...@@ -94,11 +94,6 @@ ...@@ -94,11 +94,6 @@
'--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter', '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
], ],
}, },
'linux-chromeos-oobe-code-coverage': {
'swarming': {
'shards': 21,
},
},
# chromium.chromiumos # chromium.chromiumos
'linux-chromeos-dbg': { 'linux-chromeos-dbg': {
'swarming': { 'swarming': {
...@@ -1155,11 +1150,6 @@ ...@@ -1155,11 +1150,6 @@
'--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter', '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
], ],
}, },
'linux-chromeos-oobe-code-coverage': {
'swarming': {
'shards': 20,
},
},
# chromium.chromiumos # chromium.chromiumos
'linux-chromeos-dbg': { 'linux-chromeos-dbg': {
'swarming': { 'swarming': {
......
...@@ -1754,18 +1754,6 @@ ...@@ -1754,18 +1754,6 @@
'gtest_tests': 'linux_chromeos_gtests', 'gtest_tests': 'linux_chromeos_gtests',
}, },
}, },
'linux-chromeos-oobe-code-coverage': {
'mixins': [
'code-coverage',
'linux-xenial',
],
'additional_compile_targets': [
'gn_all',
],
'test_suites': {
'gtest_tests': 'linux_chromeos_gtests',
},
},
'linux-chromium-tests-staging-builder': { 'linux-chromium-tests-staging-builder': {
'additional_compile_targets': [ 'additional_compile_targets': [
'all' 'all'
......
...@@ -200,7 +200,6 @@ ...@@ -200,7 +200,6 @@
'chromeos-vm-code-coverage': 'cros_chrome_sdk_headless_ozone_coverage', 'chromeos-vm-code-coverage': 'cros_chrome_sdk_headless_ozone_coverage',
'linux-bfcache-rel': 'release_bot_minimal_symbols', 'linux-bfcache-rel': 'release_bot_minimal_symbols',
'linux-chromeos-code-coverage': 'chromeos_with_codecs_release_bot_coverage', 'linux-chromeos-code-coverage': 'chromeos_with_codecs_release_bot_coverage',
'linux-chromeos-oobe-code-coverage': 'chromeos_with_codecs_release_bot_coverage',
'linux-fieldtrial-rel': 'release_bot_minimal_symbols', 'linux-fieldtrial-rel': 'release_bot_minimal_symbols',
'linux-wpt-fyi-rel': 'release_bot_minimal_symbols', 'linux-wpt-fyi-rel': 'release_bot_minimal_symbols',
......
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