Skip to content

Commit 31dfed0

Browse files
committed
Disable testing against 3.7.x (latest) MongoDB build
1 parent f2dc772 commit 31dfed0

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
@@ -375,10 +375,6 @@ axes:
375375
- id: version
376376
display_name: MongoDB Version
377377
values:
378-
- id: "latest"
379-
display_name: "latest"
380-
variables:
381-
VERSION: "latest"
382378
- id: "3.6"
383379
display_name: "3.6"
384380
variables:
@@ -480,15 +476,15 @@ buildvariants:
480476
- name: "static-analysis"
481477

482478
- matrix_name: "tests-zlib-compression"
483-
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk6", version: ["3.6", "latest"], topology: "standalone", os:
479+
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk6", version: ["3.6"], topology: "standalone", os:
484480
"linux" }
485481
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
486482
tags: ["tests-variant"]
487483
tasks:
488484
- name: "test"
489485

490486
- matrix_name: "tests-snappy-compression"
491-
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk7", version: ["3.4", "3.6", "latest"], topology: "standalone", os: "linux" }
487+
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk7", version: ["3.4", "3.6"], topology: "standalone", os: "linux" }
492488
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
493489
tags: ["tests-variant"]
494490
tasks:

0 commit comments

Comments
 (0)