diff options
author | Vlad Rachev <vlad.rachev@mongodb.com> | 2022-06-02 09:38:48 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-06-06 16:59:53 +0000 |
commit | 2f6d662ab85da821d586530b52812d68ce7c8ffe (patch) | |
tree | 531f353a8dd11cafc438e3f77377249962bc2ee7 /etc | |
parent | f50c5c614dd84424958053921622ea280a1e8a64 (diff) | |
download | mongo-2f6d662ab85da821d586530b52812d68ce7c8ffe.tar.gz |
SERVER-66955 Remove JSON.send usage in sys-perf and performance
(cherry picked from commit 421855380204e5a9dcde2b83cccef8e6f75e3a96)
(cherry picked from commit 49e8e9786b5a074e3c28793e1ab7c425453cd14f)
(cherry picked from commit f9045851c07c52b1a3f486abffa7bfc7eb02cc6d)
(cherry picked from commit bc73672d23a82da55da595a4eece4b55a4d594b5)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/perf.yml | 6 | ||||
-rwxr-xr-x | etc/system_perf.yml | 10 |
2 files changed, 2 insertions, 14 deletions
diff --git a/etc/perf.yml b/etc/perf.yml index 5a67925167a..c538bbd6972 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 a93b4d44795..d3166a9fd3c 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" + [] ### ### @@ -178,12 +176,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 |