Skip to content

Commit

Permalink
Remove "latest" from matrix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentkam committed Jan 15, 2020
1 parent fc39ac5 commit a0bd135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evergreen/evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,14 +473,14 @@ buildvariants:
- name: test

- matrix_name: "tests-zlib-compression"
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "latest"], topology: "standalone", os: "*" }
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2"], topology: "standalone", os: "*" }
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
tags: ["tests-variant"]
tasks:
- name: "test"

- matrix_name: "tests-snappy-compression"
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "latest"], topology: "standalone", os: "*" }
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2"], topology: "standalone", os: "*" }
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
tags: ["tests-variant"]
tasks:
Expand Down

0 comments on commit a0bd135

Please sign in to comment.