Skip to content

Commit d01da92

Browse files
committed
- Updated evergreen/evergreen.yml to not test v2.13.x against latest
1 parent c04e50a commit d01da92

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

evergreen/evergreen.yml

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,10 +1173,6 @@ axes:
11731173
- id: version
11741174
display_name: MongoDB Version
11751175
values:
1176-
- id: "latest"
1177-
display_name: "latest"
1178-
variables:
1179-
VERSION: "latest"
11801176
- id: "5.0"
11811177
display_name: "5.0"
11821178
variables:
@@ -1331,7 +1327,7 @@ buildvariants:
13311327
- name: test-netstandard21
13321328

13331329
- matrix_name: "tests-zlib-compression"
1334-
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"], topology: "standalone", os: "windows-64" }
1330+
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0"], topology: "standalone", os: "windows-64" }
13351331
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
13361332
tags: ["tests-variant"]
13371333
tasks:
@@ -1341,7 +1337,7 @@ buildvariants:
13411337
- name: test-netstandard21
13421338

13431339
- matrix_name: "tests-snappy-compression"
1344-
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"], topology: "standalone", os: "windows-64" }
1340+
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0"], topology: "standalone", os: "windows-64" }
13451341
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
13461342
tags: ["tests-variant"]
13471343
tasks:
@@ -1351,7 +1347,7 @@ buildvariants:
13511347
- name: test-netstandard21
13521348

13531349
- matrix_name: "tests-zstandard-compression"
1354-
matrix_spec: { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"], topology: "standalone", os: "windows-64" }
1350+
matrix_spec: { compressor : "zstandard", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0"], topology: "standalone", os: "windows-64" }
13551351
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
13561352
tags: ["tests-variant"]
13571353
tasks:
@@ -1362,7 +1358,7 @@ buildvariants:
13621358

13631359
# ubuntu 18 does not support SSL until 4.0
13641360
- matrix_name: "secure-tests-linux"
1365-
matrix_spec: { version: ["4.0", "4.2", "4.4", "5.0", "latest"], topology: "*", auth: "auth", ssl: "ssl", os: "ubuntu-1804" }
1361+
matrix_spec: { version: ["4.0", "4.2", "4.4", "5.0"], topology: "*", auth: "auth", ssl: "ssl", os: "ubuntu-1804" }
13661362
display_name: "${version} ${topology} ${auth} ${ssl} ${os}"
13671363
tags: ["tests-variant"]
13681364
tasks:
@@ -1381,7 +1377,7 @@ buildvariants:
13811377

13821378
# macos-1014 does not support SSL until 3.2
13831379
- matrix_name: "secure-tests-macOS"
1384-
matrix_spec: { version: ["3.2", "3.6", "4.0", "4.2", "4.4", "5.0", "latest"], topology: "*", auth: "auth", ssl: "ssl", os: "macos-1014" }
1380+
matrix_spec: { version: ["3.2", "3.6", "4.0", "4.2", "4.4", "5.0"], topology: "*", auth: "auth", ssl: "ssl", os: "macos-1014" }
13851381
display_name: "${version} ${topology} ${auth} ${ssl} ${os}"
13861382
tags: ["tests-variant"]
13871383
tasks:
@@ -1400,7 +1396,7 @@ buildvariants:
14001396
- name: test-netstandard21
14011397

14021398
- matrix_name: "tests-zlib-compression-posix"
1403-
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"], topology: "standalone", os: "ubuntu-1804" }
1399+
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", version: ["3.6", "4.0", "4.2", "4.4", "5.0"], topology: "standalone", os: "ubuntu-1804" }
14041400
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${os} "
14051401
tags: ["tests-variant"]
14061402
tasks:
@@ -1409,22 +1405,22 @@ buildvariants:
14091405
- name: test-netstandard21
14101406

14111407
- matrix_name: "ocsp-tests"
1412-
matrix_spec: { version: ["4.4", "5.0", "latest"], auth: "noauth", ssl: "ssl", topology: "standalone", os: "windows-64" } # matrix_spec: { version: ["latest"], os-ssl-32: ["ubuntu1604-64-go-1-12"] }
1408+
matrix_spec: { version: ["4.4", "5.0"], auth: "noauth", ssl: "ssl", topology: "standalone", os: "windows-64" }
14131409
display_name: "OCSP ${version} ${os}" # display_name: "OCSP ${version} ${os-ssl-32}"
14141410
batchtime: 20160 # 14 days
14151411
tasks:
14161412
- name: ".ocsp"
14171413

14181414
- matrix_name: aws-auth-tests
1419-
matrix_spec: { version: ["4.4", "5.0", "latest"], topology: "standalone", os: "windows-64" }
1415+
matrix_spec: { version: ["4.4", "5.0"], topology: "standalone", os: "windows-64" }
14201416
display_name: "MONGODB-AWS Auth test ${version} ${os}"
14211417
run_on:
14221418
- windows-64-vs2017-test
14231419
tasks:
14241420
- name: aws-auth-tests
14251421

14261422
- matrix_name: versioned-api-tests
1427-
matrix_spec: { version: ["5.0", "latest"], topology: "standalone", auth: "auth", ssl: "nossl", os: "windows-64" }
1423+
matrix_spec: { version: ["5.0"], topology: "standalone", auth: "auth", ssl: "nossl", os: "windows-64" }
14281424
display_name: "Versioned API ${version} ${topology} ${auth} ${ssl} ${os}"
14291425
run_on:
14301426
- windows-64-vs2017-test
@@ -1441,15 +1437,15 @@ buildvariants:
14411437
- name: plain-auth-tests
14421438

14431439
- matrix_name: tests-load-balancer
1444-
matrix_spec: { version: ["5.0", "latest"], auth: "noauth", ssl: "nossl", topology: "sharded-cluster", os: "ubuntu-1804" }
1440+
matrix_spec: { version: ["5.0"], auth: "noauth", ssl: "nossl", topology: "sharded-cluster", os: "ubuntu-1804" }
14451441
display_name: "Load Balancer ${version} ${auth} ${ssl} ${os}"
14461442
tasks:
14471443
- name: "test-load-balancer-netstandard15"
14481444
- name: "test-load-balancer-netstandard20"
14491445
- name: "test-load-balancer-netstandard21"
14501446

14511447
- matrix_name: tests-load-balancer-secure
1452-
matrix_spec: { version: ["5.0", "latest"], auth: "auth", ssl: "ssl", topology: "sharded-cluster", os: "ubuntu-1804" }
1448+
matrix_spec: { version: ["5.0"], auth: "auth", ssl: "ssl", topology: "sharded-cluster", os: "ubuntu-1804" }
14531449
display_name: "Load Balancer ${version} ${auth} ${ssl} ${os}"
14541450
tasks:
14551451
- name: "test-load-balancer-netstandard15"

0 commit comments

Comments
 (0)