Commit f6c1b8e5 authored by Gary Tong's avatar Gary Tong Committed by Commit Bot

Infra: Adding linux-rel-builderful as an opt-in try builder first

Bug: 1131188
Change-Id: I33097920e656bbc74842f2c44dbe6ca1245263d7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2425341
Commit-Queue: Gary Tong <gatong@chromium.org>
Auto-Submit: Gary Tong <gatong@chromium.org>
Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809959}
parent 50f93fcd
......@@ -1072,6 +1072,10 @@ config_groups {
location_regexp_exclude: ".+/[+]/docs/.+"
location_regexp_exclude: ".+/[+]/infra/config/.+"
}
builders {
name: "chromium/try/linux-rel-builderful"
includable_only: true
}
builders {
name: "chromium/try/linux-swangle-chromium-try-x64"
includable_only: true
......
......@@ -23745,6 +23745,42 @@ buckets {
}
}
}
builders {
name: "linux-rel-builderful"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "builder:linux-rel-builderful"
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "os:Ubuntu-16.04"
dimensions: "pool:luci.chromium.try"
exe {
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
cmd: "recipes"
}
properties: "{\"$build/code_coverage\":{\"use_clang_coverage\":true},\"$build/goma\":{\"enable_ats\":true,\"jobs\":150,\"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\"},\"builder_group\":\"tryserver.chromium.linux\",\"recipe\":\"chromium_trybot\"}"
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: "linux-swangle-chromium-try-x64"
swarming_host: "chromium-swarm.appspot.com"
......@@ -12658,6 +12658,9 @@ consoles {
builders {
name: "buildbucket/luci.chromium.try/linux-rel"
}
builders {
name: "buildbucket/luci.chromium.try/linux-rel-builderful"
}
builders {
name: "buildbucket/luci.chromium.try/linux-swangle-chromium-try-x64"
}
......@@ -13473,6 +13476,9 @@ consoles {
builders {
name: "buildbucket/luci.chromium.try/linux-rel"
}
builders {
name: "buildbucket/luci.chromium.try/linux-rel-builderful"
}
builders {
name: "buildbucket/luci.chromium.try/linux-trusty-rel"
}
......
......@@ -916,6 +916,13 @@ try_.chromium_linux_builder(
use_clang_coverage = True,
)
try_.chromium_linux_builder(
name = "linux-rel-builderful",
builderless = False,
goma_jobs = goma.jobs.J150,
use_clang_coverage = True,
)
try_.chromium_linux_builder(
name = "linux-trusty-rel",
goma_jobs = goma.jobs.J150,
......
......@@ -919,6 +919,7 @@
'linux-ozone-rel': 'ozone_linux_release_trybot',
'linux-perfetto-rel': 'perfetto_release_trybot',
'linux-rel': 'gpu_tests_release_trybot_no_symbols_use_dummy_lastchange_code_coverage',
'linux-rel-builderful': 'gpu_tests_release_trybot_no_symbols_use_dummy_lastchange_code_coverage',
'linux-trusty-rel': 'gpu_tests_release_trybot_no_symbols_use_dummy_lastchange',
'linux-viz-rel': 'release_trybot',
'linux-wpt-fyi-rel': 'release_trybot',
......
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