Commit eb38ef1d authored by Ben Pastene's avatar Ben Pastene Committed by Chromium LUCI CQ

infra: Migrate lollipop CQ bot to 16 core & builderfull.

crrev.com/i/3438440 allocates the machines for this.

Bug: 1140727
Change-Id: I0a4fee5f1d267ec698f20b740cbbc4e0619685c3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2564391Reviewed-by: default avatarHaiyang Pan <hypan@google.com>
Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832025}
parent db6a0824
...@@ -24650,12 +24650,11 @@ buckets { ...@@ -24650,12 +24650,11 @@ buckets {
name: "android-lollipop-arm-rel" name: "android-lollipop-arm-rel"
swarming_host: "chromium-swarm.appspot.com" swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper" swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1" dimensions: "builder:android-lollipop-arm-rel"
dimensions: "cores:8" dimensions: "cores:16"
dimensions: "cpu:x86-64" dimensions: "cpu:x86-64"
dimensions: "os:Ubuntu-16.04" dimensions: "os:Ubuntu-16.04"
dimensions: "pool:luci.chromium.try" dimensions: "pool:luci.chromium.try"
dimensions: "ssd:0"
exe { exe {
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master" cipd_version: "refs/heads/master"
...@@ -336,6 +336,8 @@ try_.chromium_android_builder( ...@@ -336,6 +336,8 @@ try_.chromium_android_builder(
try_.chromium_android_builder( try_.chromium_android_builder(
name = "android-lollipop-arm-rel", name = "android-lollipop-arm-rel",
branch_selector = branches.STANDARD_MILESTONE, branch_selector = branches.STANDARD_MILESTONE,
builderless = not settings.is_master,
cores = 16,
goma_jobs = goma.jobs.J150, goma_jobs = goma.jobs.J150,
main_list_view = "try", main_list_view = "try",
tryjob = try_.job(), tryjob = try_.job(),
......
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