@@ -29,10 +29,10 @@ functions:
29
29
- command : git.get_project
30
30
params :
31
31
directory : " src"
32
- # Applies the subitted patch, if any
32
+ # Applies the submitted patch, if any
33
33
# Deprecated. Should be removed. But still needed for certain agents (ZAP)
34
34
- command : git.apply_patch
35
- # Make an evergreen exapanstion file with dynamic values
35
+ # Make an evergreen expansion file with dynamic values
36
36
- command : shell.exec
37
37
params :
38
38
working_dir : " src"
@@ -41,7 +41,7 @@ functions:
41
41
if [ "${is_patch}" = "true" ]; then
42
42
CURRENT_VERSION=$(git describe)-patch-${version_id}
43
43
else
44
- CURRENT_VERSION=latest
44
+ CURRENT_VERSION=5.0
45
45
fi
46
46
47
47
export DRIVERS_TOOLS="$(pwd)/../drivers-tools"
@@ -431,13 +431,6 @@ axes:
431
431
- id : version
432
432
display_name : MongoDB Version
433
433
values :
434
- - id : " latest"
435
- display_name : " latest"
436
- variables :
437
- VERSION : " latest"
438
- # Multiple mongos instances can be specified in the connection string
439
- # for this version.
440
- SAFE_FOR_MULTI_MONGOS : true
441
434
- id : " 5.0"
442
435
display_name : " 5.0"
443
436
variables :
@@ -588,21 +581,21 @@ buildvariants:
588
581
- name : " static-analysis"
589
582
590
583
- matrix_name : " tests-zlib-compression"
591
- matrix_spec : { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk6", version: ["3.6", "4.0", "4.2", "4.4", "5.0", "latest" ], topology: "standalone", os: "linux" }
584
+ matrix_spec : { compressor : "zlib", auth: "noauth", ssl: "nossl", jdk: "jdk6", version: ["3.6", "4.0", "4.2", "4.4", "5.0"], topology: "standalone", os: "linux" }
592
585
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
593
586
tags : ["tests-variant"]
594
587
tasks :
595
588
- name : " test"
596
589
597
590
- matrix_name : " tests-snappy-compression"
598
- matrix_spec : { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk7", version: ["3.4", "3.6", "4.0", "4.2", "4.4", "5.0", "latest" ], topology: "standalone", os: "linux" }
591
+ matrix_spec : { compressor : "snappy", auth: "noauth", ssl: "nossl", jdk: "jdk7", version: ["3.4", "3.6", "4.0", "4.2", "4.4", "5.0"], topology: "standalone", os: "linux" }
599
592
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
600
593
tags : ["tests-variant"]
601
594
tasks :
602
595
- name : " test"
603
596
604
597
- matrix_name : " tests-zstd-compression"
605
- matrix_spec : { compressor : "zstd", auth: "noauth", ssl: "nossl", jdk: "jdk7", version: ["4.2", "4.4", "5.0", "latest" ], topology: "standalone", os: "linux" }
598
+ matrix_spec : { compressor : "zstd", auth: "noauth", ssl: "nossl", jdk: "jdk7", version: ["4.2", "4.4", "5.0"], topology: "standalone", os: "linux" }
606
599
display_name : " ${version} ${compressor} ${topology} ${auth} ${ssl} ${jdk} ${os} "
607
600
tags : ["tests-variant"]
608
601
tasks :
@@ -617,14 +610,14 @@ buildvariants:
617
610
618
611
- matrix_name : " tests-jdk6-secure"
619
612
matrix_spec : { auth: "auth", ssl: "ssl", jdk: "jdk6", version: "*", topology: "*", os: "linux" }
620
- exclude_spec : { auth: "auth", ssl: "ssl", jdk: "jdk6", version: ["4.0", "4.2", "4.4", "5.0", "latest" ], topology: "*", os: "linux" }
613
+ exclude_spec : { auth: "auth", ssl: "ssl", jdk: "jdk6", version: ["4.0", "4.2", "4.4", "5.0"], topology: "*", os: "linux" }
621
614
display_name : " ${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
622
615
tags : ["tests-variant"]
623
616
tasks :
624
617
- name : " test"
625
618
626
619
- matrix_name : " tests-jdk-newer-secure"
627
- matrix_spec : { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk11"], version: ["4.0", "4.2", "4.4", "5.0", "latest" ], topology: "*", os: "linux" }
620
+ matrix_spec : { auth: "auth", ssl: "ssl", jdk: ["jdk8", "jdk11"], version: ["4.0", "4.2", "4.4", "5.0"], topology: "*", os: "linux" }
628
621
display_name : " ${version} ${topology} ${auth} ${ssl} ${jdk} ${os} "
629
622
tags : ["tests-variant"]
630
623
tasks :
0 commit comments