File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -116,30 +116,6 @@ functions:
116
116
content_type : text/html
117
117
display_name : " Coverage Report HTML"
118
118
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
-
143
119
" upload mo artifacts " :
144
120
- command : ec2.assume_role
145
121
params :
@@ -668,7 +644,6 @@ post:
668
644
- func : " teardown system"
669
645
- func : " upload coverage"
670
646
- func : " upload mo artifacts"
671
- - func : " upload core dumps"
672
647
- func : " upload test results"
673
648
- func : " stop mongo-orchestration"
674
649
- func : " cleanup"
You can’t perform that action at this time.
0 commit comments