@@ -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 " :
@@ -341,7 +341,7 @@ functions:
341341 " upload test results " :
342342 - command : attach.xunit_results
343343 params :
344- file : ./src/rspec .xml
344+ file : ./src/tmp/* .xml
345345
346346 " delete private environment " :
347347 - command : shell.exec
@@ -430,7 +430,7 @@ post:
430430 # Removed, causing timeouts
431431 # - func: "upload working dir"
432432 - func : " upload mo artifacts"
433- # - func: "upload test results"
433+ - func : " upload test results"
434434 - func : " upload test results to s3"
435435
436436task_groups :
@@ -761,11 +761,6 @@ axes:
761761 - id : " mongodb-version"
762762 display_name : MongoDB Version
763763 values :
764- - id : " latest"
765- display_name : " latest"
766- variables :
767- MONGODB_VERSION : " latest"
768- CRYPT_SHARED_VERSION : " latest"
769764 - id : " 8.0"
770765 display_name : " 8.0"
771766 variables :
@@ -1064,7 +1059,7 @@ axes:
10641059 values :
10651060 - id : mmapv1
10661061 display_name : MMAPv1
1067- run_on : ubuntu1804 -small
1062+ run_on : ubuntu2004 -small
10681063 variables :
10691064 MMAPV1 : ' true'
10701065
@@ -1179,7 +1174,7 @@ buildvariants:
11791174 matrix_spec :
11801175 auth-and-ssl : ["auth-and-ssl", "noauth-and-nossl"]
11811176 ruby : " ruby-3.3"
1182- mongodb-version : ["latest", " 8.0", "7.0"]
1177+ mongodb-version : ["8.0", "7.0"]
11831178 topology : ["standalone", "replica-set", "sharded-cluster"]
11841179 os : ubuntu2204
11851180 display_name : ${auth-and-ssl} ${ruby} db-${mongodb-version} ${topology}
@@ -1189,7 +1184,7 @@ buildvariants:
11891184 - matrix_name : " mongo-recent"
11901185 matrix_spec :
11911186 ruby : ["ruby-3.3", "ruby-3.2", "jruby-9.4"]
1192- mongodb-version : ["latest", " 8.0", "7.0"]
1187+ mongodb-version : ["8.0", "7.0"]
11931188 topology : ["standalone", "replica-set", "sharded-cluster"]
11941189 os : ubuntu2204
11951190 display_name : " ${mongodb-version} ${os} ${topology} ${auth-and-ssl} ${ruby}"
@@ -1208,28 +1203,18 @@ buildvariants:
12081203
12091204 - matrix_name : " mongo-5.x"
12101205 matrix_spec :
1211- ruby : ["ruby-3.3", "ruby-3.2", "jruby-9.4" ]
1206+ ruby : ["ruby-3.3", "ruby-3.2"]
12121207 mongodb-version : ['5.0']
12131208 topology : ["standalone", "replica-set", "sharded-cluster"]
1214- os : ubuntu1804
1209+ os : ubuntu2004
12151210 display_name : " ${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
12161211 tasks :
12171212 - name : " test-mlaunch"
12181213
12191214 - matrix_name : " mongo-4.x"
12201215 matrix_spec :
12211216 ruby : ["ruby-3.0", "ruby-2.7"]
1222- mongodb-version : ['4.4', '4.2', '4.0']
1223- topology : ["standalone", "replica-set", "sharded-cluster"]
1224- os : ubuntu1804
1225- display_name : " ${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
1226- tasks :
1227- - name : " test-mlaunch"
1228-
1229- - matrix_name : " mongo-3.6"
1230- matrix_spec :
1231- ruby : " ruby-2.7"
1232- mongodb-version : ['3.6']
1217+ mongodb-version : ['4.4', '4.2']
12331218 topology : ["standalone", "replica-set", "sharded-cluster"]
12341219 os : ubuntu1804
12351220 display_name : " ${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
@@ -1301,17 +1286,6 @@ buildvariants:
13011286 tasks :
13021287 - name : " test-mlaunch"
13031288
1304- - matrix_name : mmapv1
1305- matrix_spec :
1306- ruby : " ruby-2.7"
1307- mongodb-version : ['3.6', '4.0']
1308- topology : ["standalone", "replica-set", "sharded-cluster"]
1309- storage-engine : mmapv1
1310- os : ubuntu1804
1311- display_name : " ${mongodb-version} ${topology} mmapv1 ${ruby}"
1312- tasks :
1313- - name : " test-mlaunch"
1314-
13151289 - matrix_name : " lint"
13161290 matrix_spec :
13171291 lint : on
@@ -1349,7 +1323,7 @@ buildvariants:
13491323 matrix_spec :
13501324 stress : on
13511325 ruby : " ruby-2.7"
1352- mongodb-version : ['4.2 ', '4.0', '3.6 ']
1326+ mongodb-version : ['4.4 ', '4.2 ']
13531327 topology : replica-set
13541328 os : ubuntu1804
13551329 display_name : " ${mongodb-version} ${topology} stress ${ruby}"
@@ -1798,10 +1772,11 @@ buildvariants:
17981772 tasks :
17991773 - name : test-atlas
18001774
1801- - matrix_name : " aws-lambda"
1802- matrix_spec :
1803- ruby : ' ruby-3.2'
1804- os : ubuntu2204
1805- display_name : " AWS Lambda"
1806- tasks :
1807- - name : test_aws_lambda_task_group
1775+ # https://jira.mongodb.org/browse/RUBY-3311
1776+ # - matrix_name: "aws-lambda"
1777+ # matrix_spec:
1778+ # ruby: 'ruby-3.2'
1779+ # os: ubuntu2204
1780+ # display_name: "AWS Lambda"
1781+ # tasks:
1782+ # - name: test_aws_lambda_task_group
0 commit comments