@@ -2279,6 +2279,10 @@ axes:
2279
2279
- id : version
2280
2280
display_name : MongoDB Version
2281
2281
values :
2282
+ - id : " 7.0"
2283
+ display_name : " 7.0"
2284
+ variables :
2285
+ VERSION : " 7.0"
2282
2286
- id : " 6.0"
2283
2287
display_name : " 6.0"
2284
2288
variables :
@@ -2646,7 +2650,7 @@ buildvariants:
2646
2650
- name : " .test !.enterprise-auth !.snappy !.zstd"
2647
2651
2648
2652
- matrix_name : " tests-42-plus-zlib-zstd-support"
2649
- matrix_spec : { version: ["4.2", "4.4", "5.0", "6.0", "latest"], os-ssl-40: "*" }
2653
+ matrix_spec : { version: ["4.2", "4.4", "5.0", "6.0", "7.0", " latest"], os-ssl-40: "*" }
2650
2654
display_name : " ${version} ${os-ssl-40}"
2651
2655
tasks :
2652
2656
- name : " .test !.enterprise-auth !.snappy"
@@ -2658,28 +2662,28 @@ buildvariants:
2658
2662
- name : " .test .enterprise-auth"
2659
2663
2660
2664
- matrix_name : " aws-auth-test"
2661
- matrix_spec : { version: ["4.4", "5.0", "6.0", "latest"], os-aws-auth: "*" }
2665
+ matrix_spec : { version: ["4.4", "5.0", "6.0", "7.0", " latest"], os-aws-auth: "*" }
2662
2666
display_name : " MONGODB-AWS Auth ${version} ${os-aws-auth}"
2663
2667
tasks :
2664
2668
- name : " aws-auth-test"
2665
2669
2666
2670
- matrix_name : " ocsp-test"
2667
- matrix_spec : { version: ["4.4", "5.0", "6.0", "latest"], ocsp-rhel-70: ["rhel70-go-1-20"] }
2671
+ matrix_spec : { version: ["4.4", "5.0", "6.0", "7.0", " latest"], ocsp-rhel-70: ["rhel70-go-1-20"] }
2668
2672
display_name : " OCSP ${version} ${ocsp-rhel-70}"
2669
2673
batchtime : 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
2670
2674
tasks :
2671
2675
- name : " .ocsp"
2672
2676
2673
2677
- matrix_name : " ocsp-test-windows"
2674
- matrix_spec : { version: ["4.4", "5.0", "6.0", "latest"], os-ssl-40: ["windows-64-go-1-20"] }
2678
+ matrix_spec : { version: ["4.4", "5.0", "6.0", "7.0", " latest"], os-ssl-40: ["windows-64-go-1-20"] }
2675
2679
display_name : " OCSP ${version} ${os-ssl-40}"
2676
2680
batchtime : 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
2677
2681
tasks :
2678
2682
# Windows MongoDB servers do not staple OCSP responses and only support RSA.
2679
2683
- name : " .ocsp-rsa !.ocsp-staple"
2680
2684
2681
2685
- matrix_name : " ocsp-test-macos"
2682
- matrix_spec : { version: ["4.4", "5.0", "6.0", "latest"], os-ssl-40: ["macos11-go-1-20"] }
2686
+ matrix_spec : { version: ["4.4", "5.0", "6.0", "7.0", " latest"], os-ssl-40: ["macos11-go-1-20"] }
2683
2687
display_name : " OCSP ${version} ${os-ssl-40}"
2684
2688
batchtime : 20160 # Use a batchtime of 14 days as suggested by the OCSP test README
2685
2689
tasks :
@@ -2693,7 +2697,7 @@ buildvariants:
2693
2697
- name : " .race"
2694
2698
2695
2699
- matrix_name : " versioned-api-test"
2696
- matrix_spec : { version: ["5.0", "6.0", "latest"], os-ssl-40: "*" }
2700
+ matrix_spec : { version: ["5.0", "6.0", "7.0", " latest"], os-ssl-40: "*" }
2697
2701
display_name : " API Version ${version} ${os-ssl-40}"
2698
2702
tasks :
2699
2703
- name : " .versioned-api"
@@ -2706,7 +2710,7 @@ buildvariants:
2706
2710
2707
2711
- matrix_name : " load-balancer-test"
2708
2712
# The LB software is only available on Ubuntu 18.04, so we don't test on all OSes.
2709
- matrix_spec : { version: ["5.0", "6.0", "latest", "rapid"], os-ssl-40: ["ubuntu1804-64-go-1-20"] }
2713
+ matrix_spec : { version: ["5.0", "6.0", "7.0", " latest", "rapid"], os-ssl-40: ["ubuntu1804-64-go-1-20"] }
2710
2714
display_name : " Load Balancer Support ${version} ${os-ssl-40}"
2711
2715
tasks :
2712
2716
- name : " .load-balancer"
0 commit comments