diff options
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 |