@@ -950,6 +950,9 @@ axes:
950950 - id : ubuntu2004
951951 display_name : " Ubuntu 20.04"
952952 run_on : ubuntu2004-small
953+ - id : ubuntu1804
954+ display_name : " Ubuntu 18.04"
955+ run_on : ubuntu1804-small
953956
954957 - id : docker-distro
955958 display_name : Docker Distro
@@ -1211,19 +1214,9 @@ buildvariants:
12111214 - matrix_name : " mongo-4.x"
12121215 matrix_spec :
12131216 ruby : ["ruby-3.0", "ruby-2.7"]
1214- mongodb-version : ['4.4', '4.0 ']
1217+ mongodb-version : ['4.4', '4.2 ']
12151218 topology : ["standalone", "replica-set", "sharded-cluster"]
1216- os : ubuntu2004
1217- display_name : " ${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
1218- tasks :
1219- - name : " test-mlaunch"
1220-
1221- - matrix_name : " mongo-3.6"
1222- matrix_spec :
1223- ruby : " ruby-2.7"
1224- mongodb-version : ['3.6']
1225- topology : ["standalone", "replica-set", "sharded-cluster"]
1226- os : ubuntu2004
1219+ os : ubuntu1804
12271220 display_name : " ${mongodb-version} ${topology} ${auth-and-ssl} ${ruby}"
12281221 tasks :
12291222 - name : " test-mlaunch"
@@ -1293,17 +1286,6 @@ buildvariants:
12931286 tasks :
12941287 - name : " test-mlaunch"
12951288
1296- - matrix_name : mmapv1
1297- matrix_spec :
1298- ruby : " ruby-2.7"
1299- mongodb-version : ['3.6', '4.0']
1300- topology : ["standalone", "replica-set", "sharded-cluster"]
1301- storage-engine : mmapv1
1302- os : ubuntu2004
1303- display_name : " ${mongodb-version} ${topology} mmapv1 ${ruby}"
1304- tasks :
1305- - name : " test-mlaunch"
1306-
13071289 - matrix_name : " lint"
13081290 matrix_spec :
13091291 lint : on
@@ -1341,9 +1323,9 @@ buildvariants:
13411323 matrix_spec :
13421324 stress : on
13431325 ruby : " ruby-2.7"
1344- mongodb-version : ['4.4', '4.0', '3.6 ']
1326+ mongodb-version : ['4.4', '4.2 ']
13451327 topology : replica-set
1346- os : ubuntu2004
1328+ os : ubuntu1804
13471329 display_name : " ${mongodb-version} ${topology} stress ${ruby}"
13481330 tasks :
13491331 - name : " test-mlaunch"
@@ -1790,10 +1772,11 @@ buildvariants:
17901772 tasks :
17911773 - name : test-atlas
17921774
1793- - matrix_name : " aws-lambda"
1794- matrix_spec :
1795- ruby : ' ruby-3.2'
1796- os : ubuntu2204
1797- display_name : " AWS Lambda"
1798- tasks :
1799- - 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