From e8b0281d1342cba6bb1d2f056e014df54b830459 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 11 Jan 2017 15:35:21 -0500 Subject: Disable CQ bot retries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PDFium doesn't have any flaky tests, so re-running the tests on failure just cause the failure to happen again. The only time re-run is useful is if the bot goes away which is fairly exceptional. Change-Id: Id7b615cf91b502fdfdc2882fc85df0cdcaa512a1 Reviewed-on: https://pdfium-review.googlesource.com/2173 Reviewed-by: Nicolás Peña Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- infra/config/cq.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index 79bc4ad67c..a62140148e 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -21,6 +21,10 @@ verifiers { } try_job { + try_job_retry_config { + try_job_retry_quota: 0 + } + buckets { name: "master.tryserver.client.pdfium" builders { -- cgit v1.2.3