From 52789a77023c2dfdcd4eabaa193878f9c371a9cc Mon Sep 17 00:00:00 2001 From: Matt Dale <9760375+matthewdale@users.noreply.github.com> Date: Wed, 3 Sep 2025 14:21:45 -0700 Subject: [PATCH] Don't test v1 branches against latest server. --- .evergreen/config.yml | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-) diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 6820eee952..d052584cae 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -2036,7 +2036,7 @@ tasks: commands: - func: "bootstrap-mongo-orchestration" vars: - VERSION: "latest" + VERSION: "8.0" TOPOLOGY: "replica_set" - func: "run-search-index-tests" @@ -2080,10 +2080,6 @@ axes: display_name: "rapid" variables: VERSION: "rapid" - - id: "latest" - display_name: "latest" - variables: - VERSION: "latest" # OSes that require >= 3.2 for SSL - id: os-ssl-32 @@ -2541,12 +2537,6 @@ buildvariants: tasks: - name: ".test !.enterprise-auth !.snappy" - - matrix_name: "tests-latest-zlib-zstd-support" - matrix_spec: { version: ["latest"], os-ssl-40: ["windows-64", "rhel87-64"] } - display_name: "${version} ${os-ssl-40}" - tasks: - - name: ".test !.enterprise-auth !.snappy" - - matrix_name: "enterprise-auth-tests" matrix_spec: { os-ssl-32: "*" } display_name: "Enterprise Auth - ${os-ssl-32}" @@ -2554,20 +2544,20 @@ buildvariants: - name: ".test .enterprise-auth" - matrix_name: "aws-auth-test" - matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], os-aws-auth: "*" } + matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0"], os-aws-auth: "*" } display_name: "MONGODB-AWS Auth ${version} ${os-aws-auth}" tasks: - name: "aws-auth-test" - matrix_name: "ocsp-test" - matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], ocsp-rhel-87: ["rhel87"] } + matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0"], ocsp-rhel-87: ["rhel87"] } display_name: "OCSP ${version} ${ocsp-rhel-87}" batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README tasks: - name: ".ocsp" - matrix_name: "ocsp-test-windows" - matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], os-ssl-40: ["windows-64"] } + matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0"], os-ssl-40: ["windows-64"] } display_name: "OCSP ${version} ${os-ssl-40}" batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README tasks: @@ -2575,7 +2565,7 @@ buildvariants: - name: ".ocsp-rsa !.ocsp-staple" - matrix_name: "ocsp-test-macos" - matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], os-ssl-40: ["macos11"] } + matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0"], os-ssl-40: ["macos11"] } display_name: "OCSP ${version} ${os-ssl-40}" batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README tasks: @@ -2596,12 +2586,6 @@ buildvariants: tasks: - name: ".versioned-api" - - matrix_name: "versioned-api-latest-test" - matrix_spec: { version: ["latest"], os-ssl-40: ["windows-64", "rhel87-64"] } - display_name: "API Version ${version} ${os-ssl-40}" - tasks: - - name: ".versioned-api" - - matrix_name: "kms-tls-test" matrix_spec: { version: ["7.0"], os-ssl-40: ["rhel87-64"] } display_name: "KMS TLS ${os-ssl-40}" @@ -2615,12 +2599,6 @@ buildvariants: tasks: - name: ".load-balancer" - - matrix_name: "load-balancer-latest-test" - matrix_spec: { version: ["latest"], os-ssl-40: ["rhel87-64"] } - display_name: "Load Balancer Support ${version} ${os-ssl-40}" - tasks: - - name: ".load-balancer" - - matrix_name: "kms-kmip-test" matrix_spec: { version: ["7.0"], os-ssl-40: ["rhel87-64"] } display_name: "KMS KMIP ${os-ssl-40}"