mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
SERVER-88706: Remove unused old compile logic from system_perf.yml (#21033)
GitOrigin-RevId: f901b38916b1859fa44b2622f038995f6c8f6870
This commit is contained in:
parent
e4e8d9d5ef
commit
f17b52f5b8
@ -646,18 +646,6 @@ functions:
|
|||||||
working_dir: src
|
working_dir: src
|
||||||
script: |
|
script: |
|
||||||
tar czf mongodb${compile_variant|}.tar.gz mongodb
|
tar czf mongodb${compile_variant|}.tar.gz mongodb
|
||||||
- command: shell.exec
|
|
||||||
params:
|
|
||||||
working_dir: src
|
|
||||||
script: |
|
|
||||||
if [ -n "${reuse_compile_from}" ] && [ "${is_patch|false}" = "true" ]; then
|
|
||||||
set -o errexit
|
|
||||||
set -o verbose
|
|
||||||
|
|
||||||
source "${workdir}/compile_venv/bin/activate"
|
|
||||||
python buildscripts/download_sys_perf_binaries.py -v ${reuse_compile_from} -b ${build_variant} -u ${evergreen_api_user} -k ${evergreen_api_key}
|
|
||||||
mv binary.tar.gz mongodb${compile_variant|}.tar.gz
|
|
||||||
fi
|
|
||||||
upload binary:
|
upload binary:
|
||||||
- command: s3.put
|
- command: s3.put
|
||||||
params:
|
params:
|
||||||
|
Loading…
Reference in New Issue
Block a user