mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 00:56:44 +01:00
SERVER-20035: Move attaching results to post phase
This commit is contained in:
parent
3105f6403f
commit
f2fc6a9329
@ -5,6 +5,9 @@ pre:
|
||||
- command: shell.track
|
||||
|
||||
post:
|
||||
- command: attach.results
|
||||
params:
|
||||
file_location: src/report.json
|
||||
- command: shell.cleanup
|
||||
|
||||
functions:
|
||||
@ -83,9 +86,6 @@ functions:
|
||||
set -o verbose
|
||||
source ./venv/bin/activate
|
||||
python perf_regression_check.py -f history.json --rev ${revision}
|
||||
- command: attach.results
|
||||
params:
|
||||
file_location: src/report.json
|
||||
"run perf tests":
|
||||
- command: shell.exec
|
||||
params:
|
||||
|
Loading…
Reference in New Issue
Block a user