@@ -1255,6 +1255,13 @@ axes:
1255
1255
# Multiple mongos instances can be specified in the connection string
1256
1256
# for this version.
1257
1257
SAFE_FOR_MULTI_MONGOS : true
1258
+ - id : " 5.0"
1259
+ display_name : " 5.0"
1260
+ variables :
1261
+ VERSION : " 5.0"
1262
+ # Multiple mongos instances can be specified in the connection string
1263
+ # for this version.
1264
+ SAFE_FOR_MULTI_MONGOS : true
1258
1265
- id : " 4.4"
1259
1266
display_name : " 4.4"
1260
1267
variables :
@@ -1414,7 +1421,7 @@ buildvariants:
1414
1421
1415
1422
- matrix_name : " tests-zlib-compression"
1416
1423
matrix_spec : { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk8",
1417
- version : ["3.6", "4.0", "4.2", "4.4", "latest"],
1424
+ version : ["3.6", "4.0", "4.2", "4.4", "5.0", " latest"],
1418
1425
topology : " standalone" , os: "linux-large" }
1419
1426
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
1420
1427
tags : ["tests-variant"]
@@ -1423,7 +1430,7 @@ buildvariants:
1423
1430
1424
1431
- matrix_name : " tests-snappy-compression"
1425
1432
matrix_spec : { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk8",
1426
- version : ["3.4", "3.6", "4.0", "4.2", "4.4", "latest"],
1433
+ version : ["3.4", "3.6", "4.0", "4.2", "4.4", "5.0", " latest"],
1427
1434
topology : " standalone" , os: "linux" }
1428
1435
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
1429
1436
tags : ["tests-variant"]
@@ -1432,7 +1439,7 @@ buildvariants:
1432
1439
1433
1440
- matrix_name : " tests-zstd-compression"
1434
1441
matrix_spec : { compressor : "zstd", auth: "noauth", ssl: "nossl", jdk: "jdk8",
1435
- version : ["4.2", "4.4", "latest"],
1442
+ version : ["4.2", "4.4", "5.0", " latest"],
1436
1443
topology : " standalone" , os: "linux" }
1437
1444
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
1438
1445
tags : ["tests-variant"]
@@ -1447,21 +1454,21 @@ buildvariants:
1447
1454
- name : " test"
1448
1455
1449
1456
- matrix_name : " tests-jdk-secure"
1450
- matrix_spec : { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk11"], version: ["4.0", "4.2", "4.4", "latest"], topology: "*", os: "linux" }
1457
+ matrix_spec : { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk11"], version: ["4.0", "4.2", "4.4", "5.0", " latest"], topology: "*", os: "linux" }
1451
1458
display_name : " ${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
1452
1459
tags : ["tests-variant"]
1453
1460
tasks :
1454
1461
- name : " test"
1455
1462
1456
1463
- matrix_name : " tests-require-api-version"
1457
- matrix_spec : { api-version: "required", auth: "auth", ssl: "nossl", jdk: ["jdk11"], version: ["latest"], topology: "standalone", os: "linux" }
1464
+ matrix_spec : { api-version: "required", auth: "auth", ssl: "nossl", jdk: ["jdk11"], version: ["5.0", " latest"], topology: "standalone", os: "linux" }
1458
1465
display_name : " ${version} ${topology} ${api-version} "
1459
1466
tags : ["tests-variant"]
1460
1467
tasks :
1461
1468
- name : " test"
1462
1469
1463
1470
- matrix_name : " tests-load-balancer-secure"
1464
- matrix_spec : { auth: "auth", ssl: "ssl", jdk: ["jdk11"], version: ["latest"], topology: "sharded-cluster", os: "ubuntu" }
1471
+ matrix_spec : { auth: "auth", ssl: "ssl", jdk: ["jdk11"], version: ["5.0", " latest"], topology: "sharded-cluster", os: "ubuntu" }
1465
1472
display_name : " Load Balancer ${version} ${auth} ${ssl} ${jdk} ${os}"
1466
1473
tasks :
1467
1474
- name : " load-balancer-test"
@@ -1509,7 +1516,7 @@ buildvariants:
1509
1516
- name : " gssapi-auth-test"
1510
1517
1511
1518
- matrix_name : " perf"
1512
- matrix_spec : { auth: "noauth", ssl: "nossl", jdk: "jdk11", version: ["4.0", "4.2", "4.4", "latest"], topology: "standalone", os: "linux" }
1519
+ matrix_spec : { auth: "noauth", ssl: "nossl", jdk: "jdk11", version: ["4.0", "4.2", "4.4", "5.0", " latest"], topology: "standalone", os: "linux" }
1513
1520
batchtime : 1440 # run once a day
1514
1521
display_name : " Perf Tests ${version} "
1515
1522
tags : ["perf-variant"]
@@ -1523,21 +1530,21 @@ buildvariants:
1523
1530
- name : " plain-auth-test"
1524
1531
1525
1532
- matrix_name : " aws-auth-test"
1526
- matrix_spec : { ssl: "nossl", jdk: ["jdk8", "jdk11"], version: ["4.4", "latest"], os: "ubuntu" }
1533
+ matrix_spec : { ssl: "nossl", jdk: ["jdk8", "jdk11"], version: ["4.4", "5.0", " latest"], os: "ubuntu" }
1527
1534
display_name : " MONGODB-AWS Auth test ${version} ${jdk}"
1528
1535
run_on : ubuntu1804-test
1529
1536
tasks :
1530
1537
- name : " aws-auth-test"
1531
1538
1532
1539
- matrix_name : " accept-api-version-2-test"
1533
- matrix_spec : { ssl: "nossl", auth: "noauth", jdk: "jdk11", version: ["latest"], topology: "standalone", os: "linux" }
1534
- display_name : " Accept API Version 2"
1540
+ matrix_spec : { ssl: "nossl", auth: "noauth", jdk: "jdk11", version: ["5.0", " latest"], topology: "standalone", os: "linux" }
1541
+ display_name : " Accept API Version 2 ${version} "
1535
1542
run_on : ubuntu1804-test
1536
1543
tasks :
1537
1544
- name : " accept-api-version-2-test"
1538
1545
1539
1546
- matrix_name : " ocsp-test"
1540
- matrix_spec : { auth: "noauth", ssl: "ssl", jdk: "jdk11", version: ["4.4", "latest"], os: "ubuntu" }
1547
+ matrix_spec : { auth: "noauth", ssl: "ssl", jdk: "jdk11", version: ["4.4", "5.0", " latest"], os: "ubuntu" }
1541
1548
display_name : " OCSP test ${version} ${os}"
1542
1549
tasks :
1543
1550
- name : " .ocsp"
0 commit comments