diff options
author | Maddie Zechar <mez2113@columbia.edu> | 2022-04-07 19:20:58 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-04-07 21:15:27 +0000 |
commit | 7bf50e16c143a66ce89c11c0de59edb5bb7dce14 (patch) | |
tree | 3103cca0e9609889f8906d0116dcf3e29f94d5e8 /etc/evergreen_yml_components/definitions.yml | |
parent | cd4cff716b9c5e564cbd4c454ce11980f3ff96d1 (diff) | |
download | mongo-7bf50e16c143a66ce89c11c0de59edb5bb7dce14.tar.gz |
SERVER-64949: Disable the CST benchmarks
Diffstat (limited to 'etc/evergreen_yml_components/definitions.yml')
-rw-r--r-- | etc/evergreen_yml_components/definitions.yml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml index 0a6d8a5fd31..a0ab51f47ea 100644 --- a/etc/evergreen_yml_components/definitions.yml +++ b/etc/evergreen_yml_components/definitions.yml @@ -3157,17 +3157,18 @@ tasks: - func: "send benchmark results" - func: "analyze benchmark results" -- <<: *benchmark_template - name: benchmarks_cst - tags: ["benchmarks"] - commands: - - func: "do benchmark setup" - - func: "run tests" - vars: - suite: benchmarks_cst - resmoke_jobs_max: 1 - - func: "send benchmark results" - - func: "analyze benchmark results" +# Disabled under SERVER-64949. +# - <<: *benchmark_template +# name: benchmarks_cst +# tags: ["benchmarks"] +# commands: +# - func: "do benchmark setup" +# - func: "run tests" +# vars: +# suite: benchmarks_cst +# resmoke_jobs_max: 1 +# - func: "send benchmark results" +# - func: "analyze benchmark results" - <<: *run_jepsen_template name: jepsen_register_findAndModify |