Skip to content

Commit c740d0e

Browse files
committed
Remove "latest" server release from CI matrix
1 parent 1139eb6 commit c740d0e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.evergreen/.evg.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,23 +1786,23 @@ buildvariants:
17861786

17871787
- matrix_name: "tests-zstd-compression"
17881788
matrix_spec: { compressor : "zstd", auth: "noauth", ssl: "nossl", jdk: "jdk8",
1789-
version: ["4.2", "4.4", "5.0", "6.0", "latest"],
1789+
version: ["4.2", "4.4", "5.0", "6.0"],
17901790
topology: "standalone", os: "linux" }
17911791
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
17921792
tags: ["tests-variant"]
17931793
tasks:
17941794
- name: "test"
17951795

17961796
- matrix_name: "tests-jdk8-unsecure-standalone"
1797-
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk8", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "6.0", "latest"],
1797+
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk8", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "6.0"],
17981798
topology: "standalone", os: "linux" }
17991799
display_name: "${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
18001800
tags: ["tests-variant"]
18011801
tasks:
18021802
- name: "test"
18031803

18041804
- matrix_name: "tests-jdk-secure"
1805-
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk17"], version: ["3.6", "4.0", "4.2", "4.4", "5.0", "6.0", "latest"],
1805+
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk17"], version: ["3.6", "4.0", "4.2", "4.4", "5.0", "6.0"],
18061806
topology: ["replicaset", "sharded-cluster"], os: "linux" }
18071807
display_name: "${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
18081808
tags: ["tests-variant"]
@@ -1817,14 +1817,14 @@ buildvariants:
18171817
- name: "test"
18181818

18191819
- matrix_name: "tests-require-api-version"
1820-
matrix_spec: { api-version: "required", auth: "auth", ssl: "nossl", jdk: ["jdk17"], version: ["5.0", "6.0", "latest"], topology: "standalone", os: "linux" }
1820+
matrix_spec: { api-version: "required", auth: "auth", ssl: "nossl", jdk: ["jdk17"], version: ["5.0", "6.0"], topology: "standalone", os: "linux" }
18211821
display_name: "${version} ${topology} ${api-version} "
18221822
tags: ["tests-variant"]
18231823
tasks:
18241824
- name: "test"
18251825

18261826
- matrix_name: "tests-load-balancer-secure"
1827-
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk17"], version: ["5.0", "6.0", "latest"], topology: "sharded-cluster", os: "ubuntu" }
1827+
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk17"], version: ["5.0", "6.0"], topology: "sharded-cluster", os: "ubuntu" }
18281828
display_name: "Load Balancer ${version} ${auth} ${ssl} ${jdk} ${os}"
18291829
tasks:
18301830
- name: "load-balancer-test"
@@ -1911,21 +1911,21 @@ buildvariants:
19111911
- name: "aws-auth-test-with-aws-EC2-credentials"
19121912

19131913
- matrix_name: "aws-ecs-auth-test"
1914-
matrix_spec: { ssl: "nossl", jdk: ["jdk8", "jdk17"], version: ["4.4", "5.0", "6.0", "latest"], os: "ubuntu" }
1914+
matrix_spec: { ssl: "nossl", jdk: ["jdk8", "jdk17"], version: ["4.4", "5.0", "6.0"], os: "ubuntu" }
19151915
display_name: "MONGODB-AWS ECS Auth test ${version} ${jdk}"
19161916
run_on: ubuntu1804-test
19171917
tasks:
19181918
- name: "aws-ECS-auth-test"
19191919

19201920
- matrix_name: "accept-api-version-2-test"
1921-
matrix_spec: { ssl: "nossl", auth: "noauth", jdk: "jdk17", version: ["5.0", "6.0", "latest"], topology: "standalone", os: "linux" }
1921+
matrix_spec: { ssl: "nossl", auth: "noauth", jdk: "jdk17", version: ["5.0", "6.0"], topology: "standalone", os: "linux" }
19221922
display_name: "Accept API Version 2 ${version}"
19231923
run_on: ubuntu1804-test
19241924
tasks:
19251925
- name: "accept-api-version-2-test"
19261926

19271927
- matrix_name: "ocsp-test"
1928-
matrix_spec: { auth: "noauth", ssl: "ssl", jdk: "jdk17", version: ["4.4", "5.0", "6.0", "latest"], os: "ubuntu" }
1928+
matrix_spec: { auth: "noauth", ssl: "ssl", jdk: "jdk17", version: ["4.4", "5.0", "6.0"], os: "ubuntu" }
19291929
display_name: "OCSP test ${version} ${os}"
19301930
tasks:
19311931
- name: ".ocsp"

0 commit comments

Comments
 (0)