Commit db17600e authored by Yuke Liao's avatar Yuke Liao Committed by Commit Bot

[lacros] Add optional linux-lacros-rel try builder

This CL adds an optional linux-lacros-rel try builder, and it will
replace linux-lacros-compile-rel in the future.

Bug: 1116180
Change-Id: I46f3827848ff64ade1773d18d146a888312b4bd1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354723Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#798204}
parent d716bfa8
......@@ -1005,6 +1005,10 @@ config_groups {
name: "chromium/try/linux-lacros-fyi-rel"
includable_only: true
}
builders {
name: "chromium/try/linux-lacros-rel"
includable_only: true
}
builders {
name: "chromium/try/linux-layout-tests-edit-ng"
includable_only: true
......
......@@ -25250,6 +25250,43 @@ buckets {
}
}
}
builders {
name: "linux-lacros-rel"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1"
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "os:Ubuntu-16.04"
dimensions: "pool:luci.chromium.try"
dimensions: "ssd:0"
exe {
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
cmd: "recipes"
}
properties: "{\"$build/goma\":{\"enable_ats\":true,\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"},\"$kitchen\":{\"devshell\":true,\"git_auth\":true},\"mastername\":\"tryserver.chromium.chromiumos\",\"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-layout-tests-edit-ng"
swarming_host: "chromium-swarm.appspot.com"
......@@ -15843,6 +15843,9 @@ consoles {
builders {
name: "buildbucket/luci.chromium.try/linux-lacros-compile-rel"
}
builders {
name: "buildbucket/luci.chromium.try/linux-lacros-rel"
}
builder_view_only: true
}
consoles {
......
......@@ -276,6 +276,10 @@ try_.chromium_chromiumos_builder(
tryjob = try_.job(),
)
try_.chromium_chromiumos_builder(
name = "linux-lacros-rel",
)
try_.chromium_chromiumos_builder(
name = "linux-chromeos-dbg",
)
......
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