summaryrefslogtreecommitdiff
path: root/etc/system_perf.yml
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2023-02-07 18:20:43 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-07 20:00:41 +0000
commite72d191a30118e5d06f8195f0e6400abca7a3938 (patch)
tree7e3e25684e6bd1ce785eaaf6c04548ee160f7dfb /etc/system_perf.yml
parent2b1a5b3cccffdcf23b604d97cc126cd6111341b8 (diff)
downloadmongo-e72d191a30118e5d06f8195f0e6400abca7a3938.tar.gz
SERVER-72821 Remove renew_ssl_cert from etc/system_perf.yml
Diffstat (limited to 'etc/system_perf.yml')
-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 e8a69a344bc..ef03bc6ef33 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -538,43 +538,6 @@ tasks:
- func: "compile prep"
- func: "compile mongocrypt shlib"
- - 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:
@@ -2747,15 +2710,6 @@ buildvariants:
- 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
-
- name: linux-standalone.2022-11
display_name: Linux Standalone 2022-11
cron: "0 0 * * 2,4,6" # Tuesday, Thursday and Saturday at 00:00