Skip to content

Commit 45055a4

Browse files
authored
GODRIVER-3087 [master] Do not test latest server as part of PR build (#1524)
1 parent a791b77 commit 45055a4

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

.evergreen/config.yml

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2580,7 +2580,13 @@ buildvariants:
25802580

25812581
- matrix_name: "tests-42-plus-zlib-zstd-support"
25822582
tags: ["pullrequest"]
2583-
matrix_spec: { version: ["4.2", "4.4", "5.0", "6.0", "7.0", "latest"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
2583+
matrix_spec: { version: ["4.2", "4.4", "5.0", "6.0", "7.0"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
2584+
display_name: "${version} ${os-ssl-40}"
2585+
tasks:
2586+
- name: ".test !.enterprise-auth !.snappy"
2587+
2588+
- matrix_name: "tests-latest-zlib-zstd-support"
2589+
matrix_spec: { version: ["latest"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
25842590
display_name: "${version} ${os-ssl-40}"
25852591
tasks:
25862592
- name: ".test !.enterprise-auth !.snappy"
@@ -2622,27 +2628,39 @@ buildvariants:
26222628

26232629
- matrix_name: "race-test"
26242630
tags: ["pullrequest"]
2625-
matrix_spec: { version: ["latest"], os-ssl-40: ["rhel87-64-go-1-20"] }
2631+
matrix_spec: { version: ["7.0"], os-ssl-40: ["rhel87-64-go-1-20"] }
26262632
display_name: "Race Detector Test"
26272633
tasks:
26282634
- name: ".race"
26292635

26302636
- matrix_name: "versioned-api-test"
26312637
tags: ["pullrequest"]
2632-
matrix_spec: { version: ["5.0", "6.0", "7.0", "latest"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
2638+
matrix_spec: { version: ["5.0", "6.0", "7.0"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
2639+
display_name: "API Version ${version} ${os-ssl-40}"
2640+
tasks:
2641+
- name: ".versioned-api"
2642+
2643+
- matrix_name: "versioned-api-latest-test"
2644+
matrix_spec: { version: ["latest"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
26332645
display_name: "API Version ${version} ${os-ssl-40}"
26342646
tasks:
26352647
- name: ".versioned-api"
26362648

26372649
- matrix_name: "kms-tls-test"
2638-
matrix_spec: { version: ["latest"], os-ssl-40: ["rhel87-64-go-1-20"] }
2650+
matrix_spec: { version: ["7.0"], os-ssl-40: ["rhel87-64-go-1-20"] }
26392651
display_name: "KMS TLS ${os-ssl-40}"
26402652
tasks:
26412653
- name: ".kms-tls"
26422654

26432655
- matrix_name: "load-balancer-test"
26442656
tags: ["pullrequest"]
2645-
matrix_spec: { version: ["5.0", "6.0", "7.0", "latest", "rapid"], os-ssl-40: ["rhel87-64-go-1-20"] }
2657+
matrix_spec: { version: ["5.0", "6.0", "7.0"], os-ssl-40: ["rhel87-64-go-1-20"] }
2658+
display_name: "Load Balancer Support ${version} ${os-ssl-40}"
2659+
tasks:
2660+
- name: ".load-balancer"
2661+
2662+
- matrix_name: "load-balancer-latest-test"
2663+
matrix_spec: { version: ["latest"], os-ssl-40: ["rhel87-64-go-1-20"] }
26462664
display_name: "Load Balancer Support ${version} ${os-ssl-40}"
26472665
tasks:
26482666
- name: ".load-balancer"
@@ -2655,7 +2673,7 @@ buildvariants:
26552673
- "serverless_task_group"
26562674

26572675
- matrix_name: "kms-kmip-test"
2658-
matrix_spec: { version: ["latest"], os-ssl-40: ["rhel87-64-go-1-20"] }
2676+
matrix_spec: { version: ["7.0"], os-ssl-40: ["rhel87-64-go-1-20"] }
26592677
display_name: "KMS KMIP ${os-ssl-40}"
26602678
tasks:
26612679
- name: ".kms-kmip"
@@ -2668,7 +2686,7 @@ buildvariants:
26682686
batchtime: 1440 # Run at most once per 24 hours.
26692687

26702688
- matrix_name: "faas-test"
2671-
matrix_spec: { version: ["latest"], os-faas-80: ["rhel87-large-go-1-20"] }
2689+
matrix_spec: { version: ["7.0"], os-faas-80: ["rhel87-large-go-1-20"] }
26722690
display_name: "FaaS ${version} ${os-faas-80}"
26732691
tasks:
26742692
- test-aws-lambda-task-group

0 commit comments

Comments
 (0)