Skip to content

Commit 484f1c0

Browse files
committed
Remove "latest" from Evergreen matrix
1 parent 608154c commit 484f1c0

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

.evergreen/.evg.yml

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,13 +1387,6 @@ axes:
13871387
- id: version
13881388
display_name: MongoDB Version
13891389
values:
1390-
- id: "latest"
1391-
display_name: "latest"
1392-
variables:
1393-
VERSION: "latest"
1394-
# Multiple mongos instances can be specified in the connection string
1395-
# for this version.
1396-
SAFE_FOR_MULTI_MONGOS: true
13971390
- id: "5.0"
13981391
display_name: "5.0"
13991392
variables:
@@ -1584,7 +1577,7 @@ buildvariants:
15841577

15851578
- matrix_name: "tests-zlib-compression"
15861579
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk8",
1587-
version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"],
1580+
version: ["3.6", "4.0", "4.2", "4.4", "5.0"],
15881581
topology: "standalone", os: "linux" }
15891582
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
15901583
tags: ["tests-variant"]
@@ -1593,7 +1586,7 @@ buildvariants:
15931586

15941587
- matrix_name: "tests-snappy-compression"
15951588
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk8",
1596-
version: ["3.4", "3.6", "4.0", "4.2", "4.4", "5.0", "latest"],
1589+
version: ["3.4", "3.6", "4.0", "4.2", "4.4", "5.0"],
15971590
topology: "standalone", os: "linux" }
15981591
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
15991592
tags: ["tests-variant"]
@@ -1602,7 +1595,7 @@ buildvariants:
16021595

16031596
- matrix_name: "tests-zstd-compression"
16041597
matrix_spec: { compressor : "zstd", auth: "noauth", ssl: "nossl", jdk: "jdk8",
1605-
version: ["4.2", "4.4", "5.0", "latest"],
1598+
version: ["4.2", "4.4", "5.0"],
16061599
topology: "standalone", os: "linux" }
16071600
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
16081601
tags: ["tests-variant"]
@@ -1617,15 +1610,15 @@ buildvariants:
16171610
- name: "test"
16181611

16191612
- matrix_name: "tests-jdk8-unsecure-standalone"
1620-
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk8", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"],
1613+
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk8", version: ["3.6", "4.0", "4.2", "4.4", "5.0"],
16211614
topology: "standalone", os: "linux" }
16221615
display_name: "${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
16231616
tags: ["tests-variant"]
16241617
tasks:
16251618
- name: "test"
16261619

16271620
- matrix_name: "tests-jdk-secure"
1628-
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk17"], version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"],
1621+
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk17"], version: ["3.6", "4.0", "4.2", "4.4", "5.0"],
16291622
topology: ["replicaset", "sharded-cluster"], os: "linux" }
16301623
display_name: "${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
16311624
tags: ["tests-variant"]
@@ -1640,14 +1633,14 @@ buildvariants:
16401633
- name: "test"
16411634

16421635
- matrix_name: "tests-require-api-version"
1643-
matrix_spec: { api-version: "required", auth: "auth", ssl: "nossl", jdk: ["jdk17"], version: ["5.0", "latest"], topology: "standalone", os: "linux" }
1636+
matrix_spec: { api-version: "required", auth: "auth", ssl: "nossl", jdk: ["jdk17"], version: ["5.0"], topology: "standalone", os: "linux" }
16441637
display_name: "${version} ${topology} ${api-version} "
16451638
tags: ["tests-variant"]
16461639
tasks:
16471640
- name: "test"
16481641

16491642
- matrix_name: "tests-load-balancer-secure"
1650-
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk17"], version: ["latest"], topology: "sharded-cluster", os: "ubuntu" }
1643+
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk17"], version: ["5.0"], topology: "sharded-cluster", os: "ubuntu" }
16511644
display_name: "Load Balancer ${version} ${auth} ${ssl} ${jdk} ${os}"
16521645
tasks:
16531646
- name: "load-balancer-test"
@@ -1708,7 +1701,7 @@ buildvariants:
17081701
- name: "gssapi-auth-test"
17091702

17101703
- matrix_name: "perf"
1711-
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk17", version: ["latest"], topology: "standalone", os: "linux" }
1704+
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk17", version: ["5.0"], topology: "standalone", os: "linux" }
17121705
batchtime: 1440 # run once a day
17131706
display_name: "Perf Tests ${version} "
17141707
tags: ["perf-variant"]
@@ -1722,7 +1715,7 @@ buildvariants:
17221715
- name: "plain-auth-test"
17231716

17241717
- matrix_name: "aws-auth-test"
1725-
matrix_spec: { ssl: "nossl", jdk: ["jdk8", "jdk17"], version: ["4.4", "5.0", "latest"], os: "ubuntu" }
1718+
matrix_spec: { ssl: "nossl", jdk: ["jdk8", "jdk17"], version: ["4.4", "5.0"], os: "ubuntu" }
17261719
display_name: "MONGODB-AWS Auth test ${version} ${jdk}"
17271720
run_on: ubuntu1804-test
17281721
tasks:
@@ -1734,14 +1727,14 @@ buildvariants:
17341727
- name: "aws-ECS-auth-test"
17351728

17361729
- matrix_name: "accept-api-version-2-test"
1737-
matrix_spec: { ssl: "nossl", auth: "noauth", jdk: "jdk17", version: ["5.0", "latest"], topology: "standalone", os: "linux" }
1730+
matrix_spec: { ssl: "nossl", auth: "noauth", jdk: "jdk17", version: ["5.0"], topology: "standalone", os: "linux" }
17381731
display_name: "Accept API Version 2 ${version}"
17391732
run_on: ubuntu1804-test
17401733
tasks:
17411734
- name: "accept-api-version-2-test"
17421735

17431736
- matrix_name: "ocsp-test"
1744-
matrix_spec: { auth: "noauth", ssl: "ssl", jdk: "jdk17", version: ["4.4", "5.0", "latest"], os: "ubuntu" }
1737+
matrix_spec: { auth: "noauth", ssl: "ssl", jdk: "jdk17", version: ["4.4", "5.0"], os: "ubuntu" }
17451738
display_name: "OCSP test ${version} ${os}"
17461739
tasks:
17471740
- name: ".ocsp"

0 commit comments

Comments
 (0)