summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Raiden Worley <carl.worley@10gen.com>2021-05-26 22:24:51 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-27 16:21:35 +0000
commit1d2530b5fa056a1b389acb14dbd2c931b1dd6cc0 (patch)
tree2251318d1417e2de9df47975d045c66b81e44c38
parente3cd5569e4fedc7e3c0741712af5293f72c416da (diff)
downloadmongo-1d2530b5fa056a1b389acb14dbd2c931b1dd6cc0.tar.gz
SERVER-57172 Do json.send before DSI post_run
-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 03f0b1783dd..1f4f03a9e56 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 f195f7ff26b..86cb8bbf0a8 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -22,7 +22,9 @@ 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,16 +180,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}