Skip to content

Commit 742c97b

Browse files
committed
Disable performance tests on pull requests
This approach isn't ideal because it won't allow the tests to be triggered on a PR manually (for example, when new benchmarks are added). Instead, we might follow the "pr" tag approach that the mongodb-python-driver Evergreen config uses. However, I think we should revisit this later if that solution seems justified. Temporarily reverting this patch in a PR branch may work to check the performance tests there if need be. Evergreen shows ~$0.30 is wasted when this job runs on a PR since the results aren't used.
1 parent f552255 commit 742c97b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.evergreen/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ tasks:
173173
- func: "teardown csfle"
174174

175175
- name: run-performance-tests
176+
patchable: false
176177
commands:
177178
- func: "run performance tests"
178179
- func: "attach performance test results"

0 commit comments

Comments
 (0)