diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-01-11 15:35:21 -0500 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-01-12 04:38:37 +0000 |
commit | e8b0281d1342cba6bb1d2f056e014df54b830459 (patch) | |
tree | 466cb842c0cd09ae92975eaeff383c9b46f97ea0 /infra/config | |
parent | d805eec52f6ac574918748c4270873e7e5cde596 (diff) | |
download | pdfium-e8b0281d1342cba6bb1d2f056e014df54b830459.tar.xz |
Disable CQ bot retries
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 <npm@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'infra/config')
-rw-r--r-- | infra/config/cq.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |