diff options
Diffstat (limited to 'evergreen/resmoke_tests_execute.sh')
| -rw-r--r-- | evergreen/resmoke_tests_execute.sh | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/evergreen/resmoke_tests_execute.sh b/evergreen/resmoke_tests_execute.sh index 8a938878b32..911a85414fd 100644 --- a/evergreen/resmoke_tests_execute.sh +++ b/evergreen/resmoke_tests_execute.sh @@ -24,10 +24,9 @@ if [[ ${disable_unit_tests} = "false" && ! -f ${skip_tests} ]]; then tags_build_variant="${build_variant}" if [[ "${build_variant}" =~ .*"-query-patch-only" ]]; then - # Use the RHEL 8 all feature flags variant for the classic engine variant. The original - # classic engine variant is not a required builder and therefore not captured in patch - # test failure history. - tags_build_variant="enterprise-rhel-80-64-bit-dynamic-all-feature-flags-required" + # Use the RHEL 8 all feature flags variant for the SBE variant. The original SBE variant is + # not a required builder and therefore not captured in patch test failure history. + tags_build_variant="enterprise-rhel-8-64-bit-dynamic-all-feature-flags-required" fi $python buildscripts/testmatrix/getdisplaytaskname.py "${task_name}" "${build_variant}" > display_task_name.txt @@ -105,7 +104,7 @@ if [[ ${disable_unit_tests} = "false" && ! -f ${skip_tests} ]]; then set -o errexit # Reduce the JSHeapLimit for the serial_run task task on Code Coverage builder variant. - if [[ "${build_variant}" = "enterprise-rhel-80-64-bit-coverage" && "${task_name}" = "serial_run" ]]; then + if [[ "${build_variant}" = "enterprise-rhel-8-64-bit-coverage" && "${task_name}" = "serial_run" ]]; then extra_args="$extra_args --mongodSetParameter \"{'jsHeapLimitMB':10}\"" fi @@ -143,7 +142,7 @@ if [[ ${disable_unit_tests} = "false" && ! -f ${skip_tests} ]]; then $extra_args \ ${test_flags} \ --suites=${suite_name} \ - --log=buildlogger \ + --log=${resmoke_logger} \ --staggerJobs=on \ --installDir=${install_dir} \ --buildId=${build_id} \ |
