Skip to content

Commit 3a3b542

Browse files
committed
More upload fixes
1 parent 5f0b429 commit 3a3b542

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)