Skip to content

Commit 878f1d2

Browse files
authored
Updated evergreen/evergreen.yml to not test v2.11.x against latest
1 parent 8a453e0 commit 878f1d2

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

evergreen/evergreen.yml

+5-9
Original file line numberDiff line numberDiff line change
@@ -994,10 +994,6 @@ axes:
994994
- id: version
995995
display_name: MongoDB Version
996996
values:
997-
- id: "latest"
998-
display_name: "latest"
999-
variables:
1000-
VERSION: "latest"
1001997
- id: "4.4"
1002998
display_name: "4.4"
1003999
variables:
@@ -1124,7 +1120,7 @@ buildvariants:
11241120
- name: test-netstandard20
11251121

11261122
- matrix_name: "tests-zlib-compression"
1127-
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "latest"], topology: "standalone", os: "*" }
1123+
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4"], topology: "standalone", os: "*" }
11281124
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
11291125
tags: ["tests-variant"]
11301126
tasks:
@@ -1133,7 +1129,7 @@ buildvariants:
11331129
- name: test-netstandard20
11341130

11351131
- matrix_name: "tests-snappy-compression"
1136-
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "latest"], topology: "standalone", os: "*" }
1132+
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4"], topology: "standalone", os: "*" }
11371133
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
11381134
tags: ["tests-variant"]
11391135
tasks:
@@ -1142,7 +1138,7 @@ buildvariants:
11421138
- name: test-netstandard20
11431139

11441140
- matrix_name: "tests-zstandard-compression"
1145-
matrix_spec: { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "latest"], topology: "standalone", os: "*" }
1141+
matrix_spec: { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4"], topology: "standalone", os: "*" }
11461142
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
11471143
tags: ["tests-variant"]
11481144
tasks:
@@ -1151,14 +1147,14 @@ buildvariants:
11511147
- name: test-netstandard20
11521148

11531149
- matrix_name: "ocsp-tests"
1154-
matrix_spec: { version: ["4.4", "latest"], auth: "noauth", ssl: "ssl", topology: "standalone", os: "*" } # matrix_spec: { version: ["latest"], os-ssl-32: ["ubuntu1604-64-go-1-12"] }
1150+
matrix_spec: { version: ["4.4"], auth: "noauth", ssl: "ssl", topology: "standalone", os: "*" }
11551151
display_name: "OCSP ${version} ${os}" # display_name: "OCSP ${version} ${os-ssl-32}"
11561152
batchtime: 20160 # 14 days
11571153
tasks:
11581154
- name: ".ocsp"
11591155

11601156
- matrix_name: aws-auth-tests
1161-
matrix_spec: { version: ["latest"], topology: "standalone", os: "*" }
1157+
matrix_spec: { version: ["4.4"], topology: "standalone", os: "*" }
11621158
display_name: "MONGODB-AWS Auth test"
11631159
run_on:
11641160
- windows-64-vs2017-test

0 commit comments

Comments
 (0)