Skip to content

Commit 06c0820

Browse files
committed
Remove "latest" from Evergreen matrix
1 parent 507c948 commit 06c0820

File tree

1 file changed

+10
-25
lines changed

1 file changed

+10
-25
lines changed

.evergreen/.evg.yml

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,13 +1411,6 @@ axes:
14111411
- id: version
14121412
display_name: MongoDB Version
14131413
values:
1414-
- id: "latest"
1415-
display_name: "latest"
1416-
variables:
1417-
VERSION: "latest"
1418-
# Multiple mongos instances can be specified in the connection string
1419-
# for this version.
1420-
SAFE_FOR_MULTI_MONGOS: true
14211414
- id: "6.0"
14221415
display_name: "6.0"
14231416
variables:
@@ -1615,7 +1608,7 @@ buildvariants:
16151608

16161609
- matrix_name: "tests-zlib-compression"
16171610
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk8",
1618-
version: ["3.6", "4.0", "4.2", "4.4", "5.0", "6.0", "latest"],
1611+
version: ["3.6", "4.0", "4.2", "4.4", "5.0", "6.0"],
16191612
topology: "standalone", os: "linux" }
16201613
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
16211614
tags: ["tests-variant"]
@@ -1624,7 +1617,7 @@ buildvariants:
16241617

16251618
- matrix_name: "tests-snappy-compression"
16261619
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk8",
1627-
version: ["3.4", "3.6", "4.0", "4.2", "4.4", "5.0", "6.0", "latest"],
1620+
version: ["3.4", "3.6", "4.0", "4.2", "4.4", "5.0", "6.0"],
16281621
topology: "standalone", os: "linux" }
16291622
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
16301623
tags: ["tests-variant"]
@@ -1633,7 +1626,7 @@ buildvariants:
16331626

16341627
- matrix_name: "tests-zstd-compression"
16351628
matrix_spec: { compressor : "zstd", auth: "noauth", ssl: "nossl", jdk: "jdk8",
1636-
version: ["4.2", "4.4", "5.0", "6.0", "latest"],
1629+
version: ["4.2", "4.4", "5.0", "6.0"],
16371630
topology: "standalone", os: "linux" }
16381631
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
16391632
tags: ["tests-variant"]
@@ -1648,15 +1641,15 @@ buildvariants:
16481641
- name: "test"
16491642

16501643
- matrix_name: "tests-jdk8-unsecure-standalone"
1651-
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk8", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "6.0", "latest"],
1644+
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk8", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "6.0"],
16521645
topology: "standalone", os: "linux" }
16531646
display_name: "${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
16541647
tags: ["tests-variant"]
16551648
tasks:
16561649
- name: "test"
16571650

16581651
- matrix_name: "tests-jdk-secure"
1659-
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk17"], version: ["3.6", "4.0", "4.2", "4.4", "5.0", "6.0", "latest"],
1652+
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk17"], version: ["3.6", "4.0", "4.2", "4.4", "5.0", "6.0"],
16601653
topology: ["replicaset", "sharded-cluster"], os: "linux" }
16611654
display_name: "${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
16621655
tags: ["tests-variant"]
@@ -1671,14 +1664,14 @@ buildvariants:
16711664
- name: "test"
16721665

16731666
- matrix_name: "tests-require-api-version"
1674-
matrix_spec: { api-version: "required", auth: "auth", ssl: "nossl", jdk: ["jdk17"], version: ["5.0", "6.0", "latest"], topology: "standalone", os: "linux" }
1667+
matrix_spec: { api-version: "required", auth: "auth", ssl: "nossl", jdk: ["jdk17"], version: ["5.0", "6.0"], topology: "standalone", os: "linux" }
16751668
display_name: "${version} ${topology} ${api-version} "
16761669
tags: ["tests-variant"]
16771670
tasks:
16781671
- name: "test"
16791672

16801673
- matrix_name: "tests-load-balancer-secure"
1681-
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk17"], version: ["5.0", "6.0", "latest"], topology: "sharded-cluster", os: "ubuntu" }
1674+
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk17"], version: ["5.0", "6.0"], topology: "sharded-cluster", os: "ubuntu" }
16821675
display_name: "Load Balancer ${version} ${auth} ${ssl} ${jdk} ${os}"
16831676
tasks:
16841677
- name: "load-balancer-test"
@@ -1738,22 +1731,14 @@ buildvariants:
17381731
tasks:
17391732
- name: "gssapi-auth-test"
17401733

1741-
- matrix_name: "perf"
1742-
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk17", version: ["latest"], topology: "standalone", os: "linux" }
1743-
batchtime: 1440 # run once a day
1744-
display_name: "Perf Tests ${version} "
1745-
tags: ["perf-variant"]
1746-
tasks:
1747-
- name: "perf"
1748-
17491734
- name: plain-auth-test
17501735
display_name: "PLAIN (LDAP) Auth test"
17511736
run_on: rhel70-small
17521737
tasks:
17531738
- name: "plain-auth-test"
17541739

17551740
- matrix_name: "aws-auth-test"
1756-
matrix_spec: { ssl: "nossl", jdk: ["jdk8", "jdk17"], version: ["4.4", "5.0", "6.0", "latest"], os: "ubuntu" }
1741+
matrix_spec: { ssl: "nossl", jdk: ["jdk8", "jdk17"], version: ["4.4", "5.0", "6.0"], os: "ubuntu" }
17571742
display_name: "MONGODB-AWS Auth test ${version} ${jdk}"
17581743
run_on: ubuntu1804-test
17591744
tasks:
@@ -1765,14 +1750,14 @@ buildvariants:
17651750
- name: "aws-ECS-auth-test"
17661751

17671752
- matrix_name: "accept-api-version-2-test"
1768-
matrix_spec: { ssl: "nossl", auth: "noauth", jdk: "jdk17", version: ["5.0", "6.0", "latest"], topology: "standalone", os: "linux" }
1753+
matrix_spec: { ssl: "nossl", auth: "noauth", jdk: "jdk17", version: ["5.0", "6.0"], topology: "standalone", os: "linux" }
17691754
display_name: "Accept API Version 2 ${version}"
17701755
run_on: ubuntu1804-test
17711756
tasks:
17721757
- name: "accept-api-version-2-test"
17731758

17741759
- matrix_name: "ocsp-test"
1775-
matrix_spec: { auth: "noauth", ssl: "ssl", jdk: "jdk17", version: ["4.4", "5.0", "6.0", "latest"], os: "ubuntu" }
1760+
matrix_spec: { auth: "noauth", ssl: "ssl", jdk: "jdk17", version: ["4.4", "5.0", "6.0"], os: "ubuntu" }
17761761
display_name: "OCSP test ${version} ${os}"
17771762
tasks:
17781763
- name: ".ocsp"

0 commit comments

Comments
 (0)