Skip to content

Commit 52789a7

Browse files
committed
Don't test v1 branches against latest server.
1 parent 106cff3 commit 52789a7

File tree

1 file changed

+5
-27
lines changed

1 file changed

+5
-27
lines changed

.evergreen/config.yml

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,7 @@ tasks:
20362036
commands:
20372037
- func: "bootstrap-mongo-orchestration"
20382038
vars:
2039-
VERSION: "latest"
2039+
VERSION: "8.0"
20402040
TOPOLOGY: "replica_set"
20412041
- func: "run-search-index-tests"
20422042

@@ -2080,10 +2080,6 @@ axes:
20802080
display_name: "rapid"
20812081
variables:
20822082
VERSION: "rapid"
2083-
- id: "latest"
2084-
display_name: "latest"
2085-
variables:
2086-
VERSION: "latest"
20872083

20882084
# OSes that require >= 3.2 for SSL
20892085
- id: os-ssl-32
@@ -2541,41 +2537,35 @@ buildvariants:
25412537
tasks:
25422538
- name: ".test !.enterprise-auth !.snappy"
25432539

2544-
- matrix_name: "tests-latest-zlib-zstd-support"
2545-
matrix_spec: { version: ["latest"], os-ssl-40: ["windows-64", "rhel87-64"] }
2546-
display_name: "${version} ${os-ssl-40}"
2547-
tasks:
2548-
- name: ".test !.enterprise-auth !.snappy"
2549-
25502540
- matrix_name: "enterprise-auth-tests"
25512541
matrix_spec: { os-ssl-32: "*" }
25522542
display_name: "Enterprise Auth - ${os-ssl-32}"
25532543
tasks:
25542544
- name: ".test .enterprise-auth"
25552545

25562546
- matrix_name: "aws-auth-test"
2557-
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], os-aws-auth: "*" }
2547+
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0"], os-aws-auth: "*" }
25582548
display_name: "MONGODB-AWS Auth ${version} ${os-aws-auth}"
25592549
tasks:
25602550
- name: "aws-auth-test"
25612551

25622552
- matrix_name: "ocsp-test"
2563-
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], ocsp-rhel-87: ["rhel87"] }
2553+
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0"], ocsp-rhel-87: ["rhel87"] }
25642554
display_name: "OCSP ${version} ${ocsp-rhel-87}"
25652555
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
25662556
tasks:
25672557
- name: ".ocsp"
25682558

25692559
- matrix_name: "ocsp-test-windows"
2570-
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], os-ssl-40: ["windows-64"] }
2560+
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0"], os-ssl-40: ["windows-64"] }
25712561
display_name: "OCSP ${version} ${os-ssl-40}"
25722562
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
25732563
tasks:
25742564
# Windows MongoDB servers do not staple OCSP responses and only support RSA.
25752565
- name: ".ocsp-rsa !.ocsp-staple"
25762566

25772567
- matrix_name: "ocsp-test-macos"
2578-
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0", "latest"], os-ssl-40: ["macos11"] }
2568+
matrix_spec: { version: ["4.4", "5.0", "6.0", "7.0", "8.0"], os-ssl-40: ["macos11"] }
25792569
display_name: "OCSP ${version} ${os-ssl-40}"
25802570
batchtime: 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
25812571
tasks:
@@ -2596,12 +2586,6 @@ buildvariants:
25962586
tasks:
25972587
- name: ".versioned-api"
25982588

2599-
- matrix_name: "versioned-api-latest-test"
2600-
matrix_spec: { version: ["latest"], os-ssl-40: ["windows-64", "rhel87-64"] }
2601-
display_name: "API Version ${version} ${os-ssl-40}"
2602-
tasks:
2603-
- name: ".versioned-api"
2604-
26052589
- matrix_name: "kms-tls-test"
26062590
matrix_spec: { version: ["7.0"], os-ssl-40: ["rhel87-64"] }
26072591
display_name: "KMS TLS ${os-ssl-40}"
@@ -2615,12 +2599,6 @@ buildvariants:
26152599
tasks:
26162600
- name: ".load-balancer"
26172601

2618-
- matrix_name: "load-balancer-latest-test"
2619-
matrix_spec: { version: ["latest"], os-ssl-40: ["rhel87-64"] }
2620-
display_name: "Load Balancer Support ${version} ${os-ssl-40}"
2621-
tasks:
2622-
- name: ".load-balancer"
2623-
26242602
- matrix_name: "kms-kmip-test"
26252603
matrix_spec: { version: ["7.0"], os-ssl-40: ["rhel87-64"] }
26262604
display_name: "KMS KMIP ${os-ssl-40}"

0 commit comments

Comments
 (0)