Commit 1aea97bd authored by John Budorick's avatar John Budorick Committed by Commit Bot

luci: enable stale tryjob cancellation.

Bug: 959436
Change-Id: I13d8c704a8f8bf3b0d8c66b8cc55a6dc06793d75
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032714
Commit-Queue: John Budorick <jbudorick@chromium.org>
Reviewed-by: default avatarAaron Gable <agable@chromium.org>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#737960}
parent 0772e098
......@@ -1180,7 +1180,7 @@ config_groups: <
transient_failure_weight: 1
timeout_weight: 2
>
cancel_stale_tryjobs: NO
cancel_stale_tryjobs: YES
>
>
>
......@@ -1288,7 +1288,7 @@ config_groups: <
transient_failure_weight: 1
timeout_weight: 2
>
cancel_stale_tryjobs: NO
cancel_stale_tryjobs: YES
>
>
>
......@@ -1345,7 +1345,7 @@ config_groups: <
transient_failure_weight: 1
timeout_weight: 2
>
cancel_stale_tryjobs: NO
cancel_stale_tryjobs: YES
>
>
>
......@@ -34,8 +34,7 @@ luci.bucket(
luci.cq_group(
name = vars.cq_group.get(),
# TODO(crbug/959436): enable it.
cancel_stale_tryjobs = False,
cancel_stale_tryjobs = True,
retry_config = cq.RETRY_ALL_FAILURES,
tree_status_host = 'chromium-status.appspot.com/',
watch = cq.refset(
......
......@@ -34,8 +34,7 @@ luci.bucket(
luci.cq_group(
name = vars.cq_group.get(),
# TODO(crbug/959436): enable it.
cancel_stale_tryjobs = False,
cancel_stale_tryjobs = True,
retry_config = cq.RETRY_ALL_FAILURES,
tree_status_host = 'chromium-status.appspot.com/',
watch = cq.refset(
......
......@@ -34,8 +34,7 @@ luci.bucket(
luci.cq_group(
name = vars.cq_group.get(),
# TODO(crbug/959436): enable it.
cancel_stale_tryjobs = False,
cancel_stale_tryjobs = True,
retry_config = cq.RETRY_ALL_FAILURES,
tree_status_host = 'chromium-status.appspot.com/',
watch = cq.refset(
......
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