Skip to content

Commit aeadc09

Browse files
authored
Add 5.0 to test matrix (#718)
JAVA-4174
1 parent b24864a commit aeadc09

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

.evergreen/.evg.yml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,6 +1255,13 @@ axes:
12551255
# Multiple mongos instances can be specified in the connection string
12561256
# for this version.
12571257
SAFE_FOR_MULTI_MONGOS: true
1258+
- id: "5.0"
1259+
display_name: "5.0"
1260+
variables:
1261+
VERSION: "5.0"
1262+
# Multiple mongos instances can be specified in the connection string
1263+
# for this version.
1264+
SAFE_FOR_MULTI_MONGOS: true
12581265
- id: "4.4"
12591266
display_name: "4.4"
12601267
variables:
@@ -1414,7 +1421,7 @@ buildvariants:
14141421

14151422
- matrix_name: "tests-zlib-compression"
14161423
matrix_spec: { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk8",
1417-
version: ["3.6", "4.0", "4.2", "4.4", "latest"],
1424+
version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest"],
14181425
topology: "standalone", os: "linux-large" }
14191426
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
14201427
tags: ["tests-variant"]
@@ -1423,7 +1430,7 @@ buildvariants:
14231430

14241431
- matrix_name: "tests-snappy-compression"
14251432
matrix_spec: { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk8",
1426-
version: ["3.4", "3.6", "4.0", "4.2", "4.4", "latest"],
1433+
version: ["3.4", "3.6", "4.0", "4.2", "4.4", "5.0", "latest"],
14271434
topology: "standalone", os: "linux" }
14281435
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
14291436
tags: ["tests-variant"]
@@ -1432,7 +1439,7 @@ buildvariants:
14321439

14331440
- matrix_name: "tests-zstd-compression"
14341441
matrix_spec: { compressor : "zstd", auth: "noauth", ssl: "nossl", jdk: "jdk8",
1435-
version: ["4.2", "4.4", "latest"],
1442+
version: ["4.2", "4.4", "5.0", "latest"],
14361443
topology: "standalone", os: "linux" }
14371444
display_name: "${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
14381445
tags: ["tests-variant"]
@@ -1447,21 +1454,21 @@ buildvariants:
14471454
- name: "test"
14481455

14491456
- matrix_name: "tests-jdk-secure"
1450-
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk11"], version: ["4.0", "4.2", "4.4", "latest"], topology: "*", os: "linux" }
1457+
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk11"], version: ["4.0", "4.2", "4.4", "5.0", "latest"], topology: "*", os: "linux" }
14511458
display_name: "${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
14521459
tags: ["tests-variant"]
14531460
tasks:
14541461
- name: "test"
14551462

14561463
- matrix_name: "tests-require-api-version"
1457-
matrix_spec: { api-version: "required", auth: "auth", ssl: "nossl", jdk: ["jdk11"], version: ["latest"], topology: "standalone", os: "linux" }
1464+
matrix_spec: { api-version: "required", auth: "auth", ssl: "nossl", jdk: ["jdk11"], version: ["5.0", "latest"], topology: "standalone", os: "linux" }
14581465
display_name: "${version} ${topology} ${api-version} "
14591466
tags: ["tests-variant"]
14601467
tasks:
14611468
- name: "test"
14621469

14631470
- matrix_name: "tests-load-balancer-secure"
1464-
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk11"], version: ["latest"], topology: "sharded-cluster", os: "ubuntu" }
1471+
matrix_spec: { auth: "auth", ssl: "ssl", jdk: ["jdk11"], version: ["5.0", "latest"], topology: "sharded-cluster", os: "ubuntu" }
14651472
display_name: "Load Balancer ${version} ${auth} ${ssl} ${jdk} ${os}"
14661473
tasks:
14671474
- name: "load-balancer-test"
@@ -1509,7 +1516,7 @@ buildvariants:
15091516
- name: "gssapi-auth-test"
15101517

15111518
- matrix_name: "perf"
1512-
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk11", version: ["4.0", "4.2", "4.4", "latest"], topology: "standalone", os: "linux" }
1519+
matrix_spec: { auth: "noauth", ssl: "nossl", jdk: "jdk11", version: ["4.0", "4.2", "4.4", "5.0", "latest"], topology: "standalone", os: "linux" }
15131520
batchtime: 1440 # run once a day
15141521
display_name: "Perf Tests ${version} "
15151522
tags: ["perf-variant"]
@@ -1523,21 +1530,21 @@ buildvariants:
15231530
- name: "plain-auth-test"
15241531

15251532
- matrix_name: "aws-auth-test"
1526-
matrix_spec: { ssl: "nossl", jdk: ["jdk8", "jdk11"], version: ["4.4", "latest"], os: "ubuntu" }
1533+
matrix_spec: { ssl: "nossl", jdk: ["jdk8", "jdk11"], version: ["4.4", "5.0", "latest"], os: "ubuntu" }
15271534
display_name: "MONGODB-AWS Auth test ${version} ${jdk}"
15281535
run_on: ubuntu1804-test
15291536
tasks:
15301537
- name: "aws-auth-test"
15311538

15321539
- matrix_name: "accept-api-version-2-test"
1533-
matrix_spec: { ssl: "nossl", auth: "noauth", jdk: "jdk11", version: ["latest"], topology: "standalone", os: "linux" }
1534-
display_name: "Accept API Version 2"
1540+
matrix_spec: { ssl: "nossl", auth: "noauth", jdk: "jdk11", version: ["5.0", "latest"], topology: "standalone", os: "linux" }
1541+
display_name: "Accept API Version 2 ${version}"
15351542
run_on: ubuntu1804-test
15361543
tasks:
15371544
- name: "accept-api-version-2-test"
15381545

15391546
- matrix_name: "ocsp-test"
1540-
matrix_spec: { auth: "noauth", ssl: "ssl", jdk: "jdk11", version: ["4.4", "latest"], os: "ubuntu" }
1547+
matrix_spec: { auth: "noauth", ssl: "ssl", jdk: "jdk11", version: ["4.4", "5.0", "latest"], os: "ubuntu" }
15411548
display_name: "OCSP test ${version} ${os}"
15421549
tasks:
15431550
- name: ".ocsp"

0 commit comments

Comments
 (0)