Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2184,7 +2184,7 @@ task_groups:

- name: testazurekms_task_group
setup_group_can_fail_task: true
teardown_group_can_fail_task: true
teardown_task_can_fail_task: true
setup_group_timeout_secs: 1800 # 30 minutes
setup_group:
- func: fetch-source
Expand Down Expand Up @@ -2446,20 +2446,20 @@ buildvariants:
tasks:
- name: ".test !.enterprise-auth !.snappy !.zstd"

- matrix_name: "tests-rhel-40-with-zlib-support"
- matrix_name: "tests-rhel-40-with-snappy-support"
tags: ["pullrequest"]
matrix_spec: { version: ["4.0"], os-ssl-40: ["rhel87-64"] }
display_name: "${version} ${os-ssl-40}"
tasks:
- name: ".test !.enterprise-auth !.snappy !.zstd"
- name: ".test !.enterprise-auth !.zlib !.zstd"

- matrix_name: "tests-windows-40-with-zlib-support"
- matrix_name: "tests-windows-40-with-snappy-support"
matrix_spec: { version: ["4.0"], os-ssl-40: ["windows-64"] }
display_name: "${version} ${os-ssl-40}"
tasks:
- name: ".test !.enterprise-auth !.snappy !.zstd"
- name: ".test !.enterprise-auth !.zlib !.zstd"

- matrix_name: "tests-rhel-42-plus-zlib-zstd-support"
- matrix_name: "tests-rhel-44-plus-zlib-zstd-support"
tags: ["pullrequest"]
matrix_spec: { version: ["4.2", "4.4", "5.0", "6.0", "7.0", "8.0"], os-ssl-40: ["rhel87-64"] }
display_name: "${version} ${os-ssl-40}"
Expand Down
Loading