Commit 0f2ae29f authored by Ben Pastene's avatar Ben Pastene Committed by Commit Bot

Re-enable CQ build cancellation for linux-chromeos-rel tryjobs.

It was disabled for linux-chromeos-rel since it supposedly caused a
regression in cycle time. However, linux-chromeos-rel is suspected to
behave similar to linux-rel in that regard, and linux-rel did not show
similar regressions.

So this tentatively re-enables cancellation on linux-chromeos-rel to
confirm if it does more harm than good.

Change-Id: I30b1f7d7514bb0b6d8ca7b2ede5cd4a494c770f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2463854Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Commit-Queue: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/master@{#816355}
parent a7789369
...@@ -1001,7 +1001,6 @@ config_groups { ...@@ -1001,7 +1001,6 @@ config_groups {
} }
builders { builders {
name: "chromium/try/linux-chromeos-rel" name: "chromium/try/linux-chromeos-rel"
cancel_stale: NO
location_regexp: ".*" location_regexp: ".*"
location_regexp_exclude: ".+/[+]/docs/.+" location_regexp_exclude: ".+/[+]/docs/.+"
location_regexp_exclude: ".+/[+]/infra/config/.+" location_regexp_exclude: ".+/[+]/infra/config/.+"
......
...@@ -600,7 +600,7 @@ try_.chromium_chromiumos_builder( ...@@ -600,7 +600,7 @@ try_.chromium_chromiumos_builder(
branch_selector = branches.ALL_BRANCHES, branch_selector = branches.ALL_BRANCHES,
goma_jobs = goma.jobs.J150, goma_jobs = goma.jobs.J150,
main_list_view = settings.main_list_view_name, main_list_view = settings.main_list_view_name,
tryjob = try_.job(cancel_stale = False), tryjob = try_.job(),
use_clang_coverage = True, use_clang_coverage = True,
) )
......
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