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

[lacros] Clean up linux-lacros-compile-rel

This CL cleans up linux-lacros-compile-rel as it has been replaced by
linux-lacros-rel.

Bug: 1116180
Change-Id: I617527f1a36250edb506e47952b463e564f73379
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368473Reviewed-by: default avatarSven Zheng <svenzheng@chromium.org>
Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#800413}
parent e44a8443
......@@ -1007,10 +1007,6 @@ config_groups {
name: "chromium/try/linux-gcc-rel"
includable_only: true
}
builders {
name: "chromium/try/linux-lacros-compile-rel"
includable_only: true
}
builders {
name: "chromium/try/linux-lacros-fyi-rel"
includable_only: true
......
......@@ -25173,43 +25173,6 @@ buckets {
}
}
}
builders {
name: "linux-lacros-compile-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-lacros-fyi-rel"
swarming_host: "chromium-swarm.appspot.com"
......@@ -15818,9 +15818,6 @@ consoles {
builders {
name: "buildbucket/luci.chromium.try/linux-chromeos-rel"
}
builders {
name: "buildbucket/luci.chromium.try/linux-lacros-compile-rel"
}
builders {
name: "buildbucket/luci.chromium.try/linux-lacros-rel"
}
......
......@@ -271,11 +271,6 @@ try_.chromium_chromiumos_builder(
main_list_view = "try",
)
# TODO(crbug.com/1116180): Clean this up once linux-lacros-rel is up.
try_.chromium_chromiumos_builder(
name = "linux-lacros-compile-rel",
)
try_.chromium_chromiumos_builder(
name = "linux-lacros-rel",
tryjob = try_.job(),
......
......@@ -825,7 +825,6 @@
'linux-chromeos-rel': 'chromeos_with_codecs_release_trybot_code_coverage',
'linux-chromeos-compile-dbg': 'chromeos_with_codecs_debug_bot',
'linux-chromeos-dbg': 'chromeos_with_codecs_debug_bot',
'linux-lacros-compile-rel': 'lacros_on_linux_release_bot',
'linux-lacros-rel': 'lacros_on_linux_release_bot',
},
......
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