Skip to content

Commit df58ff2

Browse files
committed
Remove MacOS tests.
1 parent 0fbbe72 commit df58ff2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2670,21 +2670,21 @@ buildvariants:
26702670

26712671
- matrix_name: "tests-36-with-zlib-support"
26722672
tags: ["pullrequest"]
2673-
matrix_spec: { version: ["3.6"], os-ssl-32: "*" }
2673+
matrix_spec: { version: ["3.6"], os-ssl-32: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
26742674
display_name: "${version} ${os-ssl-32}"
26752675
tasks:
26762676
- name: ".test !.enterprise-auth !.snappy !.zstd"
26772677

26782678
- matrix_name: "tests-40-with-zlib-support"
26792679
tags: ["pullrequest"]
2680-
matrix_spec: { version: ["4.0"], os-ssl-40: "*" }
2680+
matrix_spec: { version: ["4.0"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
26812681
display_name: "${version} ${os-ssl-40}"
26822682
tasks:
26832683
- name: ".test !.enterprise-auth !.snappy !.zstd"
26842684

26852685
- matrix_name: "tests-42-plus-zlib-zstd-support"
26862686
tags: ["pullrequest"]
2687-
matrix_spec: { version: ["4.2", "4.4", "5.0", "6.0", "7.0", "latest"], os-ssl-40: "*" }
2687+
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"] }
26882688
display_name: "${version} ${os-ssl-40}"
26892689
tasks:
26902690
- name: ".test !.enterprise-auth !.snappy"
@@ -2733,7 +2733,7 @@ buildvariants:
27332733

27342734
- matrix_name: "versioned-api-test"
27352735
tags: ["pullrequest"]
2736-
matrix_spec: { version: ["5.0", "6.0", "7.0", "latest"], os-ssl-40: "*" }
2736+
matrix_spec: { version: ["5.0", "6.0", "7.0", "latest"], os-ssl-40: ["windows-64-go-1-20", "rhel87-64-go-1-20"] }
27372737
display_name: "API Version ${version} ${os-ssl-40}"
27382738
tasks:
27392739
- name: ".versioned-api"

0 commit comments

Comments
 (0)