@@ -1089,7 +1089,7 @@ tasks:
1089
1089
commands :
1090
1090
- func : " bootstrap mongo-orchestration"
1091
1091
vars :
1092
- VERSION : " latest "
1092
+ VERSION : " 5.0 "
1093
1093
TOPOLOGY : " server"
1094
1094
- func : " run doctests"
1095
1095
@@ -1454,7 +1454,7 @@ tasks:
1454
1454
commands :
1455
1455
- func : " bootstrap mongo-orchestration"
1456
1456
vars :
1457
- VERSION : " latest "
1457
+ VERSION : " 5.0 "
1458
1458
TOPOLOGY : " server"
1459
1459
- func : " run cdecimal tests"
1460
1460
@@ -2589,7 +2589,7 @@ buildvariants:
2589
2589
pyopenssl : " *"
2590
2590
display_name : " PyOpenSSL ${platform} ${python-version} ${auth}"
2591
2591
tasks :
2592
- - ' .replica_set !.2.6 !.3.0'
2592
+ - ' .replica_set !.2.6 !.3.0 !.latest !.rapid !.6.0 '
2593
2593
# Test standalone and sharded only on 5.0.
2594
2594
- ' .5.0'
2595
2595
@@ -2602,7 +2602,7 @@ buildvariants:
2602
2602
pyopenssl : " *"
2603
2603
display_name : " PyOpenSSL ${platform} ${python-version} ${auth}"
2604
2604
tasks :
2605
- - ' .replica_set !.2.6 !.3.0 !.3.2 !.3.4'
2605
+ - ' .replica_set !.2.6 !.3.0 !.3.2 !.3.4 !.latest !.rapid !.6.0 '
2606
2606
# Test standalone and sharded only on 5.0.
2607
2607
- ' .5.0'
2608
2608
@@ -2659,7 +2659,7 @@ buildvariants:
2659
2659
auth-ssl : noauth-nossl
2660
2660
encryption : " *"
2661
2661
display_name : " Encryption ${python-version} ${platform} ${auth-ssl}"
2662
- tasks : *rhel-encryption -server-versions
2662
+ tasks : *aws -server-versions
2663
2663
2664
2664
- matrix_name : " tests-python-version-amazon1-without-c-extensions"
2665
2665
matrix_spec :
@@ -2712,7 +2712,6 @@ buildvariants:
2712
2712
compression : ["snappy"]
2713
2713
display_name : " ${compression} ${c-extensions} ${python-version} ${platform}"
2714
2714
tasks :
2715
- - " test-latest-standalone"
2716
2715
- " test-5.0-standalone"
2717
2716
- " test-4.4-standalone"
2718
2717
- " test-4.2-standalone"
@@ -2876,7 +2875,7 @@ buildvariants:
2876
2875
python-version : " *"
2877
2876
then :
2878
2877
add_tasks :
2879
- - " test-latest -standalone"
2878
+ - " test-5.0 -standalone"
2880
2879
- " test-4.4-standalone"
2881
2880
- " test-4.2-standalone"
2882
2881
- " test-4.0-standalone"
@@ -2913,7 +2912,7 @@ buildvariants:
2913
2912
python-version : " 2.7"
2914
2913
display_name : " Disable test commands ${python-version} ${platform}"
2915
2914
tasks :
2916
- - " .latest "
2915
+ - " .5.0 "
2917
2916
2918
2917
# setdefaultencoding tests on RHEL 6.2 (x86_64) with Python 2.7.
2919
2918
- matrix_name : " test-setdefaultencoding"
@@ -2923,7 +2922,7 @@ buildvariants:
2923
2922
python-version : " 2.7"
2924
2923
display_name : " setdefaultencoding ${python-version} ${platform}"
2925
2924
tasks :
2926
- - " test-latest -standalone"
2925
+ - " test-5.0 -standalone"
2927
2926
2928
2927
- matrix_name : " test-linux-enterprise-auth"
2929
2928
matrix_spec :
@@ -3051,7 +3050,6 @@ buildvariants:
3051
3050
tasks :
3052
3051
# Versioned API was introduced in MongoDB 4.7
3053
3052
- " test-5.0-standalone"
3054
- - " test-latest-standalone"
3055
3053
3056
3054
- matrix_name : " ocsp-test"
3057
3055
matrix_spec :
0 commit comments