Skip to content

Commit f051cdd

Browse files
committed
Revert "SWIFT-690 Store mongod logs after evergreen runs (#380)"
This reverts commit 3ced087.
1 parent 094b112 commit f051cdd

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -172,23 +172,6 @@ functions:
172172
SWIFT_VERSION=${SWIFT_VERSION} \
173173
sh ${PROJECT_DIRECTORY}/.evergreen/install-dependencies.sh
174174
175-
"upload-mo-artifacts":
176-
- command: shell.exec
177-
params:
178-
script: |
179-
${PREPARE_SHELL}
180-
find $MONGO_ORCHESTRATION_HOME -name \*.log | xargs tar czf mongodb-logs.tar.gz
181-
- command: s3.put
182-
params:
183-
aws_key: ${aws_key}
184-
aws_secret: ${aws_secret}
185-
local_file: mongodb-logs.tar.gz
186-
remote_file: ${UPLOAD_BUCKET}/${build_variant}/${revision}/${version_id}/${build_id}/logs/${task_id}-${execution}-mongodb-logs.tar.gz
187-
bucket: mciuploads
188-
permissions: public-read
189-
content_type: ${content_type|application/x-gzip}
190-
display_name: "mongodb-logs.tar.gz"
191-
192175
pre:
193176
- func: "fetch source"
194177
- func: "install dependencies"
@@ -208,7 +191,6 @@ tasks:
208191
TOPOLOGY: "server"
209192
- func: "run tests"
210193
- func: "stop mongo-orchestration"
211-
- func: "upload-mo-artifacts"
212194

213195
- name: "test-3.6-replica_set"
214196
tags: ["3.6", "replica_set"]
@@ -221,7 +203,6 @@ tasks:
221203
TOPOLOGY: "replica_set"
222204
- func: "run tests"
223205
- func: "stop mongo-orchestration"
224-
- func: "upload-mo-artifacts"
225206

226207
- name: "test-3.6-sharded_cluster"
227208
tags: ["3.6", "sharded_cluster"]
@@ -234,7 +215,6 @@ tasks:
234215
TOPOLOGY: "sharded_cluster"
235216
- func: "run tests"
236217
- func: "stop mongo-orchestration"
237-
- func: "upload-mo-artifacts"
238218

239219
- name: "test-4.0-standalone"
240220
tags: ["4.0", "standalone"]
@@ -247,7 +227,6 @@ tasks:
247227
TOPOLOGY: "server"
248228
- func: "run tests"
249229
- func: "stop mongo-orchestration"
250-
- func: "upload-mo-artifacts"
251230

252231
- name: "test-4.0-replica_set"
253232
tags: ["4.0", "replica_set"]
@@ -260,7 +239,6 @@ tasks:
260239
TOPOLOGY: "replica_set"
261240
- func: "run tests"
262241
- func: "stop mongo-orchestration"
263-
- func: "upload-mo-artifacts"
264242

265243
- name: "test-4.0-sharded_cluster"
266244
tags: ["4.0", "sharded_cluster"]
@@ -273,7 +251,6 @@ tasks:
273251
TOPOLOGY: "sharded_cluster"
274252
- func: "run tests"
275253
- func: "stop mongo-orchestration"
276-
- func: "upload-mo-artifacts"
277254

278255
- name: "test-4.2-standalone"
279256
tags: ["4.2", "standalone"]
@@ -286,7 +263,6 @@ tasks:
286263
TOPOLOGY: "server"
287264
- func: "run tests"
288265
- func: "stop mongo-orchestration"
289-
- func: "upload-mo-artifacts"
290266

291267
- name: "test-4.2-replica_set"
292268
tags: ["4.2", "replica_set"]
@@ -299,7 +275,6 @@ tasks:
299275
TOPOLOGY: "replica_set"
300276
- func: "run tests"
301277
- func: "stop mongo-orchestration"
302-
- func: "upload-mo-artifacts"
303278

304279
- name: "test-4.2-sharded_cluster"
305280
tags: ["4.2", "sharded_cluster"]
@@ -312,7 +287,6 @@ tasks:
312287
TOPOLOGY: "sharded_cluster"
313288
- func: "run tests"
314289
- func: "stop mongo-orchestration"
315-
- func: "upload-mo-artifacts"
316290

317291
- name: "test-latest-standalone"
318292
tags: ["latest", "standalone"]
@@ -325,7 +299,6 @@ tasks:
325299
TOPOLOGY: "server"
326300
- func: "run tests"
327301
- func: "stop mongo-orchestration"
328-
- func: "upload-mo-artifacts"
329302

330303
- name: "test-latest-replica_set"
331304
tags: ["latest", "replica_set"]
@@ -338,7 +311,6 @@ tasks:
338311
TOPOLOGY: "replica_set"
339312
- func: "run tests"
340313
- func: "stop mongo-orchestration"
341-
- func: "upload-mo-artifacts"
342314

343315
- name: "test-latest-sharded_cluster"
344316
tags: ["latest", "sharded_cluster"]
@@ -351,7 +323,6 @@ tasks:
351323
TOPOLOGY: "sharded_cluster"
352324
- func: "run tests"
353325
- func: "stop mongo-orchestration"
354-
- func: "upload-mo-artifacts"
355326

356327
- name: "test-atlas-connectivity"
357328
tags: ["atlas-connect"]

0 commit comments

Comments
 (0)