Skip to content

Commit ff8ab9e

Browse files
authored
GODRIVER-3087 Do not test latest server as part of PR build (#1519)
1 parent 1f3c815 commit ff8ab9e

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

.evergreen/config.yml

+25-7
Original file line numberDiff line numberDiff line change
@@ -2586,7 +2586,13 @@ buildvariants:
25862586

25872587
- matrix_name: "tests-42-plus-zlib-zstd-support"
25882588
tags: ["pullrequest"]
2589-
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"] }
2589+
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"] }
2590+
display_name: "${version} ${os-ssl-40}"
2591+
tasks:
2592+
- name: ".test !.enterprise-auth !.snappy"
2593+
2594+
- matrix_name: "tests-latest-zlib-zstd-support"
2595+
matrix_spec: { version: ["latest"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
25902596
display_name: "${version} ${os-ssl-40}"
25912597
tasks:
25922598
- name: ".test !.enterprise-auth !.snappy"
@@ -2628,27 +2634,39 @@ buildvariants:
26282634

26292635
- matrix_name: "race-test"
26302636
tags: ["pullrequest"]
2631-
matrix_spec: { version: ["latest"], os-ssl-40: ["rhel87-64-go-1-20"] }
2637+
matrix_spec: { version: ["7.0"], os-ssl-40: ["rhel87-64-go-1-20"] }
26322638
display_name: "Race Detector Test"
26332639
tasks:
26342640
- name: ".race"
26352641

26362642
- matrix_name: "versioned-api-test"
26372643
tags: ["pullrequest"]
2638-
matrix_spec: { version: ["5.0", "6.0", "7.0", "latest"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
2644+
matrix_spec: { version: ["5.0", "6.0", "7.0"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
2645+
display_name: "API Version ${version} ${os-ssl-40}"
2646+
tasks:
2647+
- name: ".versioned-api"
2648+
2649+
- matrix_name: "versioned-api-latest-test"
2650+
matrix_spec: { version: ["latest"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
26392651
display_name: "API Version ${version} ${os-ssl-40}"
26402652
tasks:
26412653
- name: ".versioned-api"
26422654

26432655
- matrix_name: "kms-tls-test"
2644-
matrix_spec: { version: ["latest"], os-ssl-40: ["rhel87-64-go-1-20"] }
2656+
matrix_spec: { version: ["7.0"], os-ssl-40: ["rhel87-64-go-1-20"] }
26452657
display_name: "KMS TLS ${os-ssl-40}"
26462658
tasks:
26472659
- name: ".kms-tls"
26482660

26492661
- matrix_name: "load-balancer-test"
26502662
tags: ["pullrequest"]
2651-
matrix_spec: { version: ["5.0", "6.0", "7.0", "latest", "rapid"], os-ssl-40: ["rhel87-64-go-1-20"] }
2663+
matrix_spec: { version: ["5.0", "6.0", "7.0"], os-ssl-40: ["rhel87-64-go-1-20"] }
2664+
display_name: "Load Balancer Support ${version} ${os-ssl-40}"
2665+
tasks:
2666+
- name: ".load-balancer"
2667+
2668+
- matrix_name: "load-balancer-latest-test"
2669+
matrix_spec: { version: ["latest"], os-ssl-40: ["rhel87-64-go-1-20"] }
26522670
display_name: "Load Balancer Support ${version} ${os-ssl-40}"
26532671
tasks:
26542672
- name: ".load-balancer"
@@ -2661,7 +2679,7 @@ buildvariants:
26612679
- "serverless_task_group"
26622680

26632681
- matrix_name: "kms-kmip-test"
2664-
matrix_spec: { version: ["latest"], os-ssl-40: ["rhel87-64-go-1-20"] }
2682+
matrix_spec: { version: ["7.0"], os-ssl-40: ["rhel87-64-go-1-20"] }
26652683
display_name: "KMS KMIP ${os-ssl-40}"
26662684
tasks:
26672685
- name: ".kms-kmip"
@@ -2674,7 +2692,7 @@ buildvariants:
26742692
batchtime: 1440 # Run at most once per 24 hours.
26752693

26762694
- matrix_name: "faas-test"
2677-
matrix_spec: { version: ["latest"], os-faas-80: ["rhel87-large-go-1-20"] }
2695+
matrix_spec: { version: ["7.0"], os-faas-80: ["rhel87-large-go-1-20"] }
26782696
display_name: "FaaS ${version} ${os-faas-80}"
26792697
tasks:
26802698
- test-aws-lambda-task-group

0 commit comments

Comments
 (0)