@@ -855,10 +855,11 @@ axes:
855855 - id : os-fully-featured
856856 display_name : OS
857857 values :
858- - id : linux-64-amzn-test
859- display_name : " Amazon Linux (Enterprise)"
860- run_on : linux-64-amzn-test
861- batchtime : 10080 # 7 days
858+ # https://jira.mongodb.org/browse/BUILD-5453
859+ # - id: linux-64-amzn-test
860+ # display_name: "Amazon Linux (Enterprise)"
861+ # run_on: linux-64-amzn-test
862+ # batchtime: 10080 # 7 days
862863
863864 - id : ubuntu-14.04
864865 display_name : " Ubuntu 14.04"
@@ -1013,10 +1014,6 @@ axes:
10131014 - id : python-version
10141015 display_name : " Python"
10151016 values :
1016- - id : " 2.6"
1017- display_name : " Python 2.6"
1018- variables :
1019- PYTHON_BINARY : " /opt/python/2.6/bin/python"
10201017 - id : " 2.7"
10211018 display_name : " Python 2.7"
10221019 variables :
@@ -1061,10 +1058,6 @@ axes:
10611058 - id : mod-wsgi-version
10621059 display_name : " mod_wsgi version"
10631060 values :
1064- - id : " 2"
1065- display_name : " mod_wsgi 2.8"
1066- variables :
1067- MOD_WSGI_VERSION : " 2"
10681061 - id : " 3"
10691062 display_name : " mod_wsgi 3.5"
10701063 variables :
@@ -1122,11 +1115,7 @@ axes:
11221115 values :
11231116 # There is (currently) no vs2008 distro. The Microsoft Visual
11241117 # C++ Compiler for Python 2.7 has been installed, with CPython
1125- # 2.6 and 2.7, on the vs2015 distro.
1126- - id : " 2.6"
1127- display_name : " Python 2.6"
1128- variables :
1129- PYTHON_BINARY : " /cygdrive/c/python/Python26/python.exe"
1118+ # 2.7, on the vs2015 distro.
11301119 - id : " 2.7"
11311120 display_name : " Python 2.7"
11321121 variables :
@@ -1339,9 +1328,6 @@ buildvariants:
13391328# on Windows with the Microsoft Visual C++ Compiler for Python 2.7 or Visual Studio 2015.
13401329- matrix_name : " tests-windows-vs2015-python-version-27plus"
13411330 matrix_spec : {windows-vs2015-python-version: "*", auth-ssl: "*"}
1342- exclude_spec :
1343- - windows-vs2015-python-version : " 2.6"
1344- auth-ssl : " *"
13451331 display_name : " Windows 64 Visual Studio 2015 ${windows-vs2015-python-version} ${auth-ssl}"
13461332 run_on : windows-64-vs2015-test
13471333 tasks :
@@ -1353,51 +1339,6 @@ buildvariants:
13531339 - " .3.0"
13541340 - " .2.6"
13551341
1356- # Test CPython 2.6 against all versions on MongoDB >= 2.6
1357- # on Windows with the Microsoft Visual C++ Compiler for Python 2.7.
1358- # Python 2.6.6 (the last 2.6 version with Windows installers) bundles
1359- # OpenSSL 0.9.8, which doesn't support TLS 1.1+. MongoDB 4.0+ requires
1360- # TLS 1.1+ by default.
1361- - matrix_name : " tests-windows-vs2015-python-version-26"
1362- matrix_spec : {windows-vs2015-python-version: "2.6", auth: "*", ssl: "*"}
1363- exclude_spec :
1364- - windows-vs2015-python-version : " *"
1365- auth : " noauth"
1366- ssl : " ssl"
1367- display_name : " Windows 64 Visual Studio 2015 ${windows-vs2015-python-version} ${auth} ${ssl}"
1368- run_on : windows-64-vs2015-test
1369- rules :
1370- - if :
1371- windows-vs2015-python-version : " *"
1372- auth : " *"
1373- ssl : " nossl"
1374- then :
1375- add_tasks :
1376- - " .latest"
1377- - " .4.0"
1378- - if :
1379- windows-vs2015-python-version : " *"
1380- auth : " noauth"
1381- ssl : " nossl"
1382- then :
1383- add_tasks :
1384- - " .3.6"
1385- - " .3.4"
1386- - " .3.2"
1387- - " .3.0"
1388- - " .2.6"
1389- - if :
1390- windows-vs2015-python-version : " *"
1391- auth : " auth"
1392- ssl : " ssl"
1393- then :
1394- add_tasks :
1395- - " .3.6"
1396- - " .3.4"
1397- - " .3.2"
1398- - " .3.0"
1399- - " .2.6"
1400-
14011342# Storage engine tests on RHEL 6.2 (x86_64) with Python 2.7.
14021343- matrix_name : " tests-storage-engines"
14031344 matrix_spec : {storage-engine: "*", python-version: "2.7"}
@@ -1453,11 +1394,7 @@ buildvariants:
14531394 - name : " test-enterprise-auth"
14541395
14551396- matrix_name : " tests-mod-wsgi"
1456- matrix_spec : {"python-version": ["2.6", "2.7", "3.4", "3.6"], "mod-wsgi-version": "*"}
1457- exclude_spec :
1458- # mod_wsgi 2.8 segfaults with the toolchain python 2.7, regardless of distro
1459- python-version : ["2.7", "3.4", "3.6"]
1460- mod-wsgi-version : ["2"]
1397+ matrix_spec : {"python-version": ["2.7", "3.4", "3.6"], "mod-wsgi-version": "*"}
14611398 display_name : " ${mod-wsgi-version} ${python-version}"
14621399 run_on : rhel62-small
14631400 tasks :
@@ -1479,7 +1416,7 @@ buildvariants:
14791416 - name : " doctests"
14801417
14811418- matrix_name : " cdecimal"
1482- matrix_spec : {python-version: ["2.6", "2. 7"]}
1419+ matrix_spec : {python-version: ["2.7"]}
14831420 display_name : " cdecimal ${python-version}"
14841421 batchtime : 10080 # 7 days
14851422 run_on :
0 commit comments