Skip to content

Commit

Permalink
Reland "Migrate linux-rel to run on bionic bots"
Browse files Browse the repository at this point in the history
This is a reland of 9490266

The error happened in crbug/1203700 is not blocker for this
migration(crrev.com/c/2857702).

Original change's description:
> Migrate linux-rel to run on bionic bots
>
> BUG=1199425
> TEST=main.star
>
> Change-Id: Iff8555a0d32527dc7671da6784f988a15fed7501
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2853834
> Commit-Queue: Xinan Lin <linxinan@chromium.org>
> Reviewed-by: Ben Pastene <bpastene@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#876731}

Bug: 1199425
Change-Id: Id40885820db2de71b9333ac9b750abfcbab233f8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2858766
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Commit-Queue: Xinan Lin <linxinan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#877513}
  • Loading branch information
linxinan-chops authored and Chromium LUCI CQ committed Apr 29, 2021
1 parent 478ea69 commit a636b14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion infra/config/generated/cr-buildbucket.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46891,7 +46891,7 @@ buckets {
dimensions: "builder:linux-rel"
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "os:Ubuntu-16.04"
dimensions: "os:Ubuntu-16.04|Ubuntu-18.04"
dimensions: "pool:luci.chromium.try"
exe {
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
Expand Down
2 changes: 2 additions & 0 deletions infra/config/subprojects/chromium/try.star
Original file line number Diff line number Diff line change
Expand Up @@ -1229,6 +1229,8 @@ try_.chromium_linux_builder(
main_list_view = "try",
tryjob = try_.job(),
use_clang_coverage = True,
# TODO(crbug/1199425): Remove this once bionic bot is the default option.
os = os.LINUX_XENIAL_OR_BIONIC,
)

# Experimental builder to check dual coverage on linux platform.
Expand Down

0 comments on commit a636b14

Please sign in to comment.