From d4509a16b38dc6e4a0dacbdad074accfe7894696 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Mon, 28 Sep 2015 09:18:40 -0700 Subject: Default to no-flakes, allow enabling them --- tools/run_tests/jobset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/run_tests/jobset.py') diff --git a/tools/run_tests/jobset.py b/tools/run_tests/jobset.py index 6ddc4d29bc..fb3632e4ad 100755 --- a/tools/run_tests/jobset.py +++ b/tools/run_tests/jobset.py @@ -133,7 +133,7 @@ class JobSpec(object): """Specifies what to run for a job.""" def __init__(self, cmdline, shortname=None, environ=None, hash_targets=None, - cwd=None, shell=False, timeout_seconds=5*60, flake_retries=5): + cwd=None, shell=False, timeout_seconds=5*60, flake_retries=0): """ Arguments: cmdline: a list of arguments to pass as the command line -- cgit v1.2.3