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:
126
126
- command : ec2.assume_role
127
127
params :
128
128
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
135
129
- command : archive.targz_pack
136
130
params :
137
131
target : " mongo-coredumps.tgz"
@@ -151,17 +145,6 @@ functions:
151
145
content_type : ${content_type|application/gzip}
152
146
display_name : Core Dumps - Execution
153
147
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"
165
148
- command : s3.put
166
149
params :
167
150
aws_key : ${AWS_ACCESS_KEY_ID}
You can’t perform that action at this time.
0 commit comments