summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad Rachev <vlad.rachev@mongodb.com>2022-06-02 09:38:48 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-06-06 17:12:52 +0000
commitde31372c6f05c52083a28d10c12ff2ffa2d42655 (patch)
treebd268dbec0c53a3bcdf96d80a505c5cb4ec35b83
parent814159344a60a0e6e53c6fe6aeab3e4317f22396 (diff)
downloadmongo-de31372c6f05c52083a28d10c12ff2ffa2d42655.tar.gz
SERVER-66955 Remove JSON.send usage in sys-perf and performance
(cherry picked from commit 421855380204e5a9dcde2b83cccef8e6f75e3a96) (cherry picked from commit 49e8e9786b5a074e3c28793e1ab7c425453cd14f)
-rw-r--r--etc/perf.yml6
-rwxr-xr-xetc/system_perf.yml10
2 files changed, 2 insertions, 14 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index a027c484986..df67e1ec598 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -15,7 +15,7 @@ variables:
- variant: linux-wt-standalone
name: compile
_real_expansions: &_expansion_updates
- []
+ []
###
###
@@ -166,10 +166,6 @@ functions:
params:
script: ./src/dsi/run-dsi determine_failure -m TEST
f_dsi_post_run:
- - command: json.send
- params:
- name: perf
- file: ./build/LegacyPerfJson/perf.json
- command: shell.exec
params:
script: ./src/dsi/run-dsi post_run
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 4100e053b0d..91ec964d245 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -22,9 +22,7 @@ variables:
- name: schedule_global_auto_tasks
variant: task_generation
_real_expansions: &_expansion_updates
- # TODO: Disable in SERVER-57226.
- - key: enable_detect_changes
- value: "true"
+ []
###
###
@@ -190,12 +188,6 @@ functions:
params:
script: ./src/dsi/run-dsi determine_failure -m TEST
f_dsi_post_run:
- # TODO: SERVER-57226 will let us move this json.send to after dsi's post_run.
- # This is preferred to keep DSI execution contiguous.
- - command: json.send
- params:
- name: perf
- file: ./build/LegacyPerfJson/perf.json
- command: shell.exec
params:
script: ./src/dsi/run-dsi post_run