diff options
author | Jim O'Leary <jim.oleary@mongodb.com> | 2019-10-16 13:15:57 +0000 |
---|---|---|
committer | evergreen <evergreen@mongodb.com> | 2019-10-16 13:15:57 +0000 |
commit | 13e2014cc467433770ff2c7ad470a0ddb363c07c (patch) | |
tree | c502b922f95e24992f2c821a2164ddee67ac6bc4 /etc/system_perf.yml | |
parent | 365496906f853e5b5fc00b1bac563c0c764f9e90 (diff) | |
download | mongo-13e2014cc467433770ff2c7ad470a0ddb363c07c.tar.gz |
SERVER-44009 pip freeze and persist
Diffstat (limited to 'etc/system_perf.yml')
-rwxr-xr-x | etc/system_perf.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml index e3f7e0b6d13..2b68229e788 100755 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -46,6 +46,7 @@ post: mark_idle.sh fi + - func: "upload pip requirements" - command: shell.exec params: working_dir: src @@ -363,6 +364,18 @@ functions: set -o verbose exit $(cat post_run_check.status) + "upload pip requirements": + command: s3.put + params: + aws_key: ${aws_key} + aws_secret: ${aws_secret} + local_file: pip-requirements.txt + remote_file: ${project}/${build_variant}/${revision}/pip-requirements-${task_id}-${execution}.txt + bucket: mciuploads + permissions: public-read + content_type: atext-plain + display_name: Pip Requirements + ####################################### # Tasks # ####################################### |