@@ -1330,6 +1330,10 @@ axes:
1330
1330
display_name : " latest"
1331
1331
variables :
1332
1332
VERSION : " latest"
1333
+ - id : " 6.0"
1334
+ display_name : " 6.0"
1335
+ variables :
1336
+ VERSION : " 6.0"
1333
1337
- id : " 5.0"
1334
1338
display_name : " 5.0"
1335
1339
variables :
@@ -1466,7 +1470,7 @@ buildvariants:
1466
1470
- name : test-netstandard21
1467
1471
1468
1472
- matrix_name : " tests-zlib-compression"
1469
- matrix_spec : { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"] , topology: "standalone", os: "windows-64" }
1473
+ matrix_spec : { compressor : "zlib", auth: "noauth", ssl: "nossl", version: "*" , topology: "standalone", os: "windows-64" }
1470
1474
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
1471
1475
tags : ["tests-variant"]
1472
1476
tasks :
@@ -1475,7 +1479,7 @@ buildvariants:
1475
1479
- name : test-netstandard21
1476
1480
1477
1481
- matrix_name : " tests-snappy-compression"
1478
- matrix_spec : { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"] , topology: "standalone", os: "windows-64" }
1482
+ matrix_spec : { compressor : "snappy", auth: "noauth", ssl: "nossl", version: "*" , topology: "standalone", os: "windows-64" }
1479
1483
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
1480
1484
tags : ["tests-variant"]
1481
1485
tasks :
@@ -1484,22 +1488,22 @@ buildvariants:
1484
1488
- name : test-netstandard21
1485
1489
1486
1490
- matrix_name : " tests-snappy-compression-linux"
1487
- matrix_spec : { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"] , topology: "standalone", os: "ubuntu-1804" }
1491
+ matrix_spec : { compressor : "snappy", auth: "noauth", ssl: "nossl", version: "*" , topology: "standalone", os: "ubuntu-1804" }
1488
1492
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
1489
1493
tags : ["tests-variant"]
1490
1494
tasks :
1491
1495
- name : test-netstandard20
1492
1496
- name : test-netstandard21
1493
1497
1494
1498
- matrix_name : " tests-snappy-compression-macOS"
1495
- matrix_spec : { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["5.0", "latest"], topology: "standalone", os: "macos-1014" }
1499
+ matrix_spec : { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["5.0", "6.0", " latest"], topology: "standalone", os: "macos-1014" }
1496
1500
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
1497
1501
tags : ["tests-variant"]
1498
1502
tasks :
1499
1503
- name : test-netstandard21
1500
1504
1501
1505
- matrix_name : " tests-zstandard-compression"
1502
- matrix_spec : { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"] , topology: "standalone", os: "windows-64" }
1506
+ matrix_spec : { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: "*" , topology: "standalone", os: "windows-64" }
1503
1507
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
1504
1508
tags : ["tests-variant"]
1505
1509
tasks :
@@ -1508,23 +1512,23 @@ buildvariants:
1508
1512
- name : test-netstandard21
1509
1513
1510
1514
- matrix_name : " tests-zstandard-compression-linux"
1511
- matrix_spec : { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"] , topology: "standalone", os: "ubuntu-1804" }
1515
+ matrix_spec : { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: "*" , topology: "standalone", os: "ubuntu-1804" }
1512
1516
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
1513
1517
tags : ["tests-variant"]
1514
1518
tasks :
1515
1519
- name : test-netstandard20
1516
1520
- name : test-netstandard21
1517
1521
1518
1522
- matrix_name : " tests-zstandard-compression-macOS"
1519
- matrix_spec : { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: ["5.0", "latest"], topology: "standalone", os: "macos-1014" }
1523
+ matrix_spec : { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: ["5.0", "6.0", " latest"], topology: "standalone", os: "macos-1014" }
1520
1524
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
1521
1525
tags : ["tests-variant"]
1522
1526
tasks :
1523
1527
- name : test-netstandard21
1524
1528
1525
1529
# ubuntu 18 does not support SSL until 4.0
1526
1530
- matrix_name : " secure-tests-linux"
1527
- matrix_spec : { version: ["4.0", "4.2", "4.4", "5.0", "latest"], topology: "*", auth: "auth", ssl: "ssl", os: "ubuntu-1804" }
1531
+ matrix_spec : { version: ["4.0", "4.2", "4.4", "5.0", "6.0", " latest"], topology: "*", auth: "auth", ssl: "ssl", os: "ubuntu-1804" }
1528
1532
display_name : " ${version} ${topology} ${auth} ${ssl} ${os}"
1529
1533
tags : ["tests-variant"]
1530
1534
tasks :
@@ -1540,44 +1544,44 @@ buildvariants:
1540
1544
- name : test-netstandard21
1541
1545
1542
1546
- matrix_name : " secure-tests-macOS"
1543
- matrix_spec : { version: ["5.0", "latest"], topology: "replicaset", auth: "auth", ssl: "ssl", os: "macos-1014" }
1547
+ matrix_spec : { version: ["5.0", "6.0", " latest"], topology: "replicaset", auth: "auth", ssl: "ssl", os: "macos-1014" }
1544
1548
display_name : " ${version} ${topology} ${auth} ${ssl} ${os}"
1545
1549
tags : ["tests-variant"]
1546
1550
tasks :
1547
1551
- name : test-netstandard21
1548
1552
1549
1553
- matrix_name : " unsecure-tests-macOS"
1550
- matrix_spec : { version: ["5.0", "latest"], topology: "replicaset", auth: "noauth", ssl: "nossl", os: "macos-1014" }
1554
+ matrix_spec : { version: ["5.0", "6.0", " latest"], topology: "replicaset", auth: "noauth", ssl: "nossl", os: "macos-1014" }
1551
1555
display_name : " ${version} ${topology} ${auth} ${ssl} ${os}"
1552
1556
tags : ["tests-variant"]
1553
1557
tasks :
1554
1558
- name : test-netstandard21
1555
1559
1556
1560
- matrix_name : " tests-zlib-compression-posix"
1557
- matrix_spec : { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"] , topology: "standalone", os: "ubuntu-1804" }
1561
+ matrix_spec : { compressor : "zlib", auth: "noauth", ssl: "nossl", version: "*" , topology: "standalone", os: "ubuntu-1804" }
1558
1562
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
1559
1563
tags : ["tests-variant"]
1560
1564
tasks :
1561
1565
- name : test-netstandard20
1562
1566
- name : test-netstandard21
1563
1567
1564
1568
- matrix_name : " ocsp-tests"
1565
- matrix_spec : { version: ["4.4", "5.0", "latest"], auth: "noauth", ssl: "ssl", topology: "standalone", os: "windows-64" } # matrix_spec: { version: ["latest"], os-ssl-32: ["ubuntu1604-64-go-1-12"] }
1569
+ matrix_spec : { version: ["4.4", "5.0", "6.0", " latest"], auth: "noauth", ssl: "ssl", topology: "standalone", os: "windows-64" } # matrix_spec: { version: ["latest"], os-ssl-32: ["ubuntu1604-64-go-1-12"] }
1566
1570
display_name : " OCSP ${version} ${os}" # display_name: "OCSP ${version} ${os-ssl-32}"
1567
1571
batchtime : 20160 # 14 days
1568
1572
tasks :
1569
1573
- name : " .ocsp"
1570
1574
1571
1575
- matrix_name : aws-auth-tests
1572
- matrix_spec : { version: ["4.4", "5.0", "latest"], topology: "standalone", os: "windows-64" }
1576
+ matrix_spec : { version: ["4.4", "5.0", "6.0", " latest"], topology: "standalone", os: "windows-64" }
1573
1577
display_name : " MONGODB-AWS Auth test ${version} ${os}"
1574
1578
run_on :
1575
1579
- windows-64-vs2017-test
1576
1580
tasks :
1577
1581
- name : aws-auth-tests
1578
1582
1579
1583
- matrix_name : stable-api-tests
1580
- matrix_spec : { version: ["5.0", "latest"], topology: "standalone", auth: "auth", ssl: "nossl", os: "windows-64" }
1584
+ matrix_spec : { version: ["5.0", "6.0", " latest"], topology: "standalone", auth: "auth", ssl: "nossl", os: "windows-64" }
1581
1585
display_name : " Stable API ${version} ${topology} ${auth} ${ssl} ${os}"
1582
1586
run_on :
1583
1587
- windows-64-vs2017-test
@@ -1653,22 +1657,22 @@ buildvariants:
1653
1657
- name : test-gssapi-netstandard21
1654
1658
1655
1659
- matrix_name : " csfle-with-mocked-kms-tests-windows"
1656
- matrix_spec : { os: "windows-64", ssl: "nossl", version: [ "5.0" ], topology: ["standalone"] }
1660
+ matrix_spec : { os: "windows-64", ssl: "nossl", version: [ "5.0", "6.0", "latest" ], topology: ["standalone"] }
1657
1661
display_name : " CSFLE Mocked KMS ${os}"
1658
1662
tasks :
1659
1663
- name : test-kms-tls-mocked-net472
1660
1664
- name : test-kms-tls-mocked-netstandard20
1661
- - name : test-kms-tls-mocked-netstandard21
1665
+ - name : test-kms-tls-mocked-netstandard21
1662
1666
1663
1667
- matrix_name : " csfle-with-mocked-kms-tests-linux"
1664
- matrix_spec : { os: "ubuntu-1804", ssl: "nossl", version: [ "5.0" ], topology: ["standalone"] }
1668
+ matrix_spec : { os: "ubuntu-1804", ssl: "nossl", version: [ "5.0", "6.0", "latest" ], topology: ["standalone"] }
1665
1669
display_name : " CSFLE Mocked KMS ${os}"
1666
1670
tasks :
1667
1671
- name : test-kms-tls-mocked-netstandard20
1668
1672
- name : test-kms-tls-mocked-netstandard21
1669
1673
1670
1674
- matrix_name : " csfle-with-mocked-kms-tests-macOS"
1671
- matrix_spec : { os: "macos-1014", ssl: "nossl", version: [ "5.0" ], topology: ["standalone"] }
1675
+ matrix_spec : { os: "macos-1014", ssl: "nossl", version: [ "5.0", "6.0", "latest" ], topology: ["standalone"] }
1672
1676
display_name : " CSFLE Mocked KMS ${os}"
1673
1677
tasks :
1674
1678
- name : test-kms-tls-mocked-netstandard21
0 commit comments