Skip to content

Commit 0b5f0ad

Browse files
committed
Remove testing of latest server version for 3.7 branch
1 parent bbb583c commit 0b5f0ad

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.evergreen/.evg.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -392,10 +392,6 @@ axes:
392392
- id: version
393393
display_name: MongoDB Version
394394
values:
395-
- id: "latest"
396-
display_name: "latest"
397-
variables:
398-
VERSION: "latest"
399395
- id: "3.6"
400396
display_name: "3.6"
401397
variables:
@@ -501,15 +497,15 @@ buildvariants:
501497
- name: "static-analysis"
502498

503499
- matrix_name: "tests-zlib-compression"
504-
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk6", version: ["3.6", "latest"], topology: "standalone", os:
500+
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk6", version: ["3.6"], topology: "standalone", os:
505501
"linux" }
506502
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
507503
tags: ["tests-variant"]
508504
tasks:
509505
- name: "test"
510506

511507
- matrix_name: "tests-snappy-compression"
512-
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk7", version: ["3.4", "3.6", "latest"], topology: "standalone", os: "linux" }
508+
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk7", version: ["3.4", "3.6"], topology: "standalone", os: "linux" }
513509
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
514510
tags: ["tests-variant"]
515511
tasks:

0 commit comments

Comments
 (0)