From b7380a371582c57ea3fb4447c80b205da82bfaaa Mon Sep 17 00:00:00 2001 From: Robert Guo Date: Tue, 7 Jun 2022 20:14:32 +0000 Subject: SERVER-65385 disable analyzing benchmark results (cherry picked from commit e9cf5fa8c7c76cfff422d6e97c549b4773d0d48e) --- etc/evergreen_yml_components/definitions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/evergreen_yml_components/definitions.yml b/etc/evergreen_yml_components/definitions.yml index 270ade242fe..106555b3921 100644 --- a/etc/evergreen_yml_components/definitions.yml +++ b/etc/evergreen_yml_components/definitions.yml @@ -131,7 +131,7 @@ variables: resmoke_args: --help resmoke_jobs_max: 1 - func: "send benchmark results" - - func: "analyze benchmark results" +# - func: "analyze benchmark results" vars: suite: benchmark_suite @@ -3306,7 +3306,7 @@ tasks: exec_timeout_secs: 14400 # 4 hour timeout. resmoke_jobs_max: 1 - func: "send benchmark results" - - func: "analyze benchmark results" +# - func: "analyze benchmark results" vars: suite: benchmarks @@ -3320,7 +3320,7 @@ tasks: suite: benchmarks_sharding resmoke_jobs_max: 1 - func: "send benchmark results" - - func: "analyze benchmark results" +# - func: "analyze benchmark results" # Disabled under SERVER-64949. # - <<: *benchmark_template -- cgit v1.2.1