Skip to content

Commit 22a376e

Browse files
committed
Remove testing of "latest" server on 4.0 branch
1 parent a3e7895 commit 22a376e

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.evergreen/.evg.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -503,13 +503,6 @@ axes:
503503
- id: version
504504
display_name: MongoDB Version
505505
values:
506-
- id: "latest"
507-
display_name: "latest"
508-
variables:
509-
VERSION: "latest"
510-
# Multiple mongos instances can be specified in the connection string
511-
# for this version.
512-
SAFE_FOR_MULTI_MONGOS: true
513506
- id: "4.2"
514507
display_name: "4.2"
515508
variables:
@@ -650,21 +643,21 @@ buildvariants:
650643
- name: "static-analysis"
651644

652645
- matrix_name: "tests-zlib-compression"
653-
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk8", version: ["3.6", "4.0", "4.2", "latest"], topology: "standalone", os: "linux" }
646+
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk8", version: ["3.6", "4.0", "4.2"], topology: "standalone", os: "linux" }
654647
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
655648
tags: ["tests-variant"]
656649
tasks:
657650
- name: "test"
658651

659652
- matrix_name: "tests-snappy-compression"
660-
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk8", version: ["3.4", "3.6", "4.0", "4.2", "latest"], topology: "standalone", os: "linux" }
653+
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk8", version: ["3.4", "3.6", "4.0", "4.2"], topology: "standalone", os: "linux" }
661654
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
662655
tags: ["tests-variant"]
663656
tasks:
664657
- name: "test"
665658

666659
- matrix_name: "tests-zstd-compression"
667-
matrix_spec: { compressor : "zstd", auth: "noauth", ssl: "nossl", jdk: "jdk8", version: ["4.2", "latest"], topology: "standalone", os: "linux" }
660+
matrix_spec: { compressor : "zstd", auth: "noauth", ssl: "nossl", jdk: "jdk8", version: ["4.2"], topology: "standalone", os: "linux" }
668661
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
669662
tags: ["tests-variant"]
670663
tasks:
@@ -678,7 +671,7 @@ buildvariants:
678671
- name: "test"
679672

680673
- matrix_name: "tests-jdk-secure"
681-
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk11"], version: ["4.0", "4.2", "latest"], topology: "*", os: "linux" }
674+
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk11"], version: ["4.0", "4.2"], topology: "*", os: "linux" }
682675
display_name: "${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
683676
tags: ["tests-variant"]
684677
tasks:

0 commit comments

Comments
 (0)