[Bisection] Increase daily limit to 20
We have excluded the GPU tests, so we should increase the 10 limit.
I purposedly still keep the revert creation limit to 10 though, there is very little chance we could reach that number, unless something is broken.
Bug: b/286986518
Change-Id: I3851381a453f1a9344583ca453af09599129b794
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4996427
Commit-Queue: Patrick Meiring <meiring@google.com>
Auto-Submit: Tuan Nguyen <nqmtuan@google.com>
Reviewed-by: Patrick Meiring <meiring@google.com>
Cr-Commit-Position: refs/heads/main@{#1218571}
diff --git a/infra/config/generated/luci/luci-bisection.cfg b/infra/config/generated/luci/luci-bisection.cfg
index 235e1a3..19cc3fe 100644
--- a/infra/config/generated/luci/luci-bisection.cfg
+++ b/infra/config/generated/luci/luci-bisection.cfg
@@ -24,7 +24,7 @@
test_analysis_config {
detector_enabled: true
bisector_enabled: true
- daily_limit: 10
+ daily_limit: 20
excluded_buckets: "try"
excluded_buckets: "findit"
excluded_buckets: "reviver"
diff --git a/infra/config/luci-bisection.cfg b/infra/config/luci-bisection.cfg
index 235e1a3..19cc3fe 100644
--- a/infra/config/luci-bisection.cfg
+++ b/infra/config/luci-bisection.cfg
@@ -24,7 +24,7 @@
test_analysis_config {
detector_enabled: true
bisector_enabled: true
- daily_limit: 10
+ daily_limit: 20
excluded_buckets: "try"
excluded_buckets: "findit"
excluded_buckets: "reviver"