Skip to content

Commit

Permalink
GODRIVER-3366 Ensure snappy tests are run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 2, 2024
1 parent ad1166b commit 313bf56
Showing 1 changed file with 6 additions and 6 deletions.
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

0 comments on commit 313bf56

Please sign in to comment.