@@ -2039,7 +2039,7 @@ tasks:
20392039 commands :
20402040 - func : " bootstrap-mongo-orchestration"
20412041 vars :
2042- VERSION : " latest "
2042+ VERSION : " 8.0 "
20432043 TOPOLOGY : " replica_set"
20442044 - func : " run-search-index-tests"
20452045
@@ -2083,10 +2083,6 @@ axes:
20832083 display_name : " rapid"
20842084 variables :
20852085 VERSION : " rapid"
2086- - id : " latest"
2087- display_name : " latest"
2088- variables :
2089- VERSION : " latest"
20902086
20912087 # OSes that require >= 3.2 for SSL
20922088 - id : os-ssl-32
@@ -2544,41 +2540,35 @@ buildvariants:
25442540 tasks :
25452541 - name : " .test !.enterprise-auth !.snappy"
25462542
2547- - matrix_name : " tests-latest-zlib-zstd-support"
2548- matrix_spec : { version: ["latest"], os-ssl-40: ["windows-64", "rhel87-64"] }
2549- display_name : " ${version} ${os-ssl-40}"
2550- tasks :
2551- - name : " .test !.enterprise-auth !.snappy"
2552-
25532543 - matrix_name : " enterprise-auth-tests"
25542544 matrix_spec : { os-ssl-32: "*" }
25552545 display_name : " Enterprise Auth - ${os-ssl-32}"
25562546 tasks :
25572547 - name : " .test .enterprise-auth"
25582548
25592549 - matrix_name : " aws-auth-test"
2560- matrix_spec : { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest" ], os-aws-auth: "*" }
2550+ matrix_spec : { version: ["4.4", "5.0", "6.0", "7.0", "8.0"], os-aws-auth: "*" }
25612551 display_name : " MONGODB-AWS Auth ${version} ${os-aws-auth}"
25622552 tasks :
25632553 - name : " aws-auth-test"
25642554
25652555 - matrix_name : " ocsp-test"
2566- matrix_spec : { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest" ], ocsp-rhel-87: ["rhel87"] }
2556+ matrix_spec : { version: ["4.4", "5.0", "6.0", "7.0", "8.0"], ocsp-rhel-87: ["rhel87"] }
25672557 display_name : " OCSP ${version} ${ocsp-rhel-87}"
25682558 batchtime : 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
25692559 tasks :
25702560 - name : " .ocsp"
25712561
25722562 - matrix_name : " ocsp-test-windows"
2573- matrix_spec : { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest" ], os-ssl-40: ["windows-64"] }
2563+ matrix_spec : { version: ["4.4", "5.0", "6.0", "7.0", "8.0"], os-ssl-40: ["windows-64"] }
25742564 display_name : " OCSP ${version} ${os-ssl-40}"
25752565 batchtime : 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
25762566 tasks :
25772567 # Windows MongoDB servers do not staple OCSP responses and only support RSA.
25782568 - name : " .ocsp-rsa !.ocsp-staple"
25792569
25802570 - matrix_name : " ocsp-test-macos"
2581- matrix_spec : { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest" ], os-ssl-40: ["macos11"] }
2571+ matrix_spec : { version: ["4.4", "5.0", "6.0", "7.0", "8.0"], os-ssl-40: ["macos11"] }
25822572 display_name : " OCSP ${version} ${os-ssl-40}"
25832573 batchtime : 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
25842574 tasks :
@@ -2599,12 +2589,6 @@ buildvariants:
25992589 tasks :
26002590 - name : " .versioned-api"
26012591
2602- - matrix_name : " versioned-api-latest-test"
2603- matrix_spec : { version: ["latest"], os-ssl-40: ["windows-64", "rhel87-64"] }
2604- display_name : " API Version ${version} ${os-ssl-40}"
2605- tasks :
2606- - name : " .versioned-api"
2607-
26082592 - matrix_name : " kms-tls-test"
26092593 matrix_spec : { version: ["7.0"], os-ssl-40: ["rhel87-64"] }
26102594 display_name : " KMS TLS ${os-ssl-40}"
@@ -2618,12 +2602,6 @@ buildvariants:
26182602 tasks :
26192603 - name : " .load-balancer"
26202604
2621- - matrix_name : " load-balancer-latest-test"
2622- matrix_spec : { version: ["latest"], os-ssl-40: ["rhel87-64"] }
2623- display_name : " Load Balancer Support ${version} ${os-ssl-40}"
2624- tasks :
2625- - name : " .load-balancer"
2626-
26272605 - matrix_name : " kms-kmip-test"
26282606 matrix_spec : { version: ["7.0"], os-ssl-40: ["rhel87-64"] }
26292607 display_name : " KMS KMIP ${os-ssl-40}"
0 commit comments