summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Samuels <richard.l.samuels@gmail.com>2021-02-10 13:07:03 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-16 19:36:43 +0000
commit7425114969ccf84bfea3bea5be52129f93b34eb3 (patch)
treed62403c30ce5595dc5a9818af7717434e575abff
parent6674514dfcc5b3ec4e80c2b727c8d7f9f6f6e86f (diff)
downloadmongo-7425114969ccf84bfea3bea5be52129f93b34eb3.tar.gz
SERVER-54450 Send perf.json after dsi analysis step
-rw-r--r--etc/perf.yml8
-rwxr-xr-xetc/system_perf.yml8
2 files changed, 8 insertions, 8 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 478d7272175..a3255d5423b 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -159,10 +159,6 @@ functions:
type: test
params:
script: ./src/dsi/run-dsi determine_failure -m TEST
- - command: json.send
- params:
- name: "perf"
- file: "./build/LegacyPerfJson/perf.json"
- command: shell.exec
type: test
params:
@@ -170,6 +166,10 @@ functions:
./src/dsi/run-dsi analysis
# detect outliers needs to run, so defer the post_run_check exit status to later
echo $? > post_run_check.status
+ - command: json.send
+ params:
+ name: "perf"
+ file: "./build/LegacyPerfJson/perf.json"
- command: shell.exec
params:
script: |
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 1f2576cbe2f..92188c98758 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -164,10 +164,6 @@ functions:
type: test
params:
script: ./src/dsi/run-dsi determine_failure -m TEST
- - command: json.send
- params:
- name: "perf"
- file: "./build/LegacyPerfJson/perf.json"
- command: shell.exec
type: test
params:
@@ -175,6 +171,10 @@ functions:
./src/dsi/run-dsi analysis
# detect outliers needs to run, so defer the post_run_check exit status to later
echo $? > post_run_check.status
+ - command: json.send
+ params:
+ name: "perf"
+ file: "./build/LegacyPerfJson/perf.json"
- command: shell.exec
params:
script: |