diff options
author | Richard Samuels <richard.l.samuels@gmail.com> | 2022-04-08 13:50:25 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-04-08 14:27:40 +0000 |
commit | 0d9705653d904bed75b06f77eba2a5e9af2b3a7d (patch) | |
tree | 4657e027db6c13012bb71f7ceb9c689efd677682 /etc/evergreen_yml_components/definitions.yml | |
parent | d96b46e0430d0fe4ce82264e2924df9ed505a5c6 (diff) | |
download | mongo-0d9705653d904bed75b06f77eba2a5e9af2b3a7d.tar.gz |
SERVER-62992 Remove need for resmoke.ini
Diffstat (limited to 'etc/evergreen_yml_components/definitions.yml')
-rw-r--r-- | etc/evergreen_yml_components/definitions.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml index a0ab51f47ea..79927a7c975 100644 --- a/etc/evergreen_yml_components/definitions.yml +++ b/etc/evergreen_yml_components/definitions.yml @@ -2425,6 +2425,7 @@ tasks: - func: "run tests" vars: suite: unittests + install_dir: build/install/bin ## run_unittests with UndoDB live-record ## #- name: run_unittests_with_recording @@ -2452,6 +2453,7 @@ tasks: # # Start fewer jobs since there's a constant amount of overhead of starting # # live-record for each job. # resmoke_jobs_factor: 0.3 +# install_dir: build/install/bin ##compile_and_archive_libfuzzertests - build libfuzzertests ## @@ -2492,6 +2494,7 @@ tasks: vars: targets: install-sdam-json-test compiling_for_test: true + install_dir: build/install/bin - func: "run tests" vars: suite: sdam_json_test @@ -2503,6 +2506,7 @@ tasks: vars: targets: install-server-selection-json-test compiling_for_test: true + install_dir: build/install/bin - func: "run tests" ## compile_dbtest ## |