Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: infra/branch-config/cq.cfg

Issue 1330473002: Specify try_job_retry_config for Skia try jobs (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Initial upload Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/branch-config/cq.cfg
diff --git a/infra/branch-config/cq.cfg b/infra/branch-config/cq.cfg
index f95292d13b402a2287d9fb97d6593e0ab9191e31..d4d37809d31bc0b603a2af585c1e722ce6edae40 100644
--- a/infra/branch-config/cq.cfg
+++ b/infra/branch-config/cq.cfg
@@ -45,6 +45,13 @@ verifiers {
name: "client.skia.fyi"
builders { name: "skia_presubmit-Trybot" }
}
+ try_job_retry_config {
+ try_job_retry_quota: 1
+ global_retry_quota: 2
+ failure_retry_weight: 2
+ transient_failure_retry_weight: 1
+ timeout_retry_weight: 2
+ }
}
sign_cla {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698