@@ -886,6 +886,12 @@ axes:
886
886
batchtime : 10080 # 7 days
887
887
variables :
888
888
libmongocrypt_url : https://s3.amazonaws.com/mciuploads/libmongocrypt/windows-test/master/latest/libmongocrypt.tar.gz
889
+ - id : windows-vs2017
890
+ display_name : " Windows 64 Visual Studio 2017"
891
+ run_on : windows-64-vs2017-test
892
+ batchtime : 10080 # 7 days
893
+ variables :
894
+ libmongocrypt_url : https://s3.amazonaws.com/mciuploads/libmongocrypt/windows-test/master/latest/libmongocrypt.tar.gz
889
895
890
896
# Test with authentication?
891
897
- id : auth
@@ -1419,15 +1425,21 @@ buildvariants:
1419
1425
display_name : " ${green-framework} ${python-version} ${platform} ${auth-ssl}"
1420
1426
tasks : *all-server-versions
1421
1427
1422
- # Test CPython 3.4 against all versions on MongoDB >= 2.6
1423
- # on Windows with Visual Studio 2010.
1428
+ # Test CPython 3.4 against MongoDB 2.6-4.2 on Windows with Visual Studio 2010.
1424
1429
- matrix_name : " tests-windows-vs2010-python-version"
1425
1430
matrix_spec :
1426
1431
platform : windows-vs2010
1427
1432
python-version : &win-vs2010-pythons ["win-vs2010-3.4"]
1428
1433
auth-ssl : " *"
1429
1434
display_name : " ${platform} ${python-version} ${auth-ssl}"
1430
- tasks : *all-server-versions
1435
+ tasks :
1436
+ - " .4.2"
1437
+ - " .4.0"
1438
+ - " .3.6"
1439
+ - " .3.4"
1440
+ - " .3.2"
1441
+ - " .3.0"
1442
+ - " .2.6"
1431
1443
1432
1444
# windows-vs2010 3.4 is unable to dlopen the libmongocrypt ddl built on 2016
1433
1445
# - matrix_name: "tests-windows-vs2010-python-version-encryption"
@@ -1471,15 +1483,22 @@ buildvariants:
1471
1483
tasks :
1472
1484
- " .latest"
1473
1485
1474
- # Test CPython 2.7, 3.5 and 3.6 against all versions on MongoDB >= 2.6
1486
+ # Test CPython 2.7, 3.5 and 3.6 against MongoDB 2.6-4.2
1475
1487
# on Windows with the Microsoft Visual C++ Compiler for Python 2.7 or Visual Studio 2015.
1476
1488
- matrix_name : " tests-windows-vs2015-python-version-27plus"
1477
1489
matrix_spec :
1478
1490
platform : windows-vs2015
1479
1491
python-version : &win-vs2015-pythons ["win-vs2015-2.7", "win-vs2015-3.5", "win-vs2015-3.6", "win-vs2015-3.7"]
1480
1492
auth-ssl : " *"
1481
1493
display_name : " ${platform} ${python-version} ${auth-ssl}"
1482
- tasks : *all-server-versions
1494
+ tasks :
1495
+ - " .4.2"
1496
+ - " .4.0"
1497
+ - " .3.6"
1498
+ - " .3.4"
1499
+ - " .3.2"
1500
+ - " .3.0"
1501
+ - " .2.6"
1483
1502
1484
1503
- matrix_name : " tests-windows-vs2015-python-version-encryption"
1485
1504
matrix_spec :
@@ -1490,6 +1509,16 @@ buildvariants:
1490
1509
display_name : " Encryption ${platform} ${python-version} ${auth-ssl}"
1491
1510
tasks : *encryption-server-versions
1492
1511
1512
+ # Test CPython 3.7 against MongoDB >= 4.3 on Windows 2017+.
1513
+ - matrix_name : " tests-windows-vs2017"
1514
+ matrix_spec :
1515
+ platform : windows-vs2017
1516
+ python-version : ["win-vs2015-3.7"]
1517
+ auth-ssl : " *"
1518
+ display_name : " ${platform} ${python-version} ${auth-ssl}"
1519
+ tasks :
1520
+ - .latest
1521
+
1493
1522
# Storage engine tests on RHEL 6.2 (x86_64) with Python 2.7.
1494
1523
- matrix_name : " tests-storage-engines"
1495
1524
matrix_spec :
0 commit comments