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:
parent
46cd6f9251
commit
a8da25ea56
@ -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}
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user