Skip to content

Commit 998cb96

Browse files
committed
Remove "latest" from testing matrix
1 parent cd2b814 commit 998cb96

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

.evergreen/.evg.yml

+8-15
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ functions:
2929
- command: git.get_project
3030
params:
3131
directory: "src"
32-
# Applies the subitted patch, if any
32+
# Applies the submitted patch, if any
3333
# Deprecated. Should be removed. But still needed for certain agents (ZAP)
3434
- command: git.apply_patch
35-
# Make an evergreen exapanstion file with dynamic values
35+
# Make an evergreen expansion file with dynamic values
3636
- command: shell.exec
3737
params:
3838
working_dir: "src"
@@ -41,7 +41,7 @@ functions:
4141
if [ "${is_patch}" = "true" ]; then
4242
CURRENT_VERSION=$(git describe)-patch-${version_id}
4343
else
44-
CURRENT_VERSION=latest
44+
CURRENT_VERSION=5.0
4545
fi
4646
4747
export DRIVERS_TOOLS="$(pwd)/../drivers-tools"
@@ -431,13 +431,6 @@ axes:
431431
- id: version
432432
display_name: MongoDB Version
433433
values:
434-
- id: "latest"
435-
display_name: "latest"
436-
variables:
437-
VERSION: "latest"
438-
# Multiple mongos instances can be specified in the connection string
439-
# for this version.
440-
SAFE_FOR_MULTI_MONGOS: true
441434
- id: "5.0"
442435
display_name: "5.0"
443436
variables:
@@ -588,21 +581,21 @@ buildvariants:
588581
- name: "static-analysis"
589582

590583
- matrix_name: "tests-zlib-compression"
591-
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk6", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"], topology: "standalone", os: "linux" }
584+
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk6", version: ["3.6", "4.0", "4.2", "4.4", "5.0"], topology: "standalone", os: "linux" }
592585
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
593586
tags: ["tests-variant"]
594587
tasks:
595588
- name: "test"
596589

597590
- matrix_name: "tests-snappy-compression"
598-
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk7", version: ["3.4", "3.6", "4.0", "4.2", "4.4", "5.0", "latest"], topology: "standalone", os: "linux" }
591+
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk7", version: ["3.4", "3.6", "4.0", "4.2", "4.4", "5.0"], topology: "standalone", os: "linux" }
599592
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
600593
tags: ["tests-variant"]
601594
tasks:
602595
- name: "test"
603596

604597
- matrix_name: "tests-zstd-compression"
605-
matrix_spec: { compressor : "zstd", auth: "noauth", ssl: "nossl", jdk: "jdk7", version: ["4.2", "4.4", "5.0", "latest"], topology: "standalone", os: "linux" }
598+
matrix_spec: { compressor : "zstd", auth: "noauth", ssl: "nossl", jdk: "jdk7", version: ["4.2", "4.4", "5.0"], topology: "standalone", os: "linux" }
606599
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
607600
tags: ["tests-variant"]
608601
tasks:
@@ -617,14 +610,14 @@ buildvariants:
617610

618611
- matrix_name: "tests-jdk6-secure"
619612
matrix_spec: { auth: "auth", ssl: "ssl", jdk: "jdk6", version: "*", topology: "*", os: "linux" }
620-
exclude_spec: { auth: "auth", ssl: "ssl", jdk: "jdk6", version: ["4.0", "4.2", "4.4", "5.0", "latest"], topology: "*", os: "linux" }
613+
exclude_spec: { auth: "auth", ssl: "ssl", jdk: "jdk6", version: ["4.0", "4.2", "4.4", "5.0"], topology: "*", os: "linux" }
621614
display_name: "${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
622615
tags: ["tests-variant"]
623616
tasks:
624617
- name: "test"
625618

626619
- matrix_name: "tests-jdk-newer-secure"
627-
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk11"], version: ["4.0", "4.2", "4.4", "5.0", "latest"], topology: "*", os: "linux" }
620+
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk11"], version: ["4.0", "4.2", "4.4", "5.0"], topology: "*", os: "linux" }
628621
display_name: "${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
629622
tags: ["tests-variant"]
630623
tasks:

0 commit comments

Comments
 (0)