@@ -379,7 +379,7 @@ functions:
379379 params :
380380 binary : bash
381381 working_dir : " src"
382- include_expansions_in_env : [MONGODB_URI, AUTH, SSL, TOPOLOGY, COMPRESSOR, RVM_RUBY]
382+ include_expansions_in_env : [DRIVERS_TOOLS, MONGODB_URI, AUTH, SSL, TOPOLOGY, COMPRESSOR, RVM_RUBY]
383383 args :
384384 - " .evergreen/run-tests-new.sh"
385385 " run tests " :
@@ -1189,7 +1189,7 @@ buildvariants:
11891189 os : ubuntu2204
11901190 display_name : ${auth-and-ssl} ${ruby} db-${mongodb-version} ${topology}
11911191 tasks :
1192- - name : " test-mlaunch "
1192+ - name : " run-main- test-suite "
11931193
11941194 - matrix_name : " mongo-recent"
11951195 matrix_spec :
@@ -1381,7 +1381,7 @@ buildvariants:
13811381 os : ubuntu2204
13821382 display_name : " ${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
13831383 tasks :
1384- - name : " test-mlaunch "
1384+ - name : " run-main- test-suite "
13851385
13861386 - matrix_name : zlib-"ruby-3.3"
13871387 matrix_spec :
@@ -1393,7 +1393,7 @@ buildvariants:
13931393 os : ubuntu2204
13941394 display_name : " ${compressor} ${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
13951395 tasks :
1396- - name : " test-mlaunch "
1396+ - name : " run-main- test-suite "
13971397
13981398 - matrix_name : snappy-"ruby-3.3"
13991399 matrix_spec :
@@ -1405,7 +1405,7 @@ buildvariants:
14051405 os : ubuntu2204
14061406 display_name : " ${compressor} ${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
14071407 tasks :
1408- - name : " test-mlaunch "
1408+ - name : " run-main- test-suite "
14091409
14101410 # the zstd-ruby gem does not support JRuby (explicitly). However, there is
14111411 # apparently a zstd-jni gem for JRuby that we could investigate here; if
@@ -1421,7 +1421,7 @@ buildvariants:
14211421 os : ubuntu2204
14221422 display_name : " ${compressor} ${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
14231423 tasks :
1424- - name : " test-mlaunch "
1424+ - name : " run-main- test-suite "
14251425
14261426 - matrix_name : activesupport-"ruby-3.3"
14271427 matrix_spec :
@@ -1454,7 +1454,7 @@ buildvariants:
14541454 os : ubuntu2004
14551455 display_name : " ${compressor} ${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
14561456 tasks :
1457- - name : " test-mlaunch "
1457+ - name : " run-main- test-suite "
14581458
14591459 - matrix_name : snappy-"ruby-2.7"
14601460 matrix_spec :
@@ -1466,7 +1466,7 @@ buildvariants:
14661466 os : ubuntu2004
14671467 display_name : " ${compressor} ${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
14681468 tasks :
1469- - name : " test-mlaunch "
1469+ - name : " run-main- test-suite "
14701470
14711471 # the zstd-ruby gem does not support JRuby (explicitly). However, there is
14721472 # apparently a zstd-jni gem for JRuby that we could investigate here; if
@@ -1482,7 +1482,7 @@ buildvariants:
14821482 os : ubuntu2004
14831483 display_name : " ${compressor} ${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
14841484 tasks :
1485- - name : " test-mlaunch "
1485+ - name : " run-main- test-suite "
14861486
14871487 - matrix_name : activesupport-"ruby-2.7"
14881488 matrix_spec :
0 commit comments