summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2022-08-23 18:55:15 +0300
committerMikhail Shchatko <mikhail.shchatko@mongodb.com>2022-08-23 18:55:15 +0300
commitb809265967ef5ed53102f0eac600dc3456b5a2b6 (patch)
treebff417b697c38c341f2bb8266fb2c0a65bc033ea
parentc001aaccbf44bdc6ab15ef8e2a01fa77b433ca25 (diff)
downloadmongo-b809265967ef5ed53102f0eac600dc3456b5a2b6.tar.gz
SERVER-68505 Disable renew_ssl_cert in sys-perf
-rwxr-xr-xetc/system_perf.yml46
1 files changed, 0 insertions, 46 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 27619236b92..58901d16a43 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -506,43 +506,6 @@ tasks:
mongo-tools: ${mongo-tools_rev}
- func: "compile mongodb"
- - name: renew_ssl_cert
- commands:
- - command: git.get_project
- params:
- directory: *src_dir
- revisions:
- dsi: ${dsi_rev}
- # Run the script to generate ssl cert files
- - command: shell.exec
- params:
- script: AWS_ACCESS_KEY_ID=${terraform_key} AWS_SECRET_ACCESS_KEY=${terraform_secret} ./src/dsi/run-dsi generate_ssl_cert
- # Upload files for further DSI usage
- - command: s3.put
- params:
- aws_key: ${aws_key}
- aws_secret: ${aws_secret}
- local_file: member.pem
- # path to the remote file is intended to be static
- remote_file: dsi/ssl/member.pem
- bucket: mciuploads
- # the visibility has to be public for consumption by DSI
- permissions: public-read
- content_type: text/plain
- display_name: member.pem
- - command: s3.put
- params:
- aws_key: ${aws_key}
- aws_secret: ${aws_secret}
- local_file: root.crt
- # path to the remote file is intended to be static
- remote_file: dsi/ssl/root.crt
- bucket: mciuploads
- # the visibility has to be public for consumption by DSI
- permissions: public-read
- content_type: text/plain
- display_name: root.crt
-
- name: linkbench
priority: 5
commands:
@@ -2160,12 +2123,3 @@ buildvariants:
- name: tpcc
- name: linkbench
- name: linkbench2
-
- - name: renew-ssl-cert
- display_name: Renew SSL Cert
- cron: "0 0 * * 4" # 00:00 on Thursday
- modules: *modules
- run_on: # Certbot with route53 plugin is installed on Ubuntu 20.04
- - "ubuntu2004-small"
- tasks:
- - name: renew_ssl_cert