Skip to content

Commit 9c509a7

Browse files
committed
Remove testing of latest server on 4.3.x branch
1 parent 685c81e commit 9c509a7

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

.evergreen/.evg.yml

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,13 +1253,6 @@ axes:
12531253
- id: version
12541254
display_name: MongoDB Version
12551255
values:
1256-
- id: "latest"
1257-
display_name: "latest"
1258-
variables:
1259-
VERSION: "latest"
1260-
# Multiple mongos instances can be specified in the connection string
1261-
# for this version.
1262-
SAFE_FOR_MULTI_MONGOS: true
12631256
- id: "5.0"
12641257
display_name: "5.0"
12651258
variables:
@@ -1437,7 +1430,7 @@ buildvariants:
14371430

14381431
- matrix_name: "tests-zlib-compression"
14391432
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk8",
1440-
version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"],
1433+
version: ["3.6", "4.0", "4.2", "4.4", "5.0"],
14411434
topology: "standalone", os: "linux-large" }
14421435
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
14431436
tags: ["tests-variant"]
@@ -1446,7 +1439,7 @@ buildvariants:
14461439

14471440
- matrix_name: "tests-snappy-compression"
14481441
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk8",
1449-
version: ["3.4", "3.6", "4.0", "4.2", "4.4", "5.0", "latest"],
1442+
version: ["3.4", "3.6", "4.0", "4.2", "4.4", "5.0"],
14501443
topology: "standalone", os: "linux" }
14511444
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
14521445
tags: ["tests-variant"]
@@ -1455,7 +1448,7 @@ buildvariants:
14551448

14561449
- matrix_name: "tests-zstd-compression"
14571450
matrix_spec: { compressor : "zstd", auth: "noauth", ssl: "nossl", jdk: "jdk8",
1458-
version: ["4.2", "4.4", "5.0", "latest"],
1451+
version: ["4.2", "4.4", "5.0"],
14591452
topology: "standalone", os: "linux" }
14601453
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
14611454
tags: ["tests-variant"]
@@ -1470,21 +1463,21 @@ buildvariants:
14701463
- name: "test"
14711464

14721465
- matrix_name: "tests-jdk-secure"
1473-
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk11"], version: ["4.0", "4.2", "4.4", "5.0", "latest"], topology: "*", os: "linux" }
1466+
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk11"], version: ["4.0", "4.2", "4.4", "5.0"], topology: "*", os: "linux" }
14741467
display_name: "${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
14751468
tags: ["tests-variant"]
14761469
tasks:
14771470
- name: "test"
14781471

14791472
- matrix_name: "tests-require-api-version"
1480-
matrix_spec: { api-version: "required", auth: "auth", ssl: "nossl", jdk: ["jdk11"], version: ["5.0", "latest"], topology: "standalone", os: "linux" }
1473+
matrix_spec: { api-version: "required", auth: "auth", ssl: "nossl", jdk: ["jdk11"], version: ["5.0"], topology: "standalone", os: "linux" }
14811474
display_name: "${version} ${topology} ${api-version} "
14821475
tags: ["tests-variant"]
14831476
tasks:
14841477
- name: "test"
14851478

14861479
- matrix_name: "tests-load-balancer-secure"
1487-
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk11"], version: ["5.0", "latest"], topology: "sharded-cluster", os: "ubuntu" }
1480+
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk11"], version: ["5.0"], topology: "sharded-cluster", os: "ubuntu" }
14881481
display_name: "Load Balancer ${version} ${auth} ${ssl} ${jdk} ${os}"
14891482
tasks:
14901483
- name: "load-balancer-test"
@@ -1539,7 +1532,7 @@ buildvariants:
15391532
- name: "gssapi-auth-test"
15401533

15411534
- matrix_name: "perf"
1542-
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk11", version: ["4.0", "4.2", "4.4", "5.0", "latest"], topology: "standalone", os: "linux" }
1535+
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk11", version: ["4.0", "4.2", "4.4", "5.0"], topology: "standalone", os: "linux" }
15431536
batchtime: 1440 # run once a day
15441537
display_name: "Perf Tests ${version} "
15451538
tags: ["perf-variant"]
@@ -1553,21 +1546,21 @@ buildvariants:
15531546
- name: "plain-auth-test"
15541547

15551548
- matrix_name: "aws-auth-test"
1556-
matrix_spec: { ssl: "nossl", jdk: ["jdk8", "jdk11"], version: ["4.4", "5.0", "latest"], os: "ubuntu" }
1549+
matrix_spec: { ssl: "nossl", jdk: ["jdk8", "jdk11"], version: ["4.4", "5.0"], os: "ubuntu" }
15571550
display_name: "MONGODB-AWS Auth test ${version} ${jdk}"
15581551
run_on: ubuntu1804-test
15591552
tasks:
15601553
- name: "aws-auth-test"
15611554

15621555
- matrix_name: "accept-api-version-2-test"
1563-
matrix_spec: { ssl: "nossl", auth: "noauth", jdk: "jdk11", version: ["5.0", "latest"], topology: "standalone", os: "linux" }
1556+
matrix_spec: { ssl: "nossl", auth: "noauth", jdk: "jdk11", version: ["5.0"], topology: "standalone", os: "linux" }
15641557
display_name: "Accept API Version 2 ${version}"
15651558
run_on: ubuntu1804-test
15661559
tasks:
15671560
- name: "accept-api-version-2-test"
15681561

15691562
- matrix_name: "ocsp-test"
1570-
matrix_spec: { auth: "noauth", ssl: "ssl", jdk: "jdk11", version: ["4.4", "5.0", "latest"], os: "ubuntu" }
1563+
matrix_spec: { auth: "noauth", ssl: "ssl", jdk: "jdk11", version: ["4.4", "5.0"], os: "ubuntu" }
15711564
display_name: "OCSP test ${version} ${os}"
15721565
tasks:
15731566
- name: ".ocsp"

0 commit comments

Comments
 (0)