summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/perf.yml8
-rw-r--r--etc/system_perf.yml14
2 files changed, 13 insertions, 9 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index bdea8a606cf..9ee0b4b584c 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -164,16 +164,16 @@ 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
- command: attach.results
params:
file_location: ./build/EvergreenResultsJson/results.json
- - command: json.send
- params:
- name: perf
- file: ./build/LegacyPerfJson/perf.json
- command: s3.put
params:
aws_key: ${aws_key}
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 7aa891a1b96..9fd164454f5 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -21,7 +21,9 @@ variables:
- name: compile
variant: compile-rhel70
_real_expansions: &_expansion_updates
- []
+ # TODO: Disable in SERVER-57226.
+ - key: enable_detect_changes
+ value: "true"
###
###
@@ -176,16 +178,18 @@ 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
- command: attach.results
params:
file_location: ./build/EvergreenResultsJson/results.json
- - command: json.send
- params:
- name: perf
- file: ./build/LegacyPerfJson/perf.json
- command: s3.put
params:
aws_key: ${aws_key}