0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-57172 Do json.send before DSI post_run

This commit is contained in:
Carl Raiden Worley 2021-05-24 19:03:56 -04:00 committed by Evergreen Agent
parent 46cd6f9251
commit a8da25ea56
2 changed files with 8 additions and 8 deletions

View File

@ -168,16 +168,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}

View File

@ -178,16 +178,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}