Skip to content

Commit db5a7ba

Browse files
committed
undo changes
1 parent 84e4218 commit db5a7ba

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -116,30 +116,6 @@ functions:
116116
content_type: text/html
117117
display_name: "Coverage Report HTML"
118118

119-
"upload core dumps":
120-
- command: ec2.assume_role
121-
params:
122-
role_arn: ${assume_role_arn}
123-
- command: archive.targz_pack
124-
params:
125-
target: "mongo-coredumps.tgz"
126-
source_dir: ${PROJECT_DIRECTORY}/
127-
include:
128-
- "./**.core"
129-
- "./**.mdmp" # Windows: minidumps
130-
- command: s3.put
131-
params:
132-
aws_key: ${AWS_ACCESS_KEY_ID}
133-
aws_secret: ${AWS_SECRET_ACCESS_KEY}
134-
aws_session_token: ${AWS_SESSION_TOKEN}
135-
local_file: mongo-coredumps.tgz
136-
remote_file: ${build_variant}/${revision}/${version_id}/${build_id}/coredumps/${task_id}-${execution}-mongodb-coredumps.tar.gz
137-
bucket: ${bucket_name}
138-
permissions: public-read
139-
content_type: ${content_type|application/gzip}
140-
display_name: Core Dumps - Execution
141-
optional: true
142-
143119
"upload mo artifacts":
144120
- command: ec2.assume_role
145121
params:
@@ -668,7 +644,6 @@ post:
668644
- func: "teardown system"
669645
- func: "upload coverage"
670646
- func: "upload mo artifacts"
671-
- func: "upload core dumps"
672647
- func: "upload test results"
673648
- func: "stop mongo-orchestration"
674649
- func: "cleanup"

0 commit comments

Comments
 (0)