Skip to content
Merged
Show file tree
Hide file tree
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
17 changes: 6 additions & 11 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1766,7 +1766,7 @@ tasks:

buildvariants:
- name: "no-server"
display_name: "No server test"
display_name: "No server"
run_on:
- rhel84-small
tasks:
Expand All @@ -1779,31 +1779,26 @@ buildvariants:
tasks:
- name: "coverage-report"

- name: testgcpkms-variant
display_name: "GCP KMS"
- name: testkms-variant
display_name: "KMS"
run_on:
- debian11-small
tasks:
- name: testgcpkms_task_group
batchtime: 20160 # Use a batchtime of 14 days as suggested by the CSFLE test README
- testgcpkms-fail-task

- name: testazurekms-variant
display_name: "Azure KMS"
run_on: debian11-small
tasks:
- name: testazurekms_task_group
batchtime: 20160 # Use a batchtime of 14 days as suggested by the CSFLE test README
- testazurekms-fail-task

- name: rhel8-test-lambda
display_name: AWS Lambda handler tests
display_name: FaaS Lambda
run_on: rhel87-small
tasks:
- name: test_aws_lambda_task_group

- name: rhel8-import-time
display_name: Import Time Check
display_name: Import Time
run_on: rhel87-small
tasks:
- name: "check-import-time"
Expand All @@ -1816,7 +1811,7 @@ buildvariants:
- name: "backport-pr"

- name: "perf-tests"
display_name: "Performance Benchmark Tests"
display_name: "Performance Benchmarks"
batchtime: 10080 # 7 days
run_on: rhel90-dbx-perf-large
tasks:
Expand Down
Loading
Loading