@@ -179,7 +179,7 @@ functions:
179179 export AWS_DEFAULT_REGION="${fle_aws_region}"
180180 fi
181181 export CSOT_SPEC_TESTS=1
182- TEST_CMD="bundle exec rspec spec/spec_tests/client_side_operations_timeout_spec.rb" \
182+ TEST_CMD="bundle exec rspec spec/spec_tests/client_side_operations_timeout_spec.rb --format Rfc::Riff --format RspecJunitFormatter --out tmp/rspec.xml " \
183183 .evergreen/run-tests.sh
184184
185185 " export FLE credentials " :
@@ -1200,7 +1200,7 @@ buildvariants:
12001200
12011201 - matrix_name : " mongo-5.x"
12021202 matrix_spec :
1203- ruby : ["ruby-3.3", "ruby-3.2", "jruby-9.4" ]
1203+ ruby : ["ruby-3.3", "ruby-3.2"]
12041204 mongodb-version : ['5.0']
12051205 topology : ["standalone", "replica-set", "sharded-cluster"]
12061206 os : ubuntu2004
@@ -1211,7 +1211,7 @@ buildvariants:
12111211 - matrix_name : " mongo-4.x"
12121212 matrix_spec :
12131213 ruby : ["ruby-3.0", "ruby-2.7"]
1214- mongodb-version : ['4.4', '4.2', '4. 0']
1214+ mongodb-version : ['4.4', '4.0']
12151215 topology : ["standalone", "replica-set", "sharded-cluster"]
12161216 os : ubuntu2004
12171217 display_name : " ${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
@@ -1341,7 +1341,7 @@ buildvariants:
13411341 matrix_spec :
13421342 stress : on
13431343 ruby : " ruby-2.7"
1344- mongodb-version : ['4.2 ', '4.0', '3.6']
1344+ mongodb-version : ['4.4 ', '4.0', '3.6']
13451345 topology : replica-set
13461346 os : ubuntu2004
13471347 display_name : " ${mongodb-version} ${topology} stress ${ruby}"
0 commit comments