diff options
author | Yves Duhem <yves.duhem@mongodb.com> | 2018-08-29 10:35:33 -0400 |
---|---|---|
committer | Yves Duhem <yves.duhem@mongodb.com> | 2018-08-29 10:35:43 -0400 |
commit | d92fe6cd9242a22e8ae56f48e64a20770d9e8291 (patch) | |
tree | ba851f3cc0a8c109c2df5a1863ad88bd995befb9 /etc | |
parent | 78901fd754958d57b914e7209e702eec53543d81 (diff) | |
download | mongo-d92fe6cd9242a22e8ae56f48e64a20770d9e8291.tar.gz |
SERVER-34593 New resmoke option to repeat tests
Diffstat (limited to 'etc')
-rw-r--r-- | etc/evergreen.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 88054083a15..cd24606dc84 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -4027,7 +4027,7 @@ tasks: vars: task_path_suffix: /data/multiversion:$HOME resmoke_wrapper: $python buildscripts/burn_in_tests.py --testListFile=jstests/new_tests.json - resmoke_args: --repeat=2 + resmoke_args: --repeatSuites=2 run_multiple_jobs: true - <<: *benchmark_template @@ -7756,7 +7756,7 @@ buildvariants: expansions: compile_flags: -j$(grep -c ^processor /proc/cpuinfo) --variables-files=etc/scons/mongodbtoolchain_gcc.vars --enable-free-mon=off --enable-http-client=off num_jobs_available: $(grep -c ^processor /proc/cpuinfo) - test_flags: --repeat=10 --shuffle + test_flags: --repeatSuites=10 --shuffle scons_cache_scope: shared gorootvars: 'PATH="/opt/golang/go1.10/bin:/opt/mongodbtoolchain/v2/bin/:$PATH" GOROOT=/opt/golang/go1.10' test_flags: --excludeWithAnyTags=requires_http_client |