Commit 7abf6f91 authored by Prakhar's avatar Prakhar Committed by Commit Bot

Document why windows tryjob has stale cancellation turned off

Bug: 1139007
Change-Id: I4307e52114f1cc7a9d18c760014e06e23651708e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2477613
Commit-Queue: Prakhar Asthana <pasthana@google.com>
Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Auto-Submit: Prakhar Asthana <pasthana@google.com>
Cr-Commit-Position: refs/heads/master@{#818953}
parent 360e3b91
......@@ -1443,6 +1443,9 @@ try_.chromium_win_builder(
ssd = True,
use_clang_coverage = True,
main_list_view = "try",
# TODO(https://crbug/1127113): Recipe Engine doesn't handle cancellations
# of stale tryjobs gracefully, resulting in longer average build times.
# Windows is particularly susceptible to this.
tryjob = try_.job(cancel_stale = False),
)
......
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