Skip to content

Commit 3b0a56e

Browse files
committed
Add MongoDB 3.6 to the version axis in Evergreen configuration
1 parent 144f80e commit 3b0a56e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.evergreen/.evg.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,10 @@ axes:
382382
display_name: "latest"
383383
variables:
384384
VERSION: "latest"
385+
- id: "3.6"
386+
display_name: "3.6"
387+
variables:
388+
VERSION: "3.6"
385389
- id: "3.4"
386390
display_name: "3.4"
387391
variables:
@@ -479,14 +483,15 @@ buildvariants:
479483
- name: "static-analysis"
480484

481485
- matrix_name: "tests-zlib-compression"
482-
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk6", version: ["latest"], topology: "standalone", os: "linux" }
486+
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk6", version: ["3.6", "latest"], topology: "standalone", os:
487+
"linux" }
483488
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
484489
tags: ["tests-variant"]
485490
tasks:
486491
- name: "test"
487492

488493
- matrix_name: "tests-snappy-compression"
489-
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk7", version: ["3.4", "latest"], topology: "standalone", os: "linux" }
494+
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk7", version: ["3.4", "3.6", "latest"], topology: "standalone", os: "linux" }
490495
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
491496
tags: ["tests-variant"]
492497
tasks:
@@ -507,7 +512,7 @@ buildvariants:
507512
- name: "test"
508513

509514
- matrix_name: "tests-jdk-other"
510-
matrix_spec: { auth: "auth", ssl: "ssl", jdk: "*", version: "3.4", topology: "standalone", os: "linux" }
515+
matrix_spec: { auth: "auth", ssl: "ssl", jdk: "*", version: "3.6", topology: "standalone", os: "linux" }
511516
exclude_spec: { jdk: "jdk6", auth: "*", ssl: "*", version: "*", topology: "*", os: "*" }
512517
display_name: "${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
513518
tags: ["tests-variant"]

0 commit comments

Comments
 (0)