File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -126,12 +126,6 @@ functions:
126126 - command : ec2.assume_role
127127 params :
128128 role_arn : ${assume_role_arn}
129- - command : subprocess.exec
130- params :
131- binary : bash
132- args :
133- - src/.evergreen/scripts/run-with-env.sh
134- - src/.evergreen/scripts/archive-mongodb-logs.sh
135129 - command : archive.targz_pack
136130 params :
137131 target : " mongo-coredumps.tgz"
@@ -151,17 +145,6 @@ functions:
151145 content_type : ${content_type|application/gzip}
152146 display_name : Core Dumps - Execution
153147 optional : true
154- - command : s3.put
155- params :
156- aws_key : ${AWS_ACCESS_KEY_ID}
157- aws_secret : ${AWS_SECRET_ACCESS_KEY}
158- aws_session_token : ${AWS_SESSION_TOKEN}
159- local_file : mongodb-logs.tar.gz
160- remote_file : ${build_variant}/${revision}/${version_id}/${build_id}/logs/${task_id}-${execution}-mongodb-logs.tar.gz
161- bucket : ${bucket_name}
162- permissions : public-read
163- content_type : ${content_type|application/x-gzip}
164- display_name : " mongodb-logs.tar.gz"
165148 - command : s3.put
166149 params :
167150 aws_key : ${AWS_ACCESS_KEY_ID}
You can’t perform that action at this time.
0 commit comments